From d468eed98fda2a055f8a541598d6174104bd9b9e Mon Sep 17 00:00:00 2001 From: rene Date: Fri, 29 May 2026 08:52:03 +0200 Subject: [PATCH] =?UTF-8?q?Welten:=20dim/blur=20einheitlich=20(WELT-Wert),?= =?UTF-8?q?=20TEST=20Chip-Rahmenst=C3=A4rke=20je=20Welt=20(JETZT=20schwach?= =?UTF-8?q?/HUND=20mittel/WELT=20stark),=20SW=20v1124?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- backend/static/css/components.css | 17 +++++++---------- backend/static/index.html | 24 ++++++++++++------------ backend/static/js/app.js | 2 +- backend/static/landing.html | 2 +- backend/static/sw.js | 2 +- 6 files changed, 23 insertions(+), 26 deletions(-) diff --git a/VERSION b/VERSION index dbbcbc8..63192f7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1123 \ No newline at end of file +1124 \ No newline at end of file diff --git a/backend/static/css/components.css b/backend/static/css/components.css index 9296bb0..babb25a 100644 --- a/backend/static/css/components.css +++ b/backend/static/css/components.css @@ -8262,17 +8262,14 @@ svg.empty-state-icon { -webkit-box-orient: vertical; } -/* Chip-Umrandung je Welt */ -#wp-jetzt .world-chip { border: 1px solid rgba(196, 132, 58, 0.55); } -#wp-hund .world-chip { border: 1px solid rgba(196, 132, 58, 0.65); } -#wp-welt .world-chip { border: 1px solid rgba(99, 130, 220, 0.55); } +/* Chip/Banner-Abdunklung + Blur: einheitlich auf allen drei Welten (reduziert) */ +.world-panel { --wbg-dim: 0.14; --wbg-blur: 3px; } -/* TEST: Chip/Banner-Abdunklung + Blur je Welt unterschiedlich (zum Vergleich) - Defaults (ohne Override): dim 0.32–0.38 / blur 12–18px - → JETZT mild, HUND mittel, WELT stark reduziert */ -#wp-jetzt { --wbg-dim: 0.28; --wbg-blur: 8px; } -#wp-hund { --wbg-dim: 0.20; --wbg-blur: 5px; } -#wp-welt { --wbg-dim: 0.14; --wbg-blur: 3px; } +/* TEST: Chip-Rahmenstärke je Welt unterschiedlich (zum Vergleich) + → JETZT schwach, HUND mittel, WELT stark */ +#wp-jetzt .world-chip { border: 1px solid rgba(196, 132, 58, 0.25); } +#wp-hund .world-chip { border: 1px solid rgba(196, 132, 58, 0.55); } +#wp-welt .world-chip { border: 1px solid rgba(99, 130, 220, 0.90); } /* Sektion-Label über Chip-Gruppen */ .world-section-label { diff --git a/backend/static/index.html b/backend/static/index.html index 81ce30d..a55c31a 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 1363879..c457985 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 = '1123'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '1124'; // ← 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 b03cda8..afad400 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 37752e9..de86c91 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 = '1123'; +const VER = '1124'; const CACHE_VERSION = `by-v${VER}`; const CACHE_STATIC = `${CACHE_VERSION}-static`; const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten