From 1a6e913b5990f3da9917427975aa5356395f9ecc Mon Sep 17 00:00:00 2001 From: ISA Date: Fri, 27 Jun 2025 07:41:29 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20fix:=20einheitliche=20H=C3=B6he=20f?= =?UTF-8?q?=C3=BCr=20Header/Footer=20auf=20Berichte-Seite=20gesetzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Layout von meldungen.tsx angepasst, um Hüpfen und Größenunterschied zu vermeiden - Container-Höhe auf h-[calc(100vh-13vh-8vh)] angepasst wie auf den anderen Seiten - Einheitliches Verhalten von Header, Footer und Navigation gewährleistet --- .env.development | 2 +- .env.production | 2 +- CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- pages/meldungen.tsx | 2 +- 6 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.env.development b/.env.development index 10da523..34fb2f9 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.488 +NEXT_PUBLIC_APP_VERSION=1.6.489 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 f25350c..4c2397d 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.488 +NEXT_PUBLIC_APP_VERSION=1.6.489 NEXT_PUBLIC_CPL_MODE=production \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 13d62e5..d6e5344 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.6.489] – 2025-06-27 + +- fix: nur 8 Analoge Eingänge + +--- ## [1.6.488] – 2025-06-27 - refactorring dashboard diff --git a/package-lock.json b/package-lock.json index a01d575..bb8a4c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cpl-v4", - "version": "1.6.488", + "version": "1.6.489", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cpl-v4", - "version": "1.6.488", + "version": "1.6.489", "dependencies": { "@fontsource/roboto": "^5.1.0", "@iconify-icons/ri": "^1.2.10", diff --git a/package.json b/package.json index 73c5e96..1d16388 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cpl-v4", - "version": "1.6.488", + "version": "1.6.489", "private": true, "scripts": { "dev": "next dev", diff --git a/pages/meldungen.tsx b/pages/meldungen.tsx index b5b852e..420d46f 100644 --- a/pages/meldungen.tsx +++ b/pages/meldungen.tsx @@ -71,7 +71,7 @@ export default function Messages() { }, []); return ( -
+

Berichte