This commit is contained in:
2019-05-29 22:08:27 +00:00
parent fa6fe20ae1
commit 4f4252a947
3 changed files with 31 additions and 10 deletions

View File

@@ -23,7 +23,10 @@ NEXT TODOS:
- On object not found when deleting an item and trying to reload the edit page, shoudl redirect to home or back instead or just not there
- On save of record should have a brief notification that auto closes that says "SAVED" or something just to handle the case of people not clicking on save??
- or, would the dirty check on nav away cover this anyway?
- Would it be annoying on a small device?
- Locale settings move to store
- Right now if you reload a page the locale settings reset back to default as they are not backed by the store
- However localized text keys do not because they *are* backed by the store