From 6809cfae23b77f453f3c94a16f4f43f01cb216d1 Mon Sep 17 00:00:00 2001 From: rene Date: Sun, 19 Apr 2026 10:52:39 +0200 Subject: [PATCH] =?UTF-8?q?Rename:=20Benachrichtigungen=20=E2=86=92=20Aktu?= =?UTF-8?q?elles=20(Bottom-Nav=20+=20Sidebar=20+=20Seitentitel)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/static/index.html | 4 ++-- backend/static/js/app.js | 4 ++-- backend/static/sw.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/static/index.html b/backend/static/index.html index cc8984c..9abf2cb 100644 --- a/backend/static/index.html +++ b/backend/static/index.html @@ -82,7 +82,7 @@ @@ -301,7 +301,7 @@ - Benachrichtigungen + Aktuelles diff --git a/backend/static/js/app.js b/backend/static/js/app.js index 9e4fe5f..14435df 100644 --- a/backend/static/js/app.js +++ b/backend/static/js/app.js @@ -3,7 +3,7 @@ Router, State-Management, Navigation, Initialisierung. ============================================================ */ -const APP_VER = '218'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '219'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen const App = (() => { @@ -58,7 +58,7 @@ const App = (() => { impressum: { title: 'Impressum', module: null }, datenschutz: { title: 'Datenschutz', module: null }, widget: { title: 'Widget', module: null, requiresAuth: true }, - notifications: { title: 'Benachrichtigungen', module: null, requiresAuth: true }, + notifications: { title: 'Aktuelles', module: null, requiresAuth: true }, }; // ---------------------------------------------------------- diff --git a/backend/static/sw.js b/backend/static/sw.js index 7adcf48..2958cba 100644 --- a/backend/static/sw.js +++ b/backend/static/sw.js @@ -3,7 +3,7 @@ Offline-Cache + Push Notifications + Tile-Cache ============================================================ */ -const CACHE_VERSION = 'by-v240'; +const CACHE_VERSION = 'by-v241'; const CACHE_STATIC = `${CACHE_VERSION}-static`; const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten