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 }} +