OpenCut-app / OpenCut-app/OpenCut
[UX] Add save status indicator to editor header
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 89.8k
- Forks
- 8.9k
- PR merge metrics
- No merged PRs in 30d
Description
Description
There is no visual indicator showing whether the current project is saved, unsaved, or auto-saving.
Expected Behavior
Add a subtle save status badge next to the project name in the editor header showing:
- "Saved" (with checkmark) when all changes are persisted
- "Saving..." (with spinner) during auto-save
- "Unsaved changes" when there are pending changes
Files
apps/web/src/components/editor/editor-header.tsxapps/web/src/core/managers/save-manager.ts
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/editor-header.tsx and inspect how the header is assembled, then read apps/web/src/core/managers/save-manager.ts to understand the available save states. Add the status badge beside the project name for saved, saving, and unsaved states, and verify each label and icon appears at the appropriate point in the save flow.
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
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 76/100