about summary refs log tree commit diff
path: root/src/view/com/util/post-embeds/VideoEmbedInner/web-controls/utils.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Revert "[Video] Revert safari hackfix (#5367)" (#7001)dan2024-12-071-0/+7
| | | This reverts commit 94e7bfbe40ba6766361caaba99feff74a187613a.
* [Video] Revert safari hackfix (#5367)Samuel Newman2024-10-071-7/+0
|
* [Video] Fix safari showing spinner (#5364)Samuel Newman2024-09-161-2/+9
|
* [Video] Volume controls on web (#5363)Samuel Newman2024-09-161-0/+228
* 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>