From f7d1a36e0f4c1c994501b8a8ba7627e6a694bc48 Mon Sep 17 00:00:00 2001 From: ISA Date: Tue, 9 Sep 2025 10:35:34 +0200 Subject: [PATCH] style: dark mode ISO, RSL und TDR --- .env.development | 2 +- .env.production | 2 +- CHANGELOG.md | 5 + .../LoopChartActionBar.tsx | 86 +++---- .../LoopMeasurementChart/LoopChartView.tsx | 208 ++++++----------- .../Charts/TDRChart/TDRChartActionBar.tsx | 133 +++++------ .../kue705FO/Charts/TDRChart/TDRChartView.tsx | 218 +++++++----------- package-lock.json | 4 +- package.json | 2 +- 9 files changed, 247 insertions(+), 413 deletions(-) diff --git a/.env.development b/.env.development index d71d9e4..43f5402 100644 --- a/.env.development +++ b/.env.development @@ -6,6 +6,6 @@ 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.880 +NEXT_PUBLIC_APP_VERSION=1.6.881 NEXT_PUBLIC_CPL_MODE=json # json (Entwicklungsumgebung) oder jsSimulatedProd (CPL ->CGI-Interface-Simulator) oder production (CPL-> CGI-Interface Platzhalter) diff --git a/.env.production b/.env.production index 97836aa..c8aff4e 100644 --- a/.env.production +++ b/.env.production @@ -5,5 +5,5 @@ NEXT_PUBLIC_CPL_API_PATH=/CPL NEXT_PUBLIC_EXPORT_STATIC=true NEXT_PUBLIC_USE_CGI=true # App-Versionsnummer -NEXT_PUBLIC_APP_VERSION=1.6.880 +NEXT_PUBLIC_APP_VERSION=1.6.881 NEXT_PUBLIC_CPL_MODE=production \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8719e6e..78d73ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.6.881] – 2025-09-09 + +- feat: MUI test + +--- ## [1.6.880] – 2025-09-09 - style: dark mode Modal KÜ Einstellungen diff --git a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx index 16719de..08028c3 100644 --- a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx +++ b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx @@ -281,26 +281,23 @@ const LoopChartActionBar = forwardRef((_props, ref) => { handleFetchData, })); + // Sichtbarkeits-Flags + const isMesskurve = chartTitle === "Messkurve"; + return ( -
-
-