-
Notifications
You must be signed in to change notification settings - Fork 2
[Critical] Confirmation Dialog for Destructive Actions #25
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Milestone
Description
Priority: Critical (Ship Blocker)
Currently deleteFile and deleteFolder execute immediately with no confirmation. One misclick permanently deletes user data.
Scope
Show a native Tauri confirmation dialog before deleting files/folders.
Frontend Changes
- [MODIFY]
useAppStore.ts— WrapdeleteFileanddeleteFolderwithawait ask()from@tauri-apps/plugin-dialogso the user must confirm before deletion.
Verification
- Right-click a file, click "Move to Trash" — verify a native confirmation dialog appears before deletion.
⚠️ This is a data-safety issue. Right now a single misclick permanently deletes files with no recovery. This should be the absolute first fix.
Source: changelogs/cinder-v0.2.md
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request