Feature request: Add delete confirmation dialog to file manager #344

Merged
thorved merged 3 commits from feature/file-manager-delete-confirmation into dev-1.8.0 2025-10-05 00:08:55 +00:00

3 Commits

Author SHA1 Message Date
thorved
f5df2b240b feat: Add Chinese translations for delete confirmation messages 2025-10-04 16:14:29 +05:30
thorved
05c019dfc2 Adds confirmation for deletion of items including folders
Updates the file deletion confirmation logic to distinguish between
deleting multiple items with or without folders. Introduces a new
translation string for a clearer user prompt when folders and their
contents are included in the deletion.

Improves clarity and reduces user error when performing bulk deletions.
2025-10-04 15:29:04 +05:30
thorved
d3532a24ee Feature request: Add delete confirmation dialog to file manager
- Added confirmation dialog before deleting files/folders
- Users must confirm deletion with a warning message
- Works for both Delete key and right-click delete
- Shows different messages for single file, folder, or multiple items
- Includes permanent deletion warning
- Follows existing design patterns using confirmWithToast
2025-10-04 15:03:51 +05:30