about summary refs log tree commit diff
path: root/src/lib/media/video/errors.ts
Commit message (Collapse)AuthorAgeFilesLines
* [Video] use correct max size (#5245)Samuel Newman2024-09-091-1/+1
| | | | Co-authored-by: Hailey <me@haileyok.com>
* [Video] Check upload limits before uploading (#5153)Samuel Newman2024-09-071-0/+7
| | | | | | | | | | | | | | | | | * 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>
* [Video] Upload errors and UI improvements (#5092)Samuel Newman2024-09-031-0/+7
| | | | | | | | | | | * surface errors in UI * style progress indicator * remove job status progress * rm log * fix webm ext
* Video compression in composer (#4638)Samuel Newman2024-07-051-0/+6
Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com> Co-authored-by: Hailey <me@haileyok.com>