This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
//************************************************************
|
||||
//**************************************************************
|
||||
//**************************************************************
|
||||
|
||||
Reference in New Issue
Block a user