From 5138b2a411f78f4360107c87cef594fb92140c90 Mon Sep 17 00:00:00 2001 From: rene Date: Tue, 9 Jun 2026 17:25:55 +0200 Subject: [PATCH] =?UTF-8?q?App-Store-Badge=20nachgebaut=20(offizielles=20'?= =?UTF-8?q?Laden=20im=20App=20Store',=20brauner=20Rand=20#C4843A)=20als=20?= =?UTF-8?q?/img/appstore-badge-de.svg=20=E2=80=94=20Hero,=20iOS-Abschnitt?= =?UTF-8?q?=20&=20Profil=20nutzen=20jetzt=20das=20Badge=20statt=20Eigenbau?= =?UTF-8?q?-Buttons,=20v1275?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- backend/static/img/appstore-badge-de.svg | 6 ++++++ backend/static/index.html | 24 ++++++++++++------------ backend/static/js/app.js | 2 +- backend/static/js/pages/settings.js | 10 ++++------ backend/static/landing.html | 12 +++++------- backend/static/sw.js | 2 +- 7 files changed, 30 insertions(+), 28 deletions(-) create mode 100644 backend/static/img/appstore-badge-de.svg diff --git a/VERSION b/VERSION index d0cc93e..2f290f2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1274 \ No newline at end of file +1275 \ No newline at end of file diff --git a/backend/static/img/appstore-badge-de.svg b/backend/static/img/appstore-badge-de.svg new file mode 100644 index 0000000..7d4a6a0 --- /dev/null +++ b/backend/static/img/appstore-badge-de.svg @@ -0,0 +1,6 @@ + + + + Laden im + App Store + diff --git a/backend/static/index.html b/backend/static/index.html index 32ff259..369d8b1 100644 --- a/backend/static/index.html +++ b/backend/static/index.html @@ -86,14 +86,14 @@ Ban Yaro - + - - - - - + + + + + @@ -620,11 +620,11 @@ - - - - - + + + + + @@ -634,7 +634,7 @@ - + diff --git a/backend/static/js/app.js b/backend/static/js/app.js index ba28f81..f95e35c 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 = '1274'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '1275'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen const APP_VERSION = '1.6.0'; // ← semantische Version, wird bei make release gesetzt window.APP_VER = APP_VER; // global verfügbar für andere Module (z.B. offline-indicator) window.APP_VERSION = APP_VERSION; diff --git a/backend/static/js/pages/settings.js b/backend/static/js/pages/settings.js index 5923c8f..4e21eae 100644 --- a/backend/static/js/pages/settings.js +++ b/backend/static/js/pages/settings.js @@ -900,15 +900,13 @@ window.Page_settings = (() => { Installations-Anleitung - - +
Ban Yaro Go fürs iPhone - Im App Store · Tracking im Hintergrund, offline dabei + Tracking im Hintergrund, offline dabei
- + Laden im App Store
diff --git a/backend/static/landing.html b/backend/static/landing.html index b979a36..622842d 100644 --- a/backend/static/landing.html +++ b/backend/static/landing.html @@ -4,7 +4,7 @@ - + Ban Yaro — Die Hunde-App für Deutschland, Österreich & Schweiz @@ -756,9 +756,8 @@ Made in Germany Offline-fähig - - - Im App Store + + Laden im App Store @@ -1576,9 +1575,8 @@ - - - Im App Store laden + + Laden im App Store

Kostenlos · iPhone, iOS 17+ · banyaro.app bleibt im Browser voll nutzbar

diff --git a/backend/static/sw.js b/backend/static/sw.js index 47209c4..350de75 100644 --- a/backend/static/sw.js +++ b/backend/static/sw.js @@ -4,7 +4,7 @@ ============================================================ */ // ← EINZIGE Stelle für die Version — STATIC_ASSETS und CACHE_VERSION leiten sich ab -const VER = '1274'; +const VER = '1275'; const CACHE_VERSION = `by-v${VER}`; const CACHE_STATIC = `${CACHE_VERSION}-static`; const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten