Skip to content

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

Open
aditya226-sharma wants to merge 1 commit into
reframe-oss: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
reframe-oss: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 reframe-oss#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!

@github-actions

Copy link
Copy Markdown
Contributor

👋 This PR has been inactive for 21 days. It will be automatically closed in 14 days if there's no further activity.

If you need help with this PR, please comment or ping a maintainer.
Make sure your branch is rebased onto main and all CI checks pass.

@github-actions github-actions Bot added the needs-fixes PR has issues that need to be fixed label Sep 10, 2026
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 needs-fixes PR has issues that need to be fixed 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