diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 70f73332..c999ab80 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -3,11 +3,6 @@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -todo: login page seems to fetch both logos even though only one is visible - 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 todo: is notifynewcount request double sending? It seems like it appears twice at the same moment in the log diff --git a/ayanova/src/views/login.vue b/ayanova/src/views/login.vue index 32c63e5b..79377785 100644 --- a/ayanova/src/views/login.vue +++ b/ayanova/src/views/login.vue @@ -7,7 +7,7 @@
- +
@@ -17,8 +17,14 @@ + +
+ +
+
+ - + - + -
+