Fix: Desktop-Sidebar entfernt — kein padding-left, Map/Route volle Breite, SW by-v647

This commit is contained in:
rene 2026-05-03 10:57:39 +02:00
parent cd5aa73df3
commit 1d50bf1430
4 changed files with 14 additions and 6 deletions

View file

@ -7826,6 +7826,14 @@ svg.empty-state-icon {
color: rgba(255, 255, 255, 0.9); color: rgba(255, 255, 255, 0.9);
} }
/* Desktop-Sidebar entfernt — Welten übernehmen Navigation */
@media (min-width: 768px) {
#sidebar { display: none !important; }
#page-content { padding-left: 0 !important; }
.map-full-layout { left: 0 !important; }
.rk-map-section { left: 0 !important; }
}
/* ── KEYFRAMES ───────────────────────────────────────────── */ /* ── KEYFRAMES ───────────────────────────────────────────── */
@keyframes pulse { @keyframes pulse {
0%, 100% { opacity: 0.5; } 0%, 100% { opacity: 0.5; }

View file

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

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung. Router, State-Management, Navigation, Initialisierung.
============================================================ */ ============================================================ */
const APP_VER = '646'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen const APP_VER = '647'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VERSION = '1.2.1'; // ← semantische Version, wird bei make release gesetzt const APP_VERSION = '1.2.1'; // ← semantische Version, wird bei make release gesetzt
const IS_STAGING = location.hostname === 'staging.banyaro.app'; const IS_STAGING = location.hostname === 'staging.banyaro.app';

View file

@ -3,7 +3,7 @@
Offline-Cache + Push Notifications + Tile-Cache Offline-Cache + Push Notifications + Tile-Cache
============================================================ */ ============================================================ */
const CACHE_VERSION = 'by-v646'; const CACHE_VERSION = 'by-v647';
const CACHE_STATIC = `${CACHE_VERSION}-static`; const CACHE_STATIC = `${CACHE_VERSION}-static`;
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten
const CACHE_API = 'ban-yaro-api-v1'; // API-Response-Cache const CACHE_API = 'ban-yaro-api-v1'; // API-Response-Cache