Skip to content

feat: add section dividers between editor control groups - #1742

Open
aditya226-sharma wants to merge 1 commit into
magic-peach:mainfrom
aditya226-sharma:feat/add-section-dividers
Open

feat: add section dividers between editor control groups#1742
aditya226-sharma wants to merge 1 commit into
magic-peach:mainfrom
aditya226-sharma:feat/add-section-dividers

Conversation

@aditya226-sharma

Copy link
Copy Markdown

Description

Added subtle horizontal rule separators between each control section in VideoEditor.tsx for better visual grouping.

Changes

  • Added <hr className="border-white/10 my-2" /> dividers between:
    • Trim and Rotation sections
    • Rotation and Text Overlay sections
    • Audio & Speed and Adjustments sections
  • Uses border-white/10 for consistent dark theme styling
  • No visual clutter, maintains clean aesthetic

Related Issue

Closes #192

Type of Change

  • Enhancement (non-breaking change which adds functionality)

- Added subtle horizontal rule separators between Trim, Rotation, Text Overlay, Audio & Speed, and Adjustments sections
- Uses border-white/10 for consistent dark theme styling
- Improves visual grouping without adding clutter

Closes magic-peach#192
@vercel

vercel Bot commented Aug 16, 2026

Copy link
Copy Markdown

@aditya226-sharma 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

✅ PR Format Check Passed — @aditya226-sharma

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

Copy link
Copy Markdown
Contributor

👋 Thanks for your PR, @aditya226-sharma!

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:beginner Beginner level - 20 pts type:feature New feature type:performance Performance labels Aug 16, 2026
@aditya226-sharma

Copy link
Copy Markdown
Author

@magic-peach Gentle ping — ready for review!

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:feature New feature type:performance Performance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Good First Issue] Add section dividers/separators between editor control groups

1 participant