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 @@