This commit is contained in:
2020-02-28 21:48:32 +00:00
parent 872d9362c2
commit fe10783573
2 changed files with 9 additions and 8 deletions

View File

@@ -44,6 +44,13 @@ CURRENT TODOs
@@@@@@@@@@@ ROADMAP STAGE 1 and 2:
todo: datatable activation of layout for narrow format is fucked. Layout not starting narrow for grid much fuckery
- It would not start narrow when I first opened it on my phone, then had all sorts of issues staying wide for no apparent reason after navigation back and forth
- Narrow detection on initial entry is bad and recognizing it during switch is also bad
todo: custom fields currency type control NOT implement yet, are there others too?
todo: apparently I can change the buttons to display the text not uppercase with class="text-none" or something
- https://github.com/vuetifyjs/vuetify/issues/3948
todo: save (post) of new record at client triggers renavigation to that page again which also triggers fetch
- original:
- So what's the point of returning the full record on post?