This commit is contained in:
2020-10-27 17:11:33 +00:00
parent f2a1e610e2
commit 6389057138
3 changed files with 5 additions and 11 deletions

View File

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

View File

@@ -1,11 +1,5 @@
<template>
<v-dialog
fullscreen
hide-overlay
v-model="isVisible"
@keydown.esc="cancel"
data-cy="extensions"
>
<v-dialog v-model="isVisible" @keydown.esc="cancel" data-cy="extensions">
<v-card>
<v-card-title>{{ $ay.t("Extensions") }}</v-card-title>
<v-card-subtitle class="mt-1">{{ titleText() }}</v-card-subtitle>

View File

@@ -61,7 +61,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;
//************************************************************
//**************************************************************
//**************************************************************