gurpsdomain / GurpsyMcGurpsFace

A (not yet) fully functional webbrowser based Gurps Character Sheet Editor
https://gurpsdomain.github.io/GurpsyMcGurpsFace/
4 stars 0 forks source link

Persist the data from the Settings Dialog without pressing the OK button #20

Closed meronbrouwer closed 7 years ago

meronbrouwer commented 7 years ago

The Settings Dialog contains several md-cards that persist their data in different ways. The Library-settings waits for the OK-button to be pressed,the Cleanup has its on cleanup button, and others persist their settings on change.

This should be made more uniform, which probably means we can replace both the OK and Cancel buttons with one close button. And each md-card will be responsible for its own handling.

meronbrouwer commented 7 years ago

Settingsdialog only has a close button right now. The library parts still need correct persistence, but this will be part of the general library-fixing work.