feat: Mobile Bottom-Navigation mit Swipe und Dot-Indikator

- Alle 9 Menüpunkte jetzt auf Mobile erreichbar (2 Seiten)
- Horizontaler Scroll-Snap für seitenweises Swipen
- Dezente Dot-Indikatoren zeigen aktive Seite an
- Automatischer Scroll zur richtigen Seite bei Navigation zu Seite-2-Items
- Service Worker Cache v12

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ulsklyc
2026-03-26 07:02:17 +01:00
parent eff3e4bfb2
commit a2adb2b94c
3 changed files with 91 additions and 12 deletions
+3 -3
View File
@@ -12,9 +12,9 @@
* API: Immer Netzwerk (kein Caching von Nutzerdaten)
*/
const SHELL_CACHE = 'oikos-shell-v11';
const PAGES_CACHE = 'oikos-pages-v11';
const ASSETS_CACHE = 'oikos-assets-v11';
const SHELL_CACHE = 'oikos-shell-v12';
const PAGES_CACHE = 'oikos-pages-v12';
const ASSETS_CACHE = 'oikos-assets-v12';
const ALL_CACHES = [SHELL_CACHE, PAGES_CACHE, ASSETS_CACHE];
// App-Shell: sofort benötigt für ersten Render