Feature: Welten-Navigation — Bottom-Nav+Header entfernt, Zurück-FAB (rund, dunkel), SW by-v644

This commit is contained in:
rene 2026-05-03 10:46:12 +02:00
parent 860de6d2a7
commit 150776eab4
7 changed files with 33 additions and 27 deletions

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=545">
<link rel="stylesheet" href="/css/layout.css?v=545">
<link rel="stylesheet" href="/css/components.css?v=643">
<link rel="stylesheet" href="/css/design-system.css?v=644">
<link rel="stylesheet" href="/css/layout.css?v=644">
<link rel="stylesheet" href="/css/components.css?v=644">
</head>
<body>
@ -551,9 +551,8 @@
<svg class="ph-icon" style="width:22px;height:22px"><use href="/icons/phosphor.svg#paw-print"></use></svg>
</button>
</div>
<div id="worlds-back">
<svg class="ph-icon" style="width:18px;height:18px"><use href="/icons/phosphor.svg#arrow-left"></use></svg>
Zurück
<div id="worlds-back" aria-label="Zurück zur Welten-Navigation">
<svg class="ph-icon" style="width:22px;height:22px"><use href="/icons/phosphor.svg#arrow-left"></use></svg>
</div>
<!-- TOAST CONTAINER (außerhalb der App, immer sichtbar) -->
@ -566,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=643"></script>
<script src="/js/worlds.js?v=644"></script>
<!-- Feature-Seiten werden lazy geladen -->