diff --git a/.env.development b/.env.development index f9de660..27d741d 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.742 +NEXT_PUBLIC_APP_VERSION=1.6.743 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 599a430..3748c29 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.742 +NEXT_PUBLIC_APP_VERSION=1.6.743 NEXT_PUBLIC_CPL_MODE=production \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index cb5dc56..0e4c04d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.6.743] – 2025-08-18 + +- feat: einstellungen dark und light mode + +--- ## [1.6.742] – 2025-08-18 - feat: Einstellungen in dark und light mode diff --git a/components/main/reports/MeldungenTabelle.tsx b/components/main/reports/MeldungenTabelle.tsx index 2822b4d..f28067e 100644 --- a/components/main/reports/MeldungenTabelle.tsx +++ b/components/main/reports/MeldungenTabelle.tsx @@ -15,25 +15,38 @@ export default function MeldungenTabelle({ return (
- + - - - - - + + + + + {messages.map((msg, index) => ( - - + - - - - - + + + ))} diff --git a/components/main/reports/MeldungenView.tsx b/components/main/reports/MeldungenView.tsx index a3bc5d7..7c421f2 100644 --- a/components/main/reports/MeldungenView.tsx +++ b/components/main/reports/MeldungenView.tsx @@ -67,7 +67,7 @@ export default function MeldungenView() {
- + {sourceFilter} - + {sources.map((src) => ( - `px-4 py-2 cursor-pointer ${ + className={({ selected, active, disabled }) => + `px-4 py-2 cursor-pointer text-gray-900 dark:text-gray-100 ${ selected ? "bg-littwin-blue text-white" : active - ? "bg-blue-100" + ? "bg-blue-100 dark:bg-gray-700 dark:text-white" + : disabled + ? "opacity-50 text-gray-400 dark:text-gray-500 cursor-not-allowed" : "" }` } diff --git a/package-lock.json b/package-lock.json index 85a2b72..ed2f853 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cpl-v4", - "version": "1.6.742", + "version": "1.6.743", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cpl-v4", - "version": "1.6.742", + "version": "1.6.743", "dependencies": { "@fontsource/roboto": "^5.1.0", "@headlessui/react": "^2.2.4", diff --git a/package.json b/package.json index 4b94520..5f33e47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cpl-v4", - "version": "1.6.742", + "version": "1.6.743", "private": true, "scripts": { "dev": "next dev", diff --git a/playwright/scraper/pages/dashboard-ipadpro.html b/playwright/scraper/pages/dashboard-ipadpro.html deleted file mode 100644 index 67ea8c2..0000000 --- a/playwright/scraper/pages/dashboard-ipadpro.html +++ /dev/null @@ -1,7767 +0,0 @@ -
PrioZeitstempelQuelleMeldungStatus + Prio + + Zeitstempel + + Quelle + + Meldung + + Status +
+
+ {new Date(msg.t).toLocaleString("de-DE", { day: "2-digit", month: "2-digit", @@ -43,10 +56,15 @@ export default function MeldungenTabelle({ second: "2-digit", })} {msg.i}{msg.m}{msg.v} + {msg.i} + + {msg.m} + + {msg.v} +
PrioZeitstempelQuelleMeldungStatus
2025-08-11 11:52:44CableLine13Isofehler gehend0
2025-08-11 11:51:14CableLine11Isofehler kommend1
2025-08-11 11:44:19CableLine11Isofehler gehend0
2025-08-11 11:43:44CableLine11Isofehler kommend1
2025-08-11 11:36:42CableLine11Isofehler gehend0
2025-08-11 11:35:45CableLine11Isofehler kommend1
2025-08-11 11:21:16CableLine11Isofehler gehend0
2025-08-11 11:21:05CableLine11Isofehler kommend1
2025-08-11 11:14:01CableLine11Isofehler gehend0
2025-08-11 11:12:52CableLine11Isofehler kommend1
2025-08-11 10:58:43CableLine11Isofehler gehend0
2025-08-11 10:57:14CableLine11Isofehler kommend1
2025-08-11 10:50:14CableLine11Isofehler gehend0
2025-08-11 10:50:02CableLine11Isofehler kommend1
2025-08-11 10:43:06CableLine11Isofehler gehend0
2025-08-11 10:35:18CableLine11Isofehler kommend1
2025-08-11 10:28:13CableLine11Isofehler gehend0
2025-08-11 10:27:17CableLine11Isofehler kommend1
2025-08-11 10:22:20CableLine13Isofehler kommend1
2025-08-11 10:20:16CableLine11Isofehler gehend0

Versionsinformationen

Applikationsversion: 0.02

Webversion: 1.6.735

1
KÜ705
FO
2
KÜ705
FO
3
KÜ705
FO
4
KÜ705
FO
5
KÜ705
FO
6
KÜ705
FO
7
KÜ705
FO
8
KÜ705
FO
9
KÜ705
FO
10
KÜ705
FO
11
KÜ705
FO
12
KÜ705
FO
13
KÜ705
FO
14
KÜ705
FO
15
KÜ705
FO
16
KÜ705
FO
17
KÜ705
FO
18
KÜ705
FO
19
KÜ705
FO
20
KÜ705
FO
21
KÜ705
FO
22
KÜ705
FO
23
KÜ705
FO
24
KÜ705
FO
25
KÜ705
FO
26
KÜ705
FO
27
KÜ705
FO
28
KÜ705
FO
29
KÜ705
FO
30
KÜ705
FO
31
KÜ705
FO
32
KÜ705
FO
IP Address

IP-Adresse

10.10.0.243

subnet mask

Subnet-Maske

255.255.255.0

gateway

Gateway

10.10.0.1

OPC-UA

Status

Server betriebsbereit

\ No newline at end of file diff --git a/playwright/scraper/pages/dashboard-ipadpro.png b/playwright/scraper/pages/dashboard-ipadpro.png deleted file mode 100644 index ce2c573..0000000 Binary files a/playwright/scraper/pages/dashboard-ipadpro.png and /dev/null differ