From 2315498cb564b4e6fc0d7601a34bf617e7b7ce84 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 19 Aug 2020 15:44:34 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 7 +------ ayanova/src/main.js | 2 +- ayanova/src/views/adm-user.vue | 2 +- ayanova/src/views/adm-users.vue | 12 +++++++----- ayanova/src/views/cust-user.vue | 2 +- 5 files changed, 11 insertions(+), 14 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 4cfe825a..35459d79 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -5,12 +5,7 @@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ This stage is to consolidate the basics and set the final shell form. - A lot of it might be rundundent - -todo: Users list roles - too wide for mobile - options: remove on mobile, append to row in expand row slot, alternate view for mobile - I like having it on full width but it's probably fine to either hide it or add it as an expansion thing on mobile + A lot of it might be rundundant diff --git a/ayanova/src/main.js b/ayanova/src/main.js index 8c82b438..5aa47d94 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -63,7 +63,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control //DEVELOPMENT MODE //THIS SHOULD BE FALSE IN RELEASE //************************************************************ -const DEV_MODE = false; +const DEV_MODE = true; //************************************************************ //************************************************************** //************************************************************** diff --git a/ayanova/src/views/adm-user.vue b/ayanova/src/views/adm-user.vue index e10ae7e9..9660a3d4 100644 --- a/ayanova/src/views/adm-user.vue +++ b/ayanova/src/views/adm-user.vue @@ -1,7 +1,7 @@