This commit is contained in:
@@ -5,7 +5,7 @@ PRIORITY - ALWAYS Lowest level stuff first, i.e. TODO at server, api route chang
|
|||||||
|
|
||||||
todo: consider moving canDuplicate etc from a "computed" property into methods (just drag and drop)
|
todo: consider moving canDuplicate etc from a "computed" property into methods (just drag and drop)
|
||||||
in fact, look for all computed and consider them carefully because computed seems to be bullshit
|
in fact, look for all computed and consider them carefully because computed seems to be bullshit
|
||||||
|
todo: remove translation link from customize page
|
||||||
todo: set network speed in dev console of firefox to regular 2g then go through all forms and confirm all still works as this will expose any await issues
|
todo: set network speed in dev console of firefox to regular 2g then go through all forms and confirm all still works as this will expose any await issues
|
||||||
|
|
||||||
todo: I don't really need About on every edit form, keep it for the main top level and remove it from all the edit forms
|
todo: I don't really need About on every edit form, keep it for the main top level and remove it from all the edit forms
|
||||||
|
|||||||
@@ -301,7 +301,7 @@ function generateMenu(vm) {
|
|||||||
menuOptions.menuItems.push({
|
menuOptions.menuItems.push({
|
||||||
title: "Translation",
|
title: "Translation",
|
||||||
icon: "fa-language",
|
icon: "fa-language",
|
||||||
data: "adm-translation",
|
data: "adm-translations",
|
||||||
key: "app:nav"
|
key: "app:nav"
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<v-container fluid>
|
<v-container fluid>
|
||||||
<gz-report-selector ref="reportSelector"></gz-report-selector>
|
<gz-report-selector ref="reportSelector"></gz-report-selector>
|
||||||
|
{{ formState }}
|
||||||
<v-row v-if="formState.ready">
|
<v-row v-if="formState.ready">
|
||||||
<v-col>
|
<v-col>
|
||||||
<v-form ref="form">
|
<v-form ref="form">
|
||||||
|
|||||||
Reference in New Issue
Block a user