Skip to content

Fix(video): show loading state during uploads - #370

Merged
hunghg255 merged 2 commits into
hunghg255:mainfrom
Found-L:fix/video-upload-loading
Jul 28, 2026
Merged

Fix(video): show loading state during uploads#370
hunghg255 merged 2 commits into
hunghg255:mainfrom
Found-L:fix/video-upload-loading

Conversation

@Found-L

@Found-L Found-L commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add a loading state while videos are being uploaded
  • prevent duplicate submissions during upload
  • support file type and size validation
  • support single and multiple video uploads
  • handle upload failures and allow retrying the same file
  • document the video upload options and behavior

New options

  • acceptMimes
  • maxSize
  • multiple
  • onError

Validation

  • pnpm lint
  • pnpm type-check
  • pnpm build:lib
  • VitePress documentation build
  • git diff --check

Closes #369

@vercel

vercel Bot commented Jul 26, 2026

Copy link
Copy Markdown

@Found-L is attempting to deploy a commit to the Gia Hung's projects Team on Vercel.

A member of the Team first needs to authorize it.

@hunghg255
hunghg255 merged commit 7e09856 into hunghg255:main Jul 28, 2026
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

reactjs-tiptap-editor/video doesn't show a loading state while a video is being uploaded

2 participants