From 5f179ec926dcbf8399948f2c915c9109a440de45 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 7 Jul 2020 17:24:37 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 + .../src/components/extension-tags-control.vue | 75 ++++++++++++++++++- ayanova/src/components/extensions-control.vue | 32 ++------ 3 files changed, 78 insertions(+), 31 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index a735c661..77b74185 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -25,6 +25,8 @@ todo: ability to mass tag items from list CLIENT UI - ACROSS MULTIPLE TYPES? tricky, maybe only from main lists +todo: make grid selection list sticky? + todo: notification it's time, this is a big deal and it's tied to infrastructure shit so qualifies as an early thing to be done add CLIENT long polling notification route check diff --git a/ayanova/src/components/extension-tags-control.vue b/ayanova/src/components/extension-tags-control.vue index 763aad82..40fff568 100644 --- a/ayanova/src/components/extension-tags-control.vue +++ b/ayanova/src/components/extension-tags-control.vue @@ -1,12 +1,79 @@