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`
Description
The export progress bar only shows percentage. For long exports, users need more context.
Expected Behavior
Show additional info during export:
Files