This commit is contained in:
2020-08-14 19:29:48 +00:00
parent a500ea577d
commit 62db61579a
3 changed files with 6 additions and 3 deletions

View File

@@ -11,7 +11,6 @@ This stage is to consolidate the basics and set the final shell form.
todo: 8 Infrastructure cases outstanding all tagged as "INFRASTRUCTURE:"
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
And number is limited in size to no more than 10 digits (says Value must be an integer in red under it if go over)
@@ -19,6 +18,10 @@ todo: Joyce after testing issues:
todo: logout append slot item in nav menu not showing on chrome mobile (or apparently safari)
bug reported and workaround available but unclear how to use it:
https://github.com/vuetifyjs/vuetify/issues/9607
Posted and asked and awaiting answer
### RETEST ALL DEVICES WHEN GET TO HERE #####

View File

@@ -11,6 +11,6 @@
<noscript>
AyaNova requires JavaScript to function
</noscript>
<div id="app"></div>
<div id="app" style="height:100%"></div>
</body>
</html>

View File

@@ -1,5 +1,5 @@
export default {
version: "8.0.0-alpha.8",
version: "8.0.0-alpha.10",
copyright:
"Copyright © 1999-2020, Ground Zero Tech-Works Inc. All Rights Reserved"
};