about summary refs log tree commit diff
path: root/src/lib/media/video/compress.web.ts
Commit message (Collapse)AuthorAgeFilesLines
* run `yarn lint --fix` (#9013)Samuel Newman2025-09-091-2/+2
|
* tweak ci (#7916)Samuel Newman2025-03-061-3/+2
|
* use megabytes rather than mebibytes for video limit (#6117)Samuel Newman2024-11-051-1/+1
|
* Sort imports (#6009)dan2024-10-291-1/+1
| | | | | * Mark import sort/order/style rules as error * npm run lint -- --fix
* [Video] use correct max size (#5245)Samuel Newman2024-09-091-2/+2
| | | | Co-authored-by: Hailey <me@haileyok.com>
* [Video] Fix type on web (#5211)Hailey2024-09-071-2/+4
|
* [Video] Upload errors and UI improvements (#5092)Samuel Newman2024-09-031-0/+1
| | | | | | | | | | | * surface errors in UI * style progress indicator * remove job status progress * rm log * fix webm ext
* [Videos] avoid using fetch for blob handling where possible (#5041)Samuel Newman2024-08-301-8/+33
| | | | | | | * avoid using fetch where possible * whoopsie wrong branch * more import fixes
* [Video] Make compress/upload cancelable (#4996)Samuel Newman2024-08-291-2/+3
| | | | | | | * add abort controller to video upload system * rm log * rm log 2
* Video compression in composer (#4638)Samuel Newman2024-07-051-0/+28
Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com> Co-authored-by: Hailey <me@haileyok.com>