This commit is contained in:
2020-09-04 17:31:44 +00:00
parent 78cfec8f77
commit bf9ef32c91
2 changed files with 5 additions and 2 deletions

View File

@@ -9,7 +9,9 @@ todo: chunk-vendors has fa-brands in it which is fucking huge, what else is in t
This could be a big breaking change so need to do it carefully and all at once as it's own project This could be a big breaking change so need to do it carefully and all at once as it's own project
Definitely need to do though, it will save a lot of size to just include the actual icons I'm using which is a handful Definitely need to do though, it will save a lot of size to just include the actual icons I'm using which is a handful
todo: Why is the delete button pushed to be exposed all the time, surely it's not that commonly used? todo: Why is the delete button pushed to be exposed all the time, surely it's not that commonly used?
todo: LOGOUT UI button is still fucked on mobile
needs a re-think, positioning it at the bottom is not working
REPORTING REPORTING

View File

@@ -4,7 +4,7 @@
<v-row> <v-row>
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error> <gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
<v-col cols="12" class="d-sm-none accent--text"> <v-col cols="12" class="d-sm-none accent--text">
<h4>Editor not supported on mobile devices</h4> <h4>{{ $ay.t("ReportEditorMobileWarning") }}</h4>
</v-col> </v-col>
<v-col cols="12" sm="6" class="py-2"> <v-col cols="12" sm="6" class="py-2">
<v-btn-toggle <v-btn-toggle
@@ -940,6 +940,7 @@ async function fetchTranslatedText(vm) {
"ReportName", "ReportName",
"ReportEditorProperties", "ReportEditorProperties",
"ReportEditorData", "ReportEditorData",
"ReportEditorMobileWarning",
"ReportNotes", "ReportNotes",
"ReportTemplate", "ReportTemplate",
"AuthorizationRoles" "AuthorizationRoles"