From 62db61579a7cad0d48d0030b990734064c96e2e9 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 14 Aug 2020 19:29:48 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 5 ++++- ayanova/public/index.html | 2 +- ayanova/src/api/ayanova-version.js | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 5fd4cfdd..58ea2993 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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 ##### diff --git a/ayanova/public/index.html b/ayanova/public/index.html index 589e3a59..5fda769b 100644 --- a/ayanova/public/index.html +++ b/ayanova/public/index.html @@ -11,6 +11,6 @@ -
+
diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index 98ed463e..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.8", + version: "8.0.0-alpha.10", copyright: "Copyright © 1999-2020, Ground Zero Tech-Works Inc. All Rights Reserved" };