From 65193c3030786780c699c6e1b931a3755364dac4 Mon Sep 17 00:00:00 2001 From: rene Date: Thu, 7 May 2026 17:18:26 +0200 Subject: [PATCH] =?UTF-8?q?UX:=20Welcome-Seite=20=E2=80=94=20Feature-Sekti?= =?UTF-8?q?on=20und=20Privacy-Block=20entfernt,=20nur=20Hero+Install+CTA?= =?UTF-8?q?=20(SW=20by-v756)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/main.py | 2 +- backend/static/index.html | 2 +- backend/static/js/app.js | 2 +- backend/static/js/pages/welcome.js | 51 ------------------------------ backend/static/sw.js | 2 +- 5 files changed, 4 insertions(+), 55 deletions(-) diff --git a/backend/main.py b/backend/main.py index bbf6804..55e05cd 100644 --- a/backend/main.py +++ b/backend/main.py @@ -327,7 +327,7 @@ MEDIA_DIR = os.getenv("MEDIA_DIR", "/data/media") os.makedirs(MEDIA_DIR, exist_ok=True) app.mount("/media", StaticFiles(directory=MEDIA_DIR), name="media") -APP_VER = "755" # muss mit APP_VER in app.js übereinstimmen +APP_VER = "756" # muss mit APP_VER in app.js übereinstimmen @app.get("/api/version") async def app_version(): diff --git a/backend/static/index.html b/backend/static/index.html index 3501a30..4695be0 100644 --- a/backend/static/index.html +++ b/backend/static/index.html @@ -578,7 +578,7 @@ - + diff --git a/backend/static/js/app.js b/backend/static/js/app.js index e7771d5..076bf99 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 = '755'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '756'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen const APP_VERSION = '1.5.0'; // ← semantische Version, wird bei make release gesetzt const IS_STAGING = location.hostname === 'staging.banyaro.app'; diff --git a/backend/static/js/pages/welcome.js b/backend/static/js/pages/welcome.js index ee644b1..39745e7 100644 --- a/backend/static/js/pages/welcome.js +++ b/backend/static/js/pages/welcome.js @@ -163,57 +163,6 @@ window.Page_welcome = (() => { ` : ''} - -
-
- -
-
-

Tagebuch & Erinnerungen

-

Halte jeden gemeinsamen Moment fest — Fotos, Einträge, Stimmungen. Nur für dich, privat und sicher.

-
-
-
-
- -
-
-

Gesundheit im Blick

-

Impfungen, Gewicht, Tierarzttermine — alles an einem Ort. Du siehst immer, wann was ansteht.

-
-
-
-
- -
-
-

Community vor Ort

-

Giftköder-Warnungen, Forum, Events — was in deiner Gegend gerade passiert.

-
-
-
-
- -
-
-

Training & Übungen

-

Über 100 Übungen mit Schritt-für-Schritt-Anleitungen. Fortschritt tracken, Streaks aufbauen.

-
-
- - -
-
- -
-

Deine Daten gehören dir.

-

- Kein Facebook. Kein Google. Keine Werbung.
- Ban Yaro läuft auf einem eigenen Server in Deutschland — - dein Tagebuch, deine Routen, deine Gesundheitsdaten bleiben privat. -

-
-