This commit is contained in:
@@ -14,14 +14,12 @@ 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.
|
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
|
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)
|
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)
|
||||||
|
todo: Check if set to a number properly (I'm pretty sure it is but to be certain)
|
||||||
|
TODO: Check if this is a known issue on android mobile because I'm seeing it on both firefox and chrome on android
|
||||||
|
could be a vuetify bug
|
||||||
|
|
||||||
|
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: 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 #####
|
### RETEST ALL DEVICES WHEN GET TO HERE #####
|
||||||
|
|||||||
@@ -11,6 +11,6 @@
|
|||||||
<noscript>
|
<noscript>
|
||||||
AyaNova requires JavaScript to function
|
AyaNova requires JavaScript to function
|
||||||
</noscript>
|
</noscript>
|
||||||
<div id="app" style="height:100%"></div>
|
<div id="app"></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -4,13 +4,18 @@
|
|||||||
<gzconfirm ref="gzconfirm"></gzconfirm>
|
<gzconfirm ref="gzconfirm"></gzconfirm>
|
||||||
<!-- <gzreportselector ref="gzreportselector"></gzreportselector> -->
|
<!-- <gzreportselector ref="gzreportselector"></gzreportselector> -->
|
||||||
<!-- Width of nav drawer set to allow widest translated text menu item to show which is spanish client service requests item
|
<!-- Width of nav drawer set to allow widest translated text menu item to show which is spanish client service requests item
|
||||||
and also leave a tiny space to click on outside of nav for galaxy 9 phone (narrowest width supported device) -->
|
and also leave a tiny space to click on outside of nav for galaxy 9 phone (narrowest width supported device)
|
||||||
|
|
||||||
|
Also there is a height bug in vuetify with chrome on mobile (and safari) so using workaround with 100% height set on v-navigation-drawer
|
||||||
|
https://github.com/vuetifyjs/vuetify/issues/9607
|
||||||
|
-->
|
||||||
<v-navigation-drawer
|
<v-navigation-drawer
|
||||||
v-if="isAuthenticated"
|
v-if="isAuthenticated"
|
||||||
v-model="drawer"
|
v-model="drawer"
|
||||||
app
|
app
|
||||||
temporary
|
temporary
|
||||||
width="345"
|
width="345"
|
||||||
|
height="100%"
|
||||||
>
|
>
|
||||||
<template v-slot:prepend>
|
<template v-slot:prepend>
|
||||||
<div class="subtitle-2 primary--text pt-2 pl-4">
|
<div class="subtitle-2 primary--text pt-2 pl-4">
|
||||||
|
|||||||
Reference in New Issue
Block a user