diff --git a/VERSION b/VERSION index 63192f7..304d0b0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1124 \ No newline at end of file +1125 \ No newline at end of file diff --git a/backend/static/css/components.css b/backend/static/css/components.css index babb25a..cc37ed5 100644 --- a/backend/static/css/components.css +++ b/backend/static/css/components.css @@ -8182,7 +8182,7 @@ svg.empty-state-icon { background: rgba(0, 0, 0, var(--wbg-dim, 0.38)); backdrop-filter: blur(var(--wbg-blur, 18px)) saturate(1.6); -webkit-backdrop-filter: blur(var(--wbg-blur, 18px)) saturate(1.6); - border: 1px solid rgba(255, 255, 255, 0.14); + border: 1px solid rgba(99, 130, 220, 0.90); border-radius: 20px; padding: 16px 18px; color: white; @@ -8205,6 +8205,7 @@ svg.empty-state-icon { background: rgba(0, 0, 0, var(--wbg-dim, 0.32)); backdrop-filter: blur(var(--wbg-blur, 12px)); -webkit-backdrop-filter: blur(var(--wbg-blur, 12px)); + border: 1px solid rgba(99, 130, 220, 0.90); border-radius: 16px; padding: 12px 16px; display: flex; @@ -8265,11 +8266,8 @@ svg.empty-state-icon { /* Chip/Banner-Abdunklung + Blur: einheitlich auf allen drei Welten (reduziert) */ .world-panel { --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); } +/* Chip-Rahmen: einheitlich auf allen drei Welten (WELT-Look, blau, deutlich) */ +.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 a55c31a..1c70afb 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 c457985..bc9bd03 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 = '1124'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '1125'; // ← 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 afad400..7e85b4e 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 de86c91..af1da4a 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 = '1124'; +const VER = '1125'; const CACHE_VERSION = `by-v${VER}`; const CACHE_STATIC = `${CACHE_VERSION}-static`; const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten