about summary refs log tree commit diff
path: root/src/view/com/composer/videos/SubtitleFilePicker.tsx
Commit message (Collapse)AuthorAgeFilesLines
* [Neue] Buttons (#5406)Eric Bailey2024-09-201-1/+1
| | | | | | | | | | | * Re-align button sizing (cherry picked from commit bcec243bb59dfe468313d98ba61f464d9750feec) * Use large, small, tiny (cherry picked from commit 1dc333c2993ab7f2e0ac750c0670dcec9a7069d0) * Tweaks
* loosen checks on vtt file (#5359)Samuel Newman2024-09-161-2/+3
|
* [Video] speculative .vtt file selection fix (#5296)Samuel Newman2024-09-121-1/+9
| | | | | * speculative vtt fix * add logging
* [Video] Captions and alt text (#5009)Samuel Newman2024-08-301-0/+63
* 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