Checkpoint commit, about to upgrade a bunch of client stuff most notably vuetify 2.3 from 2.2.3

This commit is contained in:
2020-06-14 19:33:29 +00:00
parent e2f43a3e02
commit c9f1ad96ec
3 changed files with 20 additions and 8 deletions

View File

@@ -5,7 +5,8 @@ PRIORITY - ALWAYS Lowest level stuff first, i.e. TODO at server, api route chang
WIFI change 5g channel to 52,56,60 and 2g channel to 8
recheck before doing as it seems to vary, maybe someone else's is auto switching
WTF - not the latest vuetify!
https://github.com/vuetifyjs/vuetify/releases/v2.3.0#user-content-upgrade-guide
todo: ensure dbid on about page
No, showing empty for no license mode, wtf?

View File

@@ -1,5 +1,9 @@
<template>
<v-app>
<div class="display-4">
qqHere is some test textsldfjkasl;dfjkl;asdfjkl;asdfjk
</div>
<gznotify ref="gznotify"></gznotify>
<gzconfirm ref="gzconfirm"></gzconfirm>
<!-- <gzreportselector ref="gzreportselector"></gzreportselector> -->

View File

@@ -1,5 +1,10 @@
<template>
<v-row v-if="formState.ready">
<v-col>
<div class="text-h1">
qqHere is some test textsldfjkasl;dfjkl;asdfjkl;asdfjk
</div>
</v-col>
<v-col>
<v-form ref="form">
<v-row>
@@ -7,14 +12,16 @@
<template v-if="showLicenseUi() == 'ok'">
<!-- Normal active license UI -->
<div>
<span class="ml-1 ml-sm-6 text-body-2 text-sm-body-1"
>{{ $ay.t("RegisteredUser") }}:
</span>
<span class="body-2">{{ currentLicenseInfo.licensedTo }}</span>
<div>
<span class="ml-6 body-1">{{ $ay.t("DatabaseID") }}: </span>
<span class="ml-1 ml-sm-6 text-body-2 text-sm-body-1"
>{{ $ay.t("RegisteredUser") }}:
</span>
<span class="ml-1 ml-sm-6 text-subtitle-2 text-lg-h6"
>abcdefg{{ currentLicenseInfo.licensedTo }}</span
>
</div>
<div>
<span class="ml-6 text-xl-h1">{{ $ay.t("DatabaseID") }}: </span>
<span class="body-2">{{ currentLicenseInfo.serverDbId }}</span>
</div>
<div>