element-web/src/components/views/audio_messages
Travis Ralston 39f2bbaaf4
Bring back waveform for voice messages and retain seeking (#8843)
* Crude way of layering the waveform and seek bar

Not intended for production.

* Use a layout prop instead of something less descriptive

* Fix alignment properly, and play with styles

* Convert back to a ball

* Use `transparent` which makes NVDA happy enough

* Allow keyboards in the seek bar

* Try to make the clock behave more correctly with screen readers

MIDNIGHT

* Remove legacy export

* Remove redundant attr

* Appease the linter
2022-06-14 18:13:13 -06:00
..
AudioPlayer.tsx Merge branch 'develop' into travis/remove-skinning 2022-03-31 19:25:43 -06:00
AudioPlayerBase.tsx Merge branch 'develop' into travis/remove-skinning 2022-03-31 19:25:43 -06:00
Clock.tsx Bring back waveform for voice messages and retain seeking (#8843) 2022-06-14 18:13:13 -06:00
DurationClock.tsx Step 1: Remove all usage of @replaceableComponent 2022-03-28 14:02:31 -06:00
LiveRecordingClock.tsx Step 1: Remove all usage of @replaceableComponent 2022-03-28 14:02:31 -06:00
LiveRecordingWaveform.tsx Step 1: Remove all usage of @replaceableComponent 2022-03-28 14:02:31 -06:00
PlaybackClock.tsx Bring back waveform for voice messages and retain seeking (#8843) 2022-06-14 18:13:13 -06:00
PlaybackWaveform.tsx Step 1: Remove all usage of @replaceableComponent 2022-03-28 14:02:31 -06:00
PlayPauseButton.tsx Step 1: Remove all usage of @replaceableComponent 2022-03-28 14:02:31 -06:00
RecordingPlayback.tsx Bring back waveform for voice messages and retain seeking (#8843) 2022-06-14 18:13:13 -06:00
SeekBar.tsx Step 1: Remove all usage of @replaceableComponent 2022-03-28 14:02:31 -06:00
Waveform.tsx Step 1: Remove all usage of @replaceableComponent 2022-03-28 14:02:31 -06:00