diff --git a/backend/static/js/app.js b/backend/static/js/app.js index 0047818..9f26609 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 = '477'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '478'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen const App = (() => { diff --git a/backend/static/js/pages/uebungen.js b/backend/static/js/pages/uebungen.js index 4fa8dfa..f5019a7 100644 --- a/backend/static/js/pages/uebungen.js +++ b/backend/static/js/pages/uebungen.js @@ -551,25 +551,34 @@ window.Page_uebungen = (() => { function _render() { _container.innerHTML = `
-
- - +
+ + + + + +
+ + + +
${_renderTabs()}
diff --git a/backend/static/sw.js b/backend/static/sw.js index 931708f..63836f7 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-v500'; +const CACHE_VERSION = 'by-v501'; const CACHE_STATIC = `${CACHE_VERSION}-static`; const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten