about summary refs log tree commit diff
path: root/src/view/com/util/post-embeds/VideoEmbedInner/VideoWebControls.tsx
Commit message (Collapse)AuthorAgeFilesLines
* [Video] Volume controls on web (#5363)Samuel Newman2024-09-161-898/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* [Video] Fix scrubber tap target (#5360)Samuel Newman2024-09-161-2/+4
| | | | | * put padding on correct element * clear timeout on down
* Tabular numbers to video timestamp (#5293)Minseo Lee2024-09-121-1/+1
|
* disable autoplay within messages and trim feelers (#5260)Samuel Newman2024-09-111-1/+3
|
* hls buffering tweaks (#5266)Samuel Newman2024-09-111-0/+4
|
* increase target area of scrubber (#5265)Samuel Newman2024-09-111-1/+1
|
* [Video] make hover state stick around if tapped (#5259)Samuel Newman2024-09-101-3/+37
|
* remove scrollbar-gutter in fullscreen (#5258)Samuel Newman2024-09-101-0/+9
|
* [Video] Fix fullscreen on Chrome (#5246)Samuel Newman2024-09-091-29/+2
|
* Add `context` to `Mute` and `Unmute` labels on video control (#5234)surfdude292024-09-091-2/+2
| | | | Co-authored-by: Marco Buono <thecoreh@gmail.com>
* [Video] Disable autoplay option (preview + web player) (#5167)Samuel Newman2024-09-051-5/+10
| | | | | | | | | * rename setting * preview (web) * preview (native) * improve autoplay disabled behaviour on web
* [Video] Hide mouse when inactive (#5094)Samuel Newman2024-09-031-11/+33
|
* [Video] Remove hack from scrubber (#5063)Samuel Newman2024-09-021-15/+3
| | | | | * remove mouseleave, add pointer cancel * don't show time indicator if duration is 0
* [Video] Captions and alt text (#5009)Samuel Newman2024-08-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * video settings modal in composer * show done button on web * rm download options * fix logic for showing settings button * add language picker (wip) * subtitle list with language select * send captions & alt text with video when posting * style "ensure you have selected a language" text * include aspect ratio with video * filter out captions where the lang is not set * rm log * fix label and add hint * minor scrubber fix
* [Video] Add uploaded video to post (#4884)Samuel Newman2024-08-291-1/+1
| | | | | | | | | | | | | | | | | | | | | * video uploads! * use video upload lexicons * add missing postgate * remove references to prerelease package * fix scrubber showing a "0" * Delete types.ts * rm logs * rm upload header --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
* add indicator of time remaining (#5000)Samuel Newman2024-08-271-0/+4
|
* [Video] add scrubber to the web player (#4943)Samuel Newman2024-08-261-112/+380
|
* swap control files (#4936)Samuel Newman2024-08-141-4/+575
| | | Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
* [Video] Visibility detection view (#4741)Hailey2024-08-071-0/+16
Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>