Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use pressable for video controls (#5452) | Samuel Newman | 2024-09-23 | 1 | -4/+7 |
| | | | | | | | * use pressable for video controls * add `as any` to preexisiting bad type * stop mutating prop | ||||
* | [Video] Volume controls on web (#5363) | Samuel Newman | 2024-09-16 | 1 | -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> |