From 21b8887ca8220ea1dab1dd69a5076dbda8ebe0d5 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 1 Nov 2019 20:34:04 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 12 +++++++++++- ayanova/src/views/login.vue | 22 ++++++++++++---------- 2 files changed, 23 insertions(+), 11 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 16ea0346..0e997c0c 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -40,10 +40,20 @@ https://vuetifyjs.com/en/getting-started/releases-and-migrations#migration-guide https://blog.anoff.io/2019-10-migrating-vuetify-1-to-2/ https://github.com/vuetifyjs/vuetify/releases/tag/v2.0.0#user-content-upgrade-guide - +GRID and other useful porting info: +https://blog.anoff.io/2019-10-migrating-vuetify-1-to-2/ =============== UPGRADING NOTES ================= +START HERE - HAPPY MONDAY Working on login page, xs is fucked up + + +** NOTE: can start dev server, go to *it's* client to see a working older version of ayanova client for comparision! +http://localhost:7575/login +http://localhost:8080/login + + + Implemented all changes to bring up to 2.x AFAIK, now need to fixup layout then get into edit form and grid again. diff --git a/ayanova/src/views/login.vue b/ayanova/src/views/login.vue index f86a1a78..49167009 100644 --- a/ayanova/src/views/login.vue +++ b/ayanova/src/views/login.vue @@ -1,21 +1,23 @@