From b7115335e7abb709a83eb5c1ea9b0b17ae43ce63 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 3 Mar 2020 23:40:08 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 3 +- ayanova/src/components/gz-data-table.vue | 80 +++++++++++++++--------- ayanova/src/views/ay-about.vue | 2 +- ayanova/src/views/ay-customize.vue | 2 +- ayanova/src/views/ay-data-list-view.vue | 2 +- ayanova/src/views/ay-log.vue | 9 +-- ayanova/src/views/widget.vue | 2 +- 7 files changed, 61 insertions(+), 39 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 5e6a1089..9b987aba 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -44,14 +44,13 @@ CURRENT TODOs @@@@@@@@@@@ ROADMAP STAGE 1 and 2: +todo: grid relative date tokens need to be substituted before query sent to server todo: Make functional user settings form with all overrides so can test shit out todo: SEARCH UI -todo: Make sure scroll position is respected and saved when editing a widget and coming back to the list - PICKLISTS: diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index 3bf6479e..fb490fcb 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -1,5 +1,15 @@