This commit is contained in:
@@ -10,16 +10,11 @@ This stage is to consolidate the basics and set the final shell form.
|
|||||||
|
|
||||||
todo: 8 Infrastructure cases outstanding all tagged as "INFRASTRUCTURE:"
|
todo: 8 Infrastructure cases outstanding all tagged as "INFRASTRUCTURE:"
|
||||||
todo: Users list, translation list and license page all cut off horizontally in phone
|
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
|
|
||||||
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
|
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
|
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
|
||||||
|
(or add a big ass margin at the bottom to force it upwards (and maybe negative at top?))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -117,7 +117,7 @@
|
|||||||
must-sort
|
must-sort
|
||||||
>
|
>
|
||||||
<template
|
<template
|
||||||
v-slot:item.display="props"
|
v-slot:[`item.display`]="props"
|
||||||
v-if="!formState.readOnly"
|
v-if="!formState.readOnly"
|
||||||
>
|
>
|
||||||
<v-edit-dialog
|
<v-edit-dialog
|
||||||
|
|||||||
Reference in New Issue
Block a user