Fix: Nach Login ohne Hund → Onboarding mit Skip-Option statt direkt zu dog-profile (SW by-v748)

This commit is contained in:
rene 2026-05-06 21:02:55 +02:00
parent fd87c9af7b
commit 81bc0f50a0
6 changed files with 11 additions and 8 deletions

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
const APP_VER = '747'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VER = '748'; // ← 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';