This commit is contained in:
2019-05-27 23:57:45 +00:00
parent a61f4a4979
commit 1f7cd6b692
3 changed files with 26 additions and 4 deletions

View File

@@ -27,6 +27,12 @@ NEXT TODOS:
- Right now you need to click twice on save
- 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
- 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
- Put locale settings in store or invalidate and refresh them on reload
- Need to be mindful of page reloads everywhere as any uncached data is lost
DONE: 404
- Can enter a route of /bad and it will just show an empty form like it thinks it's valid or something
DONE: UNDER CONSTRUCTION