OpenCut-app / OpenCut-app/OpenCut
[UX] Export progress should show ETA and frame count
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 89.8k
- Forks
- 8.9k
- PR merge metrics
- No merged PRs in 30d
Description
Description
The export progress bar only shows percentage. For long exports, users need more context.
Expected Behavior
Show additional info during export:
- Frame count: "Frame 120 / 1200"
- Estimated time remaining: "~2:30 remaining"
- Elapsed time
- Cancel button should have confirmation dialog
Files
- `apps/web/src/components/editor/export-button.tsx:267-287`
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in apps/web/src/components/editor/export-button.tsx around lines 267-287 and trace the existing export progress UI and cancel flow. Done means the progress display shows frame count, estimated remaining time, and elapsed time, and cancelling requires confirmation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100