about summary refs log tree commit diff
path: root/src/view/com/composer/videos/VideoPreview.web.tsx
Commit message (Collapse)AuthorAgeFilesLines
* run `yarn lint --fix` (#9013)Samuel Newman2025-09-091-2/+2
|
* Add gif support to web (#6433)Samuel Newman2024-11-221-54/+32
| | | | | | | | | | | | | * add gif support to web * rm set dimensions * rm effect from preview * rm log * rm use of {cause: error} * fix lint
* Leverage jsx transform to remove unnecessary react imports and update eslint ↵Paul Coroneos2024-11-191-1/+1
| | | | | | | | | config (#6516) * update eslint config with jsx runtime * leverage jsx transform to remove unnecessary react imports and update eslint config * run yarn lint --fix to remove eslint disables related to react/prop-types that is now disabled
* Sort imports (#6009)dan2024-10-291-1/+1
| | | | | * Mark import sort/order/style rules as error * npm run lint -- --fix
* [Video] Cap duration (#5270)Samuel Newman2024-09-111-0/+11
|
* [Video] Check upload limits before uploading (#5153)Samuel Newman2024-09-071-1/+1
| | | | | | | | | | | | | | | | | * DRY up video service auth code * throw error if over upload limits * use token * xmark on toast * errors with nice translatable error messages * Update src/state/queries/video/video.ts --------- Co-authored-by: Hailey <me@haileyok.com>
* Redesign play button (#5192)Eric Bailey2024-09-061-1/+1
|
* [Video] Disable autoplay option (preview + web player) (#5167)Samuel Newman2024-09-051-1/+10
| | | | | | | | | * rename setting * preview (web) * preview (native) * improve autoplay disabled behaviour on web
* fail video if cannot load preview (#5138)Samuel Newman2024-09-041-1/+13
|
* [Video] Upload errors and UI improvements (#5092)Samuel Newman2024-09-031-1/+1
| | | | | | | | | | | * surface errors in UI * style progress indicator * remove job status progress * rm log * fix webm ext
* [Video] Misc player style tweaks (#5064)Samuel Newman2024-09-021-3/+2
| | | | | * use actual black rather than theme black * adjust time/mute indicators
* [Video] Minor player tweaks (#5044)Samuel Newman2024-08-301-3/+9
|
* [Videos] avoid using fetch for blob handling where possible (#5041)Samuel Newman2024-08-301-1/+1
| | | | | | | * avoid using fetch where possible * whoopsie wrong branch * more import fixes
* [Video] Captions and alt text (#5009)Samuel Newman2024-08-301-4/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 compression in composer (#4638)Samuel Newman2024-07-051-0/+27
Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com> Co-authored-by: Hailey <me@haileyok.com>