feat: add progress steps indicator (Upload → Configure → Export → Download) - #1669
arnavgoel17 wants to merge 1 commit into
Conversation
…nload) Adds a 4-step workflow stepper at the top of the editor that maps to the video editor status, with active/completed states, checkmarks for completed steps, and ARIA labelling for accessibility (Fixes reframe-oss#98). Co-Authored-By: Claude <noreply@anthropic.com>
|
@arnavgoel17 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, @arnavgoel17!Welcome to Reframe — a browser-based video editor built for everyone 🎬 What happens next
Quick checklist
Useful links
Happy coding! 🎉 |
✅ PR Format Check Passed — @arnavgoel17Basic 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. |
|
👋 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. |
|
👋 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. |
Summary
file/status(per issue mapping):Uploadwhen no file,Configurewhen a file is loaded and idle,Exportduringloading-engine/exporting,Downloadwhendone.nav+ol, each step usesaria-current="step"when active, and a visually-hidden state label is provided for screen readers. Respectsprefers-reduced-motion.Acceptance Criteria
Test plan
npx tsc --noEmit— passesnpm run lint— passesnpm run build— builds successfullyFixes #98
🤖 Generated with Claude Code