From 8bdd67573e38e26a5b3f1d0fc0f447e16075e618 Mon Sep 17 00:00:00 2001 From: rene Date: Fri, 1 May 2026 18:58:57 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20form-label=20Kontrast=20=E2=80=94=20c-te?= =?UTF-8?q?xt=20statt=20c-text-secondary,=20SW=20by-v584?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/static/css/components.css | 2 +- backend/static/index.html | 2 +- backend/static/js/app.js | 2 +- backend/static/sw.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/static/css/components.css b/backend/static/css/components.css index 073821a..88d1b0d 100644 --- a/backend/static/css/components.css +++ b/backend/static/css/components.css @@ -435,7 +435,7 @@ .form-label { font-size: var(--text-sm); font-weight: var(--weight-medium); - color: var(--c-text-secondary); + color: var(--c-text); } /* iOS Safari: font-size < 16px triggert Auto-Zoom beim Fokus — muss alle Klassen überschreiben */ diff --git a/backend/static/index.html b/backend/static/index.html index 7b8b567..8356b59 100644 --- a/backend/static/index.html +++ b/backend/static/index.html @@ -90,7 +90,7 @@ - + diff --git a/backend/static/js/app.js b/backend/static/js/app.js index beb7069..71ccb01 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 = '583'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '584'; // ← 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/sw.js b/backend/static/sw.js index e2dcd3f..9f9474e 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-v583'; +const CACHE_VERSION = 'by-v584'; 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