feat: hue adjustment slider - #1340
Conversation
|
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. |
✅ PR Format Check Passed — @Kr1491Basic 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. |
👋 Thanks for your PR, @Kr1491!Welcome to Reframe — a browser-based video editor built for everyone 🎬
What happens next
Quick checklist
Useful links
Happy coding! 🎉 |
|
Hey @magic-peach can you please check this pr once, thank you ! |
|
hey @magic-peach can you please look into this pr and the other pr's i have made, thank you |
|
@magic-peach can you pleasseeeeee look into this pr |
|
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 To land it: git fetch origin
git rebase origin/main
# resolve conflicts
git push --force-with-leasePing 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 🙏 |
|
merge conflicts resolved, please check once, thank you |
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'shuefilter during export, and includes a reset button to restore the default value of 0.Related Issue
Closes #1159
Type of Contribution
Participant Info
Screen Recording
Screen.Recording.2026-05-28.at.1.09.21.PM.mov
Checklist
bun run lintpasses (no ESLint errors)bunx tsc --noEmitpasses (no TypeScript errors)aria-label/ accessible namesconsole.logstatements left in