Skip to content

fix(ui): remove duplicate Advanced settings and consolidate rotation/export (#1497)#1502

Open
AdityaNarayanPadhi wants to merge 1 commit into
magic-peach:mainfrom
AdityaNarayanPadhi:fix-ui-duplication-1497
Open

fix(ui): remove duplicate Advanced settings and consolidate rotation/export (#1497)#1502
AdityaNarayanPadhi wants to merge 1 commit into
magic-peach:mainfrom
AdityaNarayanPadhi:fix-ui-duplication-1497

Conversation

@AdityaNarayanPadhi
Copy link
Copy Markdown

Summary

This PR fixes duplicate collapsible "Advanced settings" panels and resolves HTML ID collisions and screen-reader accessibility violations in VideoEditor.tsx (#1497).

Changes

  • Removed the duplicate <details> block and duplicate standalone Rotation control from the first column.
  • Removed the duplicate standalone Export control from the second column.
  • Consolidated both Rotation and Export controls inside a single, unified "Advanced settings" details section at the bottom of the second column.

Verification

  • Toggling the advanced settings panel no longer toggles duplicate controls elsewhere.
  • Each element ID (e.g. rotation-panel, export-panel) is now unique, restoring proper W3C validation and screen-reader/keyboard focus handling.

@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 2, 2026

@AdityaNarayanPadhi 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

github-actions Bot commented Jun 2, 2026

⚠️ PR Format Issues — @AdityaNarayanPadhi

Please fix the following before your PR can be reviewed:

  • ⚠️ No linked issue found. Add Closes #<issue-number> to your PR description.

Push new commits after fixing — this comment will update automatically.

📖 CONTRIBUTING.md

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 2, 2026

👋 Thanks for your PR, @AdityaNarayanPadhi!

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 github-actions Bot added level:intermediate Intermediate level - 35 pts type:bug Bug fix type:design UI/UX design labels Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

level:intermediate Intermediate level - 35 pts type:bug Bug fix type:design UI/UX design

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant