about summary refs log tree commit diff
path: root/src/view/com/util/post-embeds/VideoEmbedInner/web-controls/Scrubber.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Increase scrubber height if touch device (#7081)Samuel Newman2024-12-121-2/+6
| | | | | | | | | * further increase target area of scrubber * make scrubber bigger if touch device --------- Co-authored-by: Antonio Sarcevic <sarcevicantonio@gmail.com>
* [a11y] Video - fix labels and make more detailed (#6635)Samuel Newman2024-11-221-1/+3
| | | | | * fix labels and make more detailed * move overall label to parent
* [Video] Fix safari showing spinner (#5364)Samuel Newman2024-09-161-1/+2
|
* [Video] Volume controls on web (#5363)Samuel Newman2024-09-161-0/+231
* split up VideoWebControls * add basic slider * logarithmic volume * integrate mute state * fix typo * shared video volume * rm log * animate in/out * disable for touch devices * remove flicker on touch devices * more detailed comment * move into correct context provider * add minHeight * hack * bettern umber --------- Co-authored-by: Hailey <me@haileyok.com>