-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
bugSomething isn't workingSomething isn't workingfrontendReact/TypeScript frontendReact/TypeScript frontendv1.7.0Target: v1.7.0 releaseTarget: v1.7.0 release
Description
Bug Description
In projectStore.ts:68, deleteProject performs optimistic UI removal but has no error handling. If the backend call fails, the project disappears from the UI permanently with no way to recover.
Location
creedflow-desktop/src/store/projectStore.ts:68
Severity
Important — Silent data loss on delete failure.
Steps to Fix
- Wrap in try/catch
- On error, re-add the project to the list
- Show error toast to user
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingfrontendReact/TypeScript frontendReact/TypeScript frontendv1.7.0Target: v1.7.0 releaseTarget: v1.7.0 release