From 7d9fe0d3b8a6a905f8220253247ebf5cdcd0c768 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 11 Nov 2019 20:11:22 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 5 +++++ ayanova/src/components/gznotify.vue | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 4ba51660..af0554d1 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -53,6 +53,11 @@ http://localhost:8080/login CURRENT WORK: +- NOtify, why do I even need a close button? They are timed out automatically and I could use the space for a more info button (below) +- Add manual link option to alerts so that a user can click to go to more info (A more info link I guess) + - LT key "More" is just "More..." which could work if it looks like an URL + + - Get edit form existing features completely working (also need new reportchooser not based on the original dialog component) diff --git a/ayanova/src/components/gznotify.vue b/ayanova/src/components/gznotify.vue index 2c255a5b..b6e0bbf0 100644 --- a/ayanova/src/components/gznotify.vue +++ b/ayanova/src/components/gznotify.vue @@ -1,11 +1,11 @@