From cd5aa73df36af264bb65fe7732ef968772960d19 Mon Sep 17 00:00:00 2001 From: rene Date: Sun, 3 May 2026 10:55:45 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20Welten-Overlay=20Gradient=20statt=20flac?= =?UTF-8?q?hem=20Schwarz=20=E2=80=94=20Mitte=20leuchtet,=20SW=20by-v646?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/static/css/components.css | 10 ++++++++-- backend/static/index.html | 8 ++++---- backend/static/js/app.js | 2 +- backend/static/sw.js | 2 +- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/backend/static/css/components.css b/backend/static/css/components.css index 30e4be6..9f8b492 100644 --- a/backend/static/css/components.css +++ b/backend/static/css/components.css @@ -7677,9 +7677,15 @@ svg.empty-state-icon { background-repeat: no-repeat; } -/* World Panel: dunkles Overlay über dem Hintergrundbild */ +/* World Panel: Gradient-Overlay — Mitte leuchtet, oben/unten gedämpft für Lesbarkeit */ .world-panel { - background: rgba(0, 0, 0, 0.44); + background: linear-gradient( + to bottom, + rgba(0,0,0,0.52) 0%, + rgba(0,0,0,0.18) 28%, + rgba(0,0,0,0.14) 55%, + rgba(0,0,0,0.52) 100% + ); display: flex; flex-direction: column; justify-content: space-between; /* Info oben, Chips unten */ diff --git a/backend/static/index.html b/backend/static/index.html index c644aff..7534992 100644 --- a/backend/static/index.html +++ b/backend/static/index.html @@ -93,9 +93,9 @@ - - - + + + @@ -565,7 +565,7 @@ - + diff --git a/backend/static/js/app.js b/backend/static/js/app.js index 5457f4f..700fccf 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 = '645'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '646'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen const APP_VERSION = '1.2.1'; // ← semantische Version, wird bei make release gesetzt const IS_STAGING = location.hostname === 'staging.banyaro.app'; diff --git a/backend/static/sw.js b/backend/static/sw.js index b3aacd8..3571d48 100644 --- a/backend/static/sw.js +++ b/backend/static/sw.js @@ -3,7 +3,7 @@ Offline-Cache + Push Notifications + Tile-Cache ============================================================ */ -const CACHE_VERSION = 'by-v645'; +const CACHE_VERSION = 'by-v646'; const CACHE_STATIC = `${CACHE_VERSION}-static`; const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten const CACHE_API = 'ban-yaro-api-v1'; // API-Response-Cache