Local save tweak #30

Merged
mslw merged 3 commits from local-save-tweak into master 2022-07-25 14:31:55 +00:00

3 commits

Author SHA1 Message Date
22fa06bd1a Rename object responsible for enabling submit button
Changed submitButtonToggler.toggle to submitButtonUpdater.setAndUpdate
to be more clear about its meaning.
Removed old code line which was commented out.
2022-07-25 16:23:08 +02:00
eb81a86890 Enable submit button only if data valid and locally saved
Requires two things to enable the submit button:
- data being validated
- data having been saved locally

Note that it doesn't check whether the data being submitted is the
same as was saved locally, it only checks that the save button has
been used.
2022-07-14 17:26:21 +02:00
71eb1ee255 Reorder buttons
Now, the order of buttons at the end of the form is:
- Daten lokal speichern
- Daten speichern
- Lokale Daten laden
2022-07-14 14:08:42 +02:00