Skip to content

feat: hue adjustment slider - #1340

Open
Kr1491 wants to merge 5 commits into
magic-peach:mainfrom
Kr1491:feat/hue-adjustment-slider
Open

feat: hue adjustment slider#1340
Kr1491 wants to merge 5 commits into
magic-peach:mainfrom
Kr1491:feat/hue-adjustment-slider

Conversation

@Kr1491

@Kr1491 Kr1491 commented May 28, 2026

Copy link
Copy Markdown
Contributor

Description

Added a hue adjustment slider to the color correction controls alongside the existing brightness, contrast, and saturation sliders. The hue value is stored in EditRecipe, applied via FFmpeg's hue filter during export, and includes a reset button to restore the default value of 0.

Related Issue

Closes #1159

Type of Contribution

  • Bug fix
  • New feature
  • Documentation update
  • Refactor
  • GSSoC contribution

Participant Info

  • GitHub username: @Kr1491
  • Contribution level (Beginner/Intermediate/Advanced): Intermediate

Screen Recording

Screen.Recording.2026-05-28.at.1.09.21.PM.mov

Checklist

  • I have read the contribution guidelines
  • My changes follow the project structure
  • I have tested my changes in Chrome, Firefox, and Safari
  • bun run lint passes (no ESLint errors)
  • bunx tsc --noEmit passes (no TypeScript errors)
  • New interactive elements have aria-label / accessible names
  • No console.log statements left in
  • This PR is related to a valid issue

@vercel

vercel Bot commented May 28, 2026

Copy link
Copy Markdown

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

✅ PR Format Check Passed — @Kr1491

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, @Kr1491!

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

🟠 GSSoC'26 PR detected — thanks for contributing under GirlScript Summer of Code 2026!

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 gssoc'26 GirlScript Summer of Code 2026 level:intermediate Intermediate level - 35 pts type:bug Bug fix type:docs Documentation type:feature New feature type:refactor Code refactor labels May 28, 2026
@Kr1491

Kr1491 commented May 30, 2026

Copy link
Copy Markdown
Contributor Author

Hey @magic-peach can you please check this pr once, thank you !

@Kr1491

Kr1491 commented May 31, 2026

Copy link
Copy Markdown
Contributor Author

hey @magic-peach can you please look into this pr and the other pr's i have made, thank you

@Kr1491

Kr1491 commented Jun 5, 2026

Copy link
Copy Markdown
Contributor Author

@magic-peach can you pleasseeeeee look into this pr

@magic-peach

Copy link
Copy Markdown
Owner

Hi @Kr1491 — good news and a small ask.

Your PR passed review in our backlog cleanup and was queued to merge. We merged 38 PRs today, and yours now conflicts with main purely because of that — several of them touched the same files. Nothing is wrong with your change.

To land it:

git fetch origin
git rebase origin/main
# resolve conflicts
git push --force-with-lease

Ping me here once it's green and I'll merge it straight away — it's already approved on our side, so it won't go back into the queue. Thanks for your patience with how long this sat 🙏

@magic-peach magic-peach added the merge-ready PR is approved and ready to merge label Aug 14, 2026
@github-actions github-actions Bot added the level:beginner Beginner level - 20 pts label Aug 15, 2026
@Kr1491

Kr1491 commented Aug 15, 2026

Copy link
Copy Markdown
Contributor Author

merge conflicts resolved, please check once, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc'26 GirlScript Summer of Code 2026 level:beginner Beginner level - 20 pts level:intermediate Intermediate level - 35 pts merge-ready PR is approved and ready to merge type:bug Bug fix type:docs Documentation type:feature New feature type:refactor Code refactor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Add hue adjustment slider to color correction controls

2 participants