From ac291995bde14b515f1feb6d0d77327083039ec4 Mon Sep 17 00:00:00 2001 From: rene Date: Fri, 29 May 2026 09:03:47 +0200 Subject: [PATCH] =?UTF-8?q?Welten-Rahmen:=20ged=C3=A4mpfte=20Erdt=C3=B6ne?= =?UTF-8?q?=20(JETZT=20orange,=20HUND=20naturgr=C3=BCn=20#6B8055,=20WELT?= =?UTF-8?q?=20blaugrau=20#4A7A9B),=20SW=20v1127?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- backend/static/css/components.css | 9 +++++---- backend/static/index.html | 24 ++++++++++++------------ backend/static/js/app.js | 2 +- backend/static/landing.html | 2 +- backend/static/sw.js | 2 +- 6 files changed, 21 insertions(+), 20 deletions(-) diff --git a/VERSION b/VERSION index 8061414..a496f02 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1126 \ No newline at end of file +1127 \ No newline at end of file diff --git a/backend/static/css/components.css b/backend/static/css/components.css index a6954fd..c6e9999 100644 --- a/backend/static/css/components.css +++ b/backend/static/css/components.css @@ -8266,10 +8266,11 @@ svg.empty-state-icon { /* Chip/Banner-Abdunklung + Blur: einheitlich auf allen drei Welten (reduziert) */ .world-panel { --wbg-dim: 0.14; --wbg-blur: 3px; } -/* Rahmenfarbe je Welt (Alpha einheitlich 0.55) — gilt für Chips + Banner oben */ -#wp-jetzt { --wborder: rgba(196, 132, 58, 0.55); } -#wp-hund { --wborder: rgba(196, 132, 58, 0.55); } -#wp-welt { --wborder: rgba(99, 130, 220, 0.55); } +/* Rahmenfarbe je Welt (Alpha einheitlich 0.55) — gilt für Chips + Banner oben + Gedämpfte Erdtöne: JETZT orange, HUND naturgrün, WELT blaugrau */ +#wp-jetzt { --wborder: rgba(196, 132, 58, 0.55); } /* #C4843A Bernstein */ +#wp-hund { --wborder: rgba(107, 128, 85, 0.55); } /* #6B8055 Naturgrün */ +#wp-welt { --wborder: rgba(74, 122, 155, 0.55); } /* #4A7A9B Blaugrau */ .world-chip { border: 1px solid var(--wborder, rgba(99, 130, 220, 0.55)); } /* Sektion-Label über Chip-Gruppen */ diff --git a/backend/static/index.html b/backend/static/index.html index db4ce24..ca5df63 100644 --- a/backend/static/index.html +++ b/backend/static/index.html @@ -86,14 +86,14 @@ Ban Yaro - + - - - - - + + + + + @@ -617,11 +617,11 @@ - - - - - + + + + + @@ -631,7 +631,7 @@ - + diff --git a/backend/static/js/app.js b/backend/static/js/app.js index 6d72217..6298146 100644 --- a/backend/static/js/app.js +++ b/backend/static/js/app.js @@ -3,7 +3,7 @@ Router, State-Management, Navigation, Initialisierung. ============================================================ */ -const APP_VER = '1126'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '1127'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen const APP_VERSION = '1.6.0'; // ← semantische Version, wird bei make release gesetzt window.APP_VER = APP_VER; // global verfügbar für andere Module (z.B. offline-indicator) window.APP_VERSION = APP_VERSION; diff --git a/backend/static/landing.html b/backend/static/landing.html index 5c38e15..a72ba0a 100644 --- a/backend/static/landing.html +++ b/backend/static/landing.html @@ -4,7 +4,7 @@ - + Ban Yaro — Die Hunde-App für Deutschland, Österreich & Schweiz diff --git a/backend/static/sw.js b/backend/static/sw.js index 6fe3c33..c1e27d6 100644 --- a/backend/static/sw.js +++ b/backend/static/sw.js @@ -4,7 +4,7 @@ ============================================================ */ // ← EINZIGE Stelle für die Version — STATIC_ASSETS und CACHE_VERSION leiten sich ab -const VER = '1126'; +const VER = '1127'; const CACHE_VERSION = `by-v${VER}`; const CACHE_STATIC = `${CACHE_VERSION}-static`; const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten