From b11e7dd66665497ffe219140808011775d793d83 Mon Sep 17 00:00:00 2001 From: vibe-bot Date: Sat, 9 Aug 2025 16:43:05 +0200 Subject: [PATCH] =?UTF-8?q?UI:=20Footer=20mit=20Version=20und=20Build-Kana?= =?UTF-8?q?l=20hinzugef=C3=BCgt=20(Header=20bleibt=20clean)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/App.tsx | 9 +++++++++ web/src/styles.css | 7 ++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index 9bf52b4..e9a1592 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -470,6 +470,15 @@ export default function App() { ); })} + {/* Footer: Version/Channel */} + {showTop && ( diff --git a/web/src/styles.css b/web/src/styles.css index 92d5e33..f6d1262 100644 --- a/web/src/styles.css +++ b/web/src/styles.css @@ -632,7 +632,12 @@ header p { .hint { opacity: .7; padding: 24px 0; } -/* footer-info entfernt */ +/* Footer mit Version/Build-Kanal */ +.footer-info { + opacity: .7; + font-size: 12px; + padding: 16px 0 8px; +} .tabs { display: flex; gap: 8px; margin-bottom: 16px; flex-wrap: wrap; } .tab {