This commit is contained in:
2019-11-08 18:52:14 +00:00
parent ef219df726
commit e13a6a6722

View File

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