- Add automatic data loading every 2 seconds when no chart data available - Implement intelligent cursor-wait display for entire modal during loading - Auto-reset to 'Alle Messwerte' (DIA0) and clear date fields on modal open - Add Tailwind-based color system for chart lines (gray for min/max, littwin-blue for current/average) - Improve chart line layering with background/foreground organization - Add periodic UI updates to ensure responsive loading feedback - Maintain manual 'Daten laden' button control alongside auto-loading - Fix TypeScript dependencies and optimize useEffect performance"
12 lines
453 B
Plaintext
12 lines
453 B
Plaintext
NEXT_PUBLIC_NODE_ENV=development
|
|
NEXT_PUBLIC_ENCRYPTION_KEY=1
|
|
NEXT_PUBLIC_ENCRYPTION_IV=1
|
|
NEXT_PUBLIC_USE_MOCK_BACKEND_TDR_START=true
|
|
NEXT_PUBLIC_USE_MOCK_BACKEND_LOOP_START=false
|
|
NEXT_PUBLIC_EXPORT_STATIC=false
|
|
NEXT_PUBLIC_USE_CGI=false
|
|
# App-Versionsnummer
|
|
NEXT_PUBLIC_APP_VERSION=1.6.680
|
|
NEXT_PUBLIC_CPL_MODE=json # json (Entwicklungsumgebung) oder jsSimulatedProd (CPL ->CGI-Interface-Simulator) oder production (CPL-> CGI-Interface Platzhalter)
|
|
|