From e13a6a67224049e61f954a1c8b778b4c8466b276 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 8 Nov 2019 18:52:14 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index adcce6f0..d9728080 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -51,12 +51,11 @@ http://localhost:7575/login http://localhost:8080/login -CURRENT WORK: Replace dialog, confirm etc with my own implementations as stock as possible +CURRENT WORK: +- Mini login screen layout fucked +- Replace dialog, confirm etc with my own implementations as stock as possible + -- Currently gznotify component is working but needs to support a queue and show each one after the other times out as per specs that say only one snackbar / toast at a time - - more info here and some code people made to do this https://github.com/vuetifyjs/vuetify/issues/2384 - - handling close event maybe here: https://github.com/vuetifyjs/vuetify/issues/756#issuecomment-452905069 - - vsnackbar source: https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VSnackbar/VSnackbar.ts =================================================