Skip to content

feat: add custom export presets#712

Open
Abhi190702 wants to merge 6 commits into
magic-peach:mainfrom
Abhi190702:feat/custom-export-presets
Open

feat: add custom export presets#712
Abhi190702 wants to merge 6 commits into
magic-peach:mainfrom
Abhi190702:feat/custom-export-presets

Conversation

@Abhi190702
Copy link
Copy Markdown

@Abhi190702 Abhi190702 commented May 19, 2026

PR.recording.1.mp4

Summary

Fixes #683

Adds custom export presets so users can save their current EditRecipe with a name and reuse it later.

What Changed

  • Added custom preset persistence with localStorage
  • Split built-in presets from custom preset handling
  • Added a “Save preset” button near the preset selector
  • Added a modal for naming custom presets
  • Added a “Custom” section below built-in presets
  • Added delete buttons for individual custom presets
  • Enforced a max of 10 custom presets with a helpful message
  • Updated export and preview dimension resolution so saved custom preset IDs restore the correct dimensions
  • Added tests for built-in vs custom preset dimension lookup

Testing

  • bun test
  • bun run build
  • Custom preset can be saved
  • Custom preset appears under Custom section
  • Custom preset persists after reload
  • Selecting custom preset restores saved settings
  • Custom preset can be deleted
  • Max 10 custom presets message appears

@vercel
Copy link
Copy Markdown

vercel Bot commented May 19, 2026

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

github-actions Bot commented May 19, 2026

✅ PR Format Check Passed — @Abhi190702

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 github-actions Bot added level:advanced Advanced level - 55 pts type:bug Bug fix type:testing Testing labels May 19, 2026
@github-actions
Copy link
Copy Markdown
Contributor

👋 Thanks for your PR, @Abhi190702!

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! 🎉

@Abhi190702 Abhi190702 changed the title Feat/custom export presets feat: add custom export presets May 19, 2026
@Abhi190702
Copy link
Copy Markdown
Author

@magic-peach , I will upload the following screenrecording soon

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

Labels

level:advanced Advanced level - 55 pts type:bug Bug fix type:testing Testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: custom preset save/load — let users name and save their own export presets

1 participant