Skip to content

fix: remove duplicate file format text in upload area#777

Merged
magic-peach merged 3 commits into
magic-peach:mainfrom
shivani11jadhav:main
May 20, 2026
Merged

fix: remove duplicate file format text in upload area#777
magic-peach merged 3 commits into
magic-peach:mainfrom
shivani11jadhav:main

Conversation

@shivani11jadhav
Copy link
Copy Markdown
Contributor

@shivani11jadhav shivani11jadhav commented May 20, 2026

Fixes #769
Fixes #770

What this PR does

Removes the duplicate file format text in the upload/drop zone area.

Before

  • Line 1: MP4 / MOV / AVI / WebM (in FileUpload component)
  • Line 2: Supports MP4, MOV, WebM and more (duplicate!)

After

  • Only one line showing file format info — clean and consistent!

I am the original author of issue #769. I found this bug myself
by testing the live site and implemented the fix.
Requesting review from @magic-peach

@vercel
Copy link
Copy Markdown

vercel Bot commented May 20, 2026

Someone is attempting to deploy a commit to the magic-peach1's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions
Copy link
Copy Markdown
Contributor

👋 Thanks for your PR, @shivani11jadhav!

Welcome to Reframe — a browser-based video editor built for everyone 🎬

What happens next

  1. 🤖 Automated checks — build & TypeScript typecheck will run automatically
  2. Vercel preview — a preview deployment will be created (requires maintainer authorization for fork PRs)
  3. 👀 Code review — a maintainer will review your changes
  4. 🚀 Merge — once approved, your PR will be merged!

Quick checklist

  • PR title follows Conventional Commits (e.g. feat: add dark mode)
  • Linked the issue this PR closes (e.g. Closes #123)
  • Tested the changes locally (bun run dev)
  • Build passes (bun run build)

Useful links

Happy coding! 🎉

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 20, 2026

✅ PR Format Check Passed — @shivani11jadhav

Basic format checks passed. A maintainer will review your code changes.

This does not mean the PR is approved — it just means the format is correct.

@github-actions github-actions Bot added level:beginner Beginner level - 20 pts type:bug Bug fix type:testing Testing labels May 20, 2026
@magic-peach
Copy link
Copy Markdown
Owner

@shivani11jadhav please resolve conflicts

@shivani11jadhav
Copy link
Copy Markdown
Contributor Author

@magic-peach I have resolved the merge conflicts directly in the web editor. The PR is now clean and ready to be merged. Thank you!

@vercel
Copy link
Copy Markdown

vercel Bot commented May 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
reframe Ready Ready Preview, Comment May 20, 2026 4:00pm

@magic-peach magic-peach merged commit f3b7ebe into magic-peach:main May 20, 2026
8 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

level:beginner Beginner level - 20 pts type:bug Bug fix type:testing Testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Title: [BUG] /privacy and /contact pages have identical title tag as homepage [BUG] Upload area shows duplicate and inconsistent file format info

2 participants