Samuel Newman
|
5d4aaa5b5f
|
[a11y] Video - fix labels and make more detailed (#6635)
* fix labels and make more detailed
* move overall label to parent
|
2024-11-22 15:23:24 +00:00 |
|
Samuel Newman
|
d1355d52fc
|
Fix video quality for short videos (#5996)
* remove auto level capping
* flush first fragment on loop
|
2024-10-29 13:35:43 +00:00 |
|
Hailey
|
47301661f7
|
[Video] use dynamic import for hls.js (#5429)
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
|
2024-09-25 09:51:51 -07:00 |
|
Samuel Newman
|
443f3a6406
|
Use pressable for video controls (#5452)
* use pressable for video controls
* add `as any` to preexisiting bad type
* stop mutating prop
|
2024-09-23 16:35:16 +01:00 |
|
Samuel Newman
|
8241747fc2
|
[Video] Volume controls on web (#5363)
* 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>
|
2024-09-16 21:37:33 +01:00 |
|