From 3b63510f9768daf6bc8dbf517767d114634516f3 Mon Sep 17 00:00:00 2001 From: ISA Date: Tue, 29 Apr 2025 13:23:26 +0200 Subject: [PATCH] =?UTF-8?q?refactor:=20Header=20neu=20strukturiert=20?= =?UTF-8?q?=E2=80=93=20TALAS-Logo=20und=20Meldestation=20responsive=20opti?= =?UTF-8?q?miert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Littwin-Logo unverändert beibehalten (unten links) - TALAS-Logo und Meldestation zusammen im flex-Container - Ab laptop-Breakpoint kleinere Schrift und kleineres Logo - Keine absolute Positionierung mehr für TALAS-Logo + Text - Layout stabil für verschiedene Bildschirmgrößen --- components/header/Header.tsx | 47 ++++++++++++++---------------------- config/webVersion.ts | 2 +- 2 files changed, 19 insertions(+), 30 deletions(-) diff --git a/components/header/Header.tsx b/components/header/Header.tsx index 3fc497c..11f6bfc 100644 --- a/components/header/Header.tsx +++ b/components/header/Header.tsx @@ -85,18 +85,24 @@ function Header() { priority={false} /> - {/* Stationsname & Device Name */} -
-

- Meldestation -

-

- {deviceName} -

+ {/* TALAS-Logo + Text nebeneinander (flexibel oben links) */} +
+ TALAS Logo +
+

+ Meldestation +

+

+ {deviceName} +

+
@@ -111,23 +117,6 @@ function Header() { */}
- {/* Logo in der Mitte */} -
- TALAS Logo -
{/* Logout-Button */} diff --git a/config/webVersion.ts b/config/webVersion.ts index 442cf58..4b857fb 100644 --- a/config/webVersion.ts +++ b/config/webVersion.ts @@ -6,5 +6,5 @@ 2: Patch oder Hotfix (Bugfixes oder kleine Änderungen). */ -const webVersion = "1.6.308"; +const webVersion = "1.6.309"; export default webVersion;