about summary refs log tree commit diff
path: root/src/view/com/util/post-embeds/VideoEmbedInner/web-controls/VideoControls.tsx
Commit message (Collapse)AuthorAgeFilesLines
* [a11y] Video - fix labels and make more detailed (#6635)Samuel Newman2024-11-221-2/+3
| | | | | * fix labels and make more detailed * move overall label to parent
* Fix video quality for short videos (#5996)Samuel Newman2024-10-291-3/+0
| | | | | * remove auto level capping * flush first fragment on loop
* [Video] use dynamic import for hls.js (#5429)Hailey2024-09-251-2/+5
| | | | Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Use pressable for video controls (#5452)Samuel Newman2024-09-231-4/+7
| | | | | | | * use pressable for video controls * add `as any` to preexisiting bad type * stop mutating prop
* [Video] Volume controls on web (#5363)Samuel Newman2024-09-161-0/+423
* 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>