From 8cdae969fbe63506c1bf10602def478472844d49 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 18 Apr 2019 19:51:21 +0000 Subject: [PATCH] named anonymous functions --- ayanova/devdocs/todo.txt | 2 +- ayanova/src/App.vue | 36 +++++++++---------- ayanova/src/api/auth.js | 2 +- ayanova/src/api/gzapi.js | 8 ++--- ayanova/src/api/gzmenu.js | 4 +++ ayanova/src/api/initialize.js | 6 ++-- ayanova/src/api/locale.js | 4 +-- .../src/components/inventorywidgetlist.vue | 2 +- ayanova/src/main.js | 8 ++--- ayanova/src/views/About.vue | 2 +- ayanova/src/views/inventory-widget-edit.vue | 4 +-- ayanova/src/views/log.vue | 2 +- ayanova/src/views/login.vue | 2 +- 13 files changed, 43 insertions(+), 39 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 63314c62..79e1a2b1 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -47,7 +47,7 @@ All platforms and browsers - DONE Surface property that will force an item to be surfaced to the left of the menu in the app-bar - Keep the original in the menu though for people that are used to it? - DONE reorganize SAVE, DELETE ETC, put a divider between main form actions and then all the myriad of secondary things -#### HERE -> LOCALIZE - check all new menu items, some might be not localized (look for ALL CAPS) + - DONE LOCALIZE check all new menu items, some might be not localized (look for ALL CAPS) - WIRE UP logout link to go to login form and logout properly - WIRE up save menu item and add code to disable save on broken rules (and make red, disabled etc) - Wire up delete menu item diff --git a/ayanova/src/App.vue b/ayanova/src/App.vue index 82e47055..a63d4e24 100644 --- a/ayanova/src/App.vue +++ b/ayanova/src/App.vue @@ -1,5 +1,5 @@