From fe1078357386dcf405a1ac3711719458f8b13fcb Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 28 Feb 2020 21:48:32 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 7 +++++++ ayanova/src/components/gz-data-table.vue | 10 ++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 2273c5b8..34a434fe 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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? diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index 83f41d28..8a64d545 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -23,7 +23,7 @@ {{ lt("NoData") }} -