From 527c84a81ead89c25ddb6921d5d5e2db3a60f2ef Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 19 Jun 2020 13:53:08 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 3 ++- ayanova/src/components/gznotify.vue | 3 +++ ayanova/src/views/login.vue | 13 +++++++++++-- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index dbdf3a04..5a3e08cb 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -6,10 +6,11 @@ WIFI change 5g channel to 52,56,60 and 2g channel to 8 recheck before doing as it seems to vary, maybe someone else's is auto switching -todo: server error red box messages have \r\n characters in them +todo: server error "red box" messages have \r\n characters in them set html directly instead of just inserting text? see gzdialog stuff just done for implementing + todo: Auth is directly fetching, re-route through gzapi instead todo: remove all use of .then() as it's being used incorrectly diff --git a/ayanova/src/components/gznotify.vue b/ayanova/src/components/gznotify.vue index eb1fc930..74b1e94e 100644 --- a/ayanova/src/components/gznotify.vue +++ b/ayanova/src/components/gznotify.vue @@ -4,10 +4,12 @@ :data-cy="!!$ay.dev ? 'gznotify' : false" :value="isVisible" :color="currentNotification.type" + multi-line > {{ currentNotification.message }} +