Feature: Welten-Navigation — Bottom-Nav+Header entfernt, Zurück-FAB (rund, dunkel), SW by-v644
This commit is contained in:
parent
860de6d2a7
commit
150776eab4
7 changed files with 33 additions and 27 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Router, State-Management, Navigation, Initialisierung.
|
||||
============================================================ */
|
||||
|
||||
const APP_VER = '643'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VER = '644'; // ← 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';
|
||||
|
||||
|
|
|
|||
|
|
@ -81,8 +81,6 @@ window.Worlds = (() => {
|
|||
ov.classList.remove('worlds-visible');
|
||||
ov.style.display = 'none';
|
||||
_visible = false;
|
||||
document.getElementById('app-header')?.classList.remove('worlds-hidden');
|
||||
document.getElementById('bottom-nav')?.classList.remove('worlds-hidden');
|
||||
document.getElementById('worlds-back')?.classList.add('worlds-back-visible');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue