From b2e7f1409a8c8d11cac738e7108193168348a5a1 Mon Sep 17 00:00:00 2001 From: rene Date: Wed, 29 Apr 2026 13:29:39 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20Suchfeld+Button=20table-Layout=20f=C3=BC?= =?UTF-8?q?r=20garantierte=20Nebeneinander-Darstellung=20=E2=80=94=20SW=20?= =?UTF-8?q?by-v501,=20APP=5FVER=20478?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/static/js/app.js | 2 +- backend/static/js/pages/uebungen.js | 47 +++++++++++++++++------------ backend/static/sw.js | 2 +- 3 files changed, 30 insertions(+), 21 deletions(-) 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