diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 2adf83f9..20749b5a 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -9,7 +9,7 @@ This stage is to consolidate the basics and set the final shell form. todo: 8 Infrastructure cases outstanding all tagged as "INFRASTRUCTURE:" - +todo: Users list, translation list and license page all cut off horizontally in phone todo: Joyce after testing issues: On laptop, when in field that is a NUMBER (i.e. Count in Widget) have option to highlight and type in new number OR just use the UP/DOWN arrow on keyboard OR use the up/down arrow that is the field itself. Whereas on android ONLY have option to type in new number @@ -21,7 +21,6 @@ todo: Joyce after testing issues: todo: login form on mobile is cut off due to the 100vh bug on chrome as per nav drawer logout issue fix might be to put a 100% on something app level somewhere or maybe just the login form since it's the only one that has that issue -todo: several screenshots showing mobile layout issue in emails ### RETEST ALL DEVICES WHEN GET TO HERE ##### diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index 3815232f..e3cc5575 100644 --- a/ayanova/src/api/ayanova-version.js +++ b/ayanova/src/api/ayanova-version.js @@ -1,5 +1,5 @@ export default { - version: "8.0.0-alpha.10.4", + version: "8.0.0-alpha.10", copyright: "Copyright © 1999-2020, Ground Zero Tech-Works Inc. All Rights Reserved" }; diff --git a/ayanova/src/views/adm-license.vue b/ayanova/src/views/adm-license.vue index ebce778c..87181c55 100644 --- a/ayanova/src/views/adm-license.vue +++ b/ayanova/src/views/adm-license.vue @@ -6,23 +6,111 @@