Fix: Welten-Overlay Gradient statt flachem Schwarz — Mitte leuchtet, SW by-v646

This commit is contained in:
rene 2026-05-03 10:55:45 +02:00
parent 0488cde13f
commit cd5aa73df3
4 changed files with 14 additions and 8 deletions

View file

@ -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 */

View file

@ -93,9 +93,9 @@
</script>
<!-- CSS: Reihenfolge ist wichtig — ?v= zwingt Browser zur Neuladung -->
<link rel="stylesheet" href="/css/design-system.css?v=645">
<link rel="stylesheet" href="/css/layout.css?v=645">
<link rel="stylesheet" href="/css/components.css?v=645">
<link rel="stylesheet" href="/css/design-system.css?v=646">
<link rel="stylesheet" href="/css/layout.css?v=646">
<link rel="stylesheet" href="/css/components.css?v=646">
</head>
<body>
@ -565,7 +565,7 @@
<script src="/js/api.js?v=94"></script>
<script src="/js/ui.js?v=94"></script>
<script src="/js/app.js?v=94"></script>
<script src="/js/worlds.js?v=645"></script>
<script src="/js/worlds.js?v=646"></script>
<!-- Feature-Seiten werden lazy geladen -->

View file

@ -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';

View file

@ -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