From b380174709affb7d5a833234a1308cd92272b3ca Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 2 May 2019 22:02:41 +0000 Subject: [PATCH] --- ayanova/src/App.vue | 30 ++-- .../src/components/inventorywidgetlist.vue | 131 +++++++++------- ayanova/src/views/About.vue | 143 +++++++----------- ayanova/src/views/inventory-widget-edit.vue | 13 +- ayanova/src/views/inventory.vue | 78 ++++++---- ayanova/src/views/log.vue | 30 +++- ayanova/src/views/login.vue | 7 +- 7 files changed, 238 insertions(+), 194 deletions(-) diff --git a/ayanova/src/App.vue b/ayanova/src/App.vue index 1864d4a9..00336cba 100644 --- a/ayanova/src/App.vue +++ b/ayanova/src/App.vue @@ -2,7 +2,11 @@ - + {{ "fa-" + item.icon }} @@ -21,7 +25,8 @@ > - {{ appBar.icon }}  + {{ appBar.icon }}  {{ appBar.title }} @@ -36,9 +41,7 @@ @click="$gzevent.$emit('menu-click', item)" > - {{ - "fa-" + item.icon - }} + {{ "fa-" + item.icon }} @@ -52,11 +55,13 @@