Add custom template save feature#1572
Conversation
|
@deepikamishra25 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. |
|
👋 Thanks for your PR, @deepikamishra25!Welcome to Reframe — a browser-based video editor built for everyone 🎬
What happens next
Quick checklist
Useful links
Happy coding! 🎉 |
|
Nice work on the custom template feature! A few issues I spotted:
Good feature overall, but the page.tsx issue needs to be fixed before merge. |
|
Hi @magic-peach , just following up on this PR as it’s been pending for a few days. Whenever you’re available to review, I’d really appreciate your feedback. Thanks in advance for your time! |
##Description
Added custom template management functionality for video export settings.
Changes made:
Added ability to save current editor settings as reusable templates.
Added template listing UI in the Templates section.
Added Apply Template functionality to instantly load saved settings.
Added Rename Template functionality.
Added Delete Template functionality.
Implemented localStorage persistence for saved templates.
Improved template state handling and refresh behavior.
##closes 1541
Type of Contribution
Participant Info
Screen Recording
Recording / Loom link: ## Checklist
bun run lintpasses (no ESLint errors)bunx tsc --noEmitpasses (no TypeScript errors)aria-label/ accessible namesconsole.logstatements left in