orppst / pst-gui

web based front end for the tool
Mozilla Public License 2.0
0 stars 0 forks source link

Unsaved changes #177

Open mwapst opened 1 week ago

mwapst commented 1 week ago

A user can enter or change data and then click elsewhere, or close a modal window, without any warning that data has not been saved - is that an agreed policy decision?

pahjbo commented 6 days ago

it was not a policy decision and for modals we should make sure that they are set so that it is not possible to dismiss just by clicking outside them - it would be good to have some generic code that could be called that would check if anything has changed and then prompt the user to stay or cancel.