From b25af47cddebd2d487e059f6e727ab8f1d47edf6 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 13 Apr 2020 23:03:12 +0000 Subject: [PATCH] Removed extraneous container element --- ayanova/devdocs/todo.txt | 83 -- .../src/views/adm-global-select-templates.vue | 140 ++-- ayanova/src/views/ay-customize.vue | 104 ++- ayanova/src/views/ay-data-list-view.vue | 778 +++++++++--------- ayanova/src/views/home-password.vue | 158 ++-- ayanova/src/views/home-search.vue | 164 ++-- ayanova/src/views/home-user-settings.vue | 200 +++-- ayanova/src/views/login.vue | 164 ++-- ayanova/src/views/notfound.vue | 20 +- ayanova/src/views/ops-server-state.vue | 75 +- ayanova/src/views/vendors.vue | 107 --- 11 files changed, 879 insertions(+), 1114 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index dc481636..b572e23d 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -51,89 +51,6 @@ CURRENT TODOs -todo: Translate all ayatypes not translated - "data": [ - { - "id": 0, - "name": "NoType" - }, - { - "id": 1, - "name": "Général" - }, - { - "id": 2, - "name": "Widget" - }, - { - "id": 3, - "name": "Utilisateur" - }, - { - "id": 4, - "name": "État du serveur" - }, - { - "id": 5, - "name": "License" - }, - { - "id": 6, - "name": "LogFile" - }, - { - "id": 7, - "name": "PickListTemplate" - }, - { - "id": 8, - "name": "DEPRECATED_REUSELATER_8" - }, - { - "id": 9, - "name": "ServerJob" - }, - { - "id": 10, - "name": "AyaNova7Import" - }, - { - "id": 11, - "name": "TrialSeeder" - }, - { - "id": 12, - "name": "Metrics" - }, - { - "id": 13, - "name": "Traduction" - }, - { - "id": 14, - "name": "UserOptions" - }, - { - "id": 15, - "name": "DEPRECATED_REUSELATER_15" - }, - { - "id": 16, - "name": "DEPRECATED_REUSELATER_16" - }, - { - "id": 17, - "name": "FileAttachment" - }, - { - "id": 18, - "name": "Affichage de la liste des données" - }, - { - "id": 19, - "name": "FormCustom" - } - todo: do I have too many containers in my UI, like some unnecessary ones in the views where the parent already has a container? todo: ADDITIONAL EDIT FORM BUTTONS FUNCTIONALITY STUBBED OUT OR MADE INTO TODO'S diff --git a/ayanova/src/views/adm-global-select-templates.vue b/ayanova/src/views/adm-global-select-templates.vue index 5bb19560..8f7ab0c7 100644 --- a/ayanova/src/views/adm-global-select-templates.vue +++ b/ayanova/src/views/adm-global-select-templates.vue @@ -1,33 +1,32 @@