From aa6a1a15be7be5c9f64289b4459cb3fe36b867b8 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 3 Mar 2020 19:29:42 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 3 --- ayanova/src/components/gz-data-table.vue | 23 +++++++++++++++++++++-- ayanova/src/components/tag-picker.vue | 4 +++- ayanova/src/store.js | 2 +- ayanova/src/views/widgets.vue | 2 +- 5 files changed, 26 insertions(+), 8 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 456cfcff..526696ca 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -45,9 +45,6 @@ CURRENT TODOs @@@@@@@@@@@ ROADMAP STAGE 1 and 2: -todo: Tag picker a bit buggy, when you type to search it retains the typed text in the entry box after selecting, it shouldn't - - possibly when type then make selection the typed part sb cleared after selection - todo: Select in grid fuckery when changing formats or switching between Listviews seems to trigger selection for some reason diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index 8f013f1f..b1f3600f 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -59,7 +59,6 @@ @@ -171,6 +170,7 @@