From ed599aba676d3135049ff158a81ea56c4e44d895 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 6 Oct 2020 23:03:39 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 17 +++-------------- ayanova/src/views/login.vue | 25 ++++++++++++------------- 2 files changed, 15 insertions(+), 27 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index a11c88bf..70f73332 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -3,21 +3,10 @@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -todo: login button can be obscured by footer, this should not happen try forcing margin below, footer maybe has a setting to confine it? - move the login button? - make sure enter works with it - -todo: chrome "Lighthouse" test against devops and implement recommendations - particularly favor time to first - change .png to .webp - - -### SMALL QUICK ITEMS ##### -todo: change logos from png to webp - check if webp is supported e2e and on report - todo: login page seems to fetch both logos even though only one is visible - maybe there is a v-show instead of a v-if or something? + change login page hasSMallLogo and hasMediumLogo to showSmallLogo and showMediumLogo + change check to not only include the check if the logo exists but also a check for current breakpoint + this way it can all be in the v-if and not in the class="hidden-md-and-up" check which in fact doesn't prevent the logo from downloading unnecessarily todo: known issues has some efficiency settings for themes and good stuff to know, check it: https://github.com/vuetifyjs/vuetify/releases/tag/v2.3.0#user-content-known-issues todo: new logos too small on large login, add a 3rd (large) size of logo to login form for xl size display diff --git a/ayanova/src/views/login.vue b/ayanova/src/views/login.vue index c26c3f23..28589084 100644 --- a/ayanova/src/views/login.vue +++ b/ayanova/src/views/login.vue @@ -5,13 +5,13 @@
- +
- +
@@ -101,7 +101,7 @@
- +