From c96e98917c3a0a440be175951b03e546320f625d Mon Sep 17 00:00:00 2001 From: rene Date: Sat, 2 May 2026 10:55:43 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20Ausgaben-Tab=20Icon=20=E2=86=92=20curren?= =?UTF-8?q?cy-eur,=20SW=20by-v606?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/static/icons/phosphor.svg | 4 ++++ backend/static/js/app.js | 2 +- backend/static/js/pages/expenses.js | 2 +- backend/static/sw.js | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/backend/static/icons/phosphor.svg b/backend/static/icons/phosphor.svg index ac08636..a9189b9 100644 --- a/backend/static/icons/phosphor.svg +++ b/backend/static/icons/phosphor.svg @@ -266,4 +266,8 @@ + + + + \ No newline at end of file diff --git a/backend/static/js/app.js b/backend/static/js/app.js index 7e2c144..59bd4d3 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 = '605'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '606'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen const APP_VERSION = '1.2.1'; // ← semantische Version, wird bei make release gesetzt const IS_STAGING = location.hostname === 'staging.banyaro.app'; diff --git a/backend/static/js/pages/expenses.js b/backend/static/js/pages/expenses.js index 8d00c2e..15d6994 100644 --- a/backend/static/js/pages/expenses.js +++ b/backend/static/js/pages/expenses.js @@ -16,7 +16,7 @@ window.Page_expenses = (() => { const TABS = [ { id: 'uebersicht', label: 'Übersicht', icon: 'house-line' }, - { id: 'eintraege', label: 'Ausgaben', icon: 'list-bullets' }, + { id: 'eintraege', label: 'Ausgaben', icon: 'currency-eur' }, { id: 'dauerauftraege', label: 'Daueraufträge', icon: 'arrows-clockwise' }, { id: 'statistik', label: 'Statistik', icon: 'chart-bar' }, ]; diff --git a/backend/static/sw.js b/backend/static/sw.js index 189813f..1cef344 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-v605'; +const CACHE_VERSION = 'by-v606'; const CACHE_STATIC = `${CACHE_VERSION}-static`; const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten const CACHE_API = 'ban-yaro-api-v1'; // API-Response-Cache