Fix: P/Z-Badges nur im Welten-Einrichten-Modal für Admins (SW by-v922)

- Normale Welt-Views (JETZT/HUND/WELT): keine P/Z-Badges auf Chips
- Config-Modal: P-Badge (Pro) und Z-Badge (Züchter) nur wenn isAdmin=true
- isAdmin-Variable im _openConfigModal()-Scope ergänzt
This commit is contained in:
rene 2026-05-14 10:46:55 +02:00
parent 108191b339
commit 0a28c68953
4 changed files with 8 additions and 6 deletions

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
const APP_VER = '921'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VER = '922'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VERSION = '1.5.1'; // ← semantische Version, wird bei make release gesetzt
const IS_STAGING = location.hostname === 'staging.banyaro.app';
// Cache-Bust-Parameter nach Update-Reload sofort entfernen