calband / calchart-redesign

Calchart 4 for the web! 🌐
https://calband.github.io/calchart-redesign/
4 stars 0 forks source link

"Edit->Show Details" should only send one mutation when you press Ok #182

Closed rmpowell77 closed 3 years ago

rmpowell77 commented 3 years ago

Currently the "Edit->Show Details" does a mutation each time you change a value. This means that there are many undo changes as a result of typing a title.

We should instead have more like a "cached" value for the Edit->Show Details that you commit with a "Ok", and you abort with a "Cancel", similar to other dialogs.

rmpowell77 commented 3 years ago

this is a dupe of #171.