stackblitz / core

Online IDE powered by Visual Studio Code ⚡️
https://stackblitz.com
MIT License
10.18k stars 885 forks source link

Better delete confirmation message #3039

Open rotu opened 2 months ago

rotu commented 2 months ago

Is your feature request related to a problem? Please describe.

When deleting a file with either the trash icon or right click context menu, there is a confirmation menu "Are you sure you want to delete this?". It's not clear what "this" is.

Describe the solution you'd like

The dialog should show what file is selected for deletion, e.g. "Are you sure you want to delete "README.md"?"

Describe alternatives you've considered

Show which file was deleted and add a quick undo option. Supposedly an undo function exists (#177) but cmd-z does not seem to undo file deletion