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