Skip to content

Commit 3bd35ae

Browse files
authored
Upload and Trim Dialogs Refactor and Redesign - Update Video Dialogs: Revamp Upload, Remove Trim, Update File Limits (#10)
2 parents 6838e26 + 0adfab7 commit 3bd35ae

File tree

11 files changed

+712
-621
lines changed

11 files changed

+712
-621
lines changed

app/components/dialogs/edit-video-dialog.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ export function EditVideoDialog() {
8484
}
8585
}
8686

87+
// @ts-expect-error this needs 10 generics in this version for some reason
8788
const form = useForm<FormData>({
8889
defaultValues: {
8990
title: videoData?.title,

app/components/dialogs/trim-video-dialog.tsx

Lines changed: 0 additions & 321 deletions
This file was deleted.

0 commit comments

Comments
 (0)