From 31223ffc6492ad93376de490b91c475f08f93e3d Mon Sep 17 00:00:00 2001 From: ISA Date: Mon, 7 Jul 2025 12:13:26 +0200 Subject: [PATCH] =?UTF-8?q?style:=20UI-Filterzeile=20visuell=20vereinheitl?= =?UTF-8?q?icht=20=E2=80=93=20vertikale=20Ausrichtung=20und=20H=C3=B6he=20?= =?UTF-8?q?angepasst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 'items-end' durch 'items-center' ersetzt für mittige Ausrichtung der Filterzeile - Button- und Listbox-Komponenten optisch auf gleiche Höhe gebracht - Einheitliches Erscheinungsbild von DatePicker, Anzeigen-Button und Quellen-Dropdown --- .env.development | 2 +- .env.production | 2 +- CHANGELOG.md | 9 +++++++++ components/main/reports/MeldungenView.tsx | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 16 insertions(+), 7 deletions(-) diff --git a/.env.development b/.env.development index 7d979c6..ce281a8 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.544 +NEXT_PUBLIC_APP_VERSION=1.6.545 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 6c67e4d..4fa7919 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.544 +NEXT_PUBLIC_APP_VERSION=1.6.545 NEXT_PUBLIC_CPL_MODE=production \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d9b150..b034024 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.6.545] – 2025-07-07 + +- fix: Listbox-Filter "Alle Quellen" zeigt nun korrekt alle Meldungen an + +- Initialwert von sourceFilter auf "Alle Quellen" gesetzt +- Filterbedingung angepasst, um mit Listbox-Einträgen übereinzustimmen +- Dropdown-UX verbessert durch Icon und Scrollfunktion + +--- ## [1.6.544] – 2025-07-07 - fix: Zeitstempel in Meldungstabelle inkl. Uhrzeit im deutschen Format (TT.MM.JJJJ, HH:MM:SS) diff --git a/components/main/reports/MeldungenView.tsx b/components/main/reports/MeldungenView.tsx index 48155f9..83d2052 100644 --- a/components/main/reports/MeldungenView.tsx +++ b/components/main/reports/MeldungenView.tsx @@ -50,7 +50,7 @@ export default function MeldungenView() {

Berichte

-
+
- + {sourceFilter}