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 @@