Fix: Routen-Seite aus FULLSCREEN_PAGES — window-scroll statt interner Container, SW by-v528

This commit is contained in:
rene 2026-04-30 07:53:33 +02:00
parent 359d46d9bc
commit 1056824be3
4 changed files with 6 additions and 14 deletions

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
const APP_VER = '504'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VER = '505'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VERSION = '1.0.0'; // ← semantische Version, wird bei make release gesetzt
const IS_STAGING = location.hostname === 'staging.banyaro.app';
@ -88,7 +88,7 @@ const App = (() => {
// ----------------------------------------------------------
// ROUTER
// ----------------------------------------------------------
const _FULLSCREEN_PAGES = new Set(['map', 'routes', 'walks', 'sitting', 'chat']);
const _FULLSCREEN_PAGES = new Set(['map', 'walks', 'sitting', 'chat']);
function navigate(pageId, pushHistory = true, params = {}) {
if (!pages[pageId]) return;