From 9432c98a6cee6d89d7a29ea8f21ddb3a66a33a33 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 2 Jul 2020 13:34:46 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 +- ayanova/src/views/ay-customize.vue | 2 +- ayanova/src/views/widget.vue | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 081d0efa..d6a84eae 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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) 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: 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 diff --git a/ayanova/src/views/ay-customize.vue b/ayanova/src/views/ay-customize.vue index 689f9836..f7686b98 100644 --- a/ayanova/src/views/ay-customize.vue +++ b/ayanova/src/views/ay-customize.vue @@ -301,7 +301,7 @@ function generateMenu(vm) { menuOptions.menuItems.push({ title: "Translation", icon: "fa-language", - data: "adm-translation", + data: "adm-translations", key: "app:nav" }); diff --git a/ayanova/src/views/widget.vue b/ayanova/src/views/widget.vue index 20941303..242f6b86 100644 --- a/ayanova/src/views/widget.vue +++ b/ayanova/src/views/widget.vue @@ -1,6 +1,7 @@