From 6389057138f6915d9fb6e411e59d2e375a3f3bbf Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 27 Oct 2020 17:11:33 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 6 +++--- ayanova/src/components/extensions-control.vue | 8 +------- ayanova/src/main.js | 2 +- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index c617c260..8d4fd84f 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -5,8 +5,6 @@ -todo: export / import: deploy, test on linux and update this issue to approve it working or not https://github.com/Cinchoo/ChoETL/issues/112 - todo: Lagging typing in name field on customize form for data grid filter Try turning on full diagnostics and debugger break on any exception, see if it's just throwing constantly when typing @@ -14,7 +12,9 @@ todo: Lagging typing in name field on customize form for data grid filter Ask on https://github.com/vuetifyjs/vuetify/issues how to diagnose this lagging - +todo: Extension UI being full screen is a bit odd, it's not clear how to exit at a glance or that you are in an extension + maybe try to shrink it to 90% of the full screen so that the grid shows around the background edges so it's clear it's overtop + improve Exit UI button so more prominent or in upper corner or something DASHBOARD / KPI / BIZ METRICS diff --git a/ayanova/src/components/extensions-control.vue b/ayanova/src/components/extensions-control.vue index a8df59b9..0dde4c0e 100644 --- a/ayanova/src/components/extensions-control.vue +++ b/ayanova/src/components/extensions-control.vue @@ -1,11 +1,5 @@