phetsims / paper-land

Build and explore multimodal web interactives with pieces of paper!
https://phetsims.github.io/paper-land/
MIT License
10 stars 1 forks source link

Add deletion comfirmations #214

Closed jessegreenberg closed 3 months ago

jessegreenberg commented 3 months ago

For programs and maybe for components. There is no "revert" feature and so it is easy to make a mistake and lose progress. A confirmation dialog before removing a component seems helpful. Possibly with an option to not show again if the user does not want it. But that would open up some design questions about settings (how to enable it again once disabled). So Ill probably skip that part in an initial pass.

jessegreenberg commented 3 months ago

This has been added, closing. If there is a request to hide these 'Confirm' dialogs we can do that in a new issue.