Notizblock: notes in pages-Objekt eingetragen — SW by-v423

This commit is contained in:
rene 2026-04-26 10:22:17 +02:00
parent f229f6f4d0
commit 4eb5b65b80
2 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung. Router, State-Management, Navigation, Initialisierung.
============================================================ */ ============================================================ */
const APP_VER = '401'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen const APP_VER = '402'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const App = (() => { const App = (() => {
@ -49,6 +49,7 @@ const App = (() => {
movies: { title: 'Filme', module: null }, movies: { title: 'Filme', module: null },
trainingsplaene: { title: 'Trainingspläne', module: null }, trainingsplaene: { title: 'Trainingspläne', module: null },
uebungen: { title: 'Übungsbibliothek', module: null }, uebungen: { title: 'Übungsbibliothek', module: null },
notes: { title: 'Notizblock', module: null, requiresAuth: true },
'erste-hilfe': { title: 'Erste Hilfe', module: null }, 'erste-hilfe': { title: 'Erste Hilfe', module: null },
settings: { title: 'Einstellungen', module: null }, settings: { title: 'Einstellungen', module: null },
lost: { title: 'Verlorener Hund', module: null }, lost: { title: 'Verlorener Hund', module: null },

View file

@ -3,7 +3,7 @@
Offline-Cache + Push Notifications + Tile-Cache Offline-Cache + Push Notifications + Tile-Cache
============================================================ */ ============================================================ */
const CACHE_VERSION = 'by-v422'; const CACHE_VERSION = 'by-v423';
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