Feature: Abo & Tarif in Einstellungen — Upgrade-UI für Pro + Züchter (SW by-v919)
- /api/me gibt subscription_tier jetzt zurück (fehlte im SELECT) - settings.js: "Pro kommt bald" durch echte Abo-Karte ersetzt - Zeigt aktuellen Tarif mit farbigem Badge (Kostenlos/Pro/Züchter/Admin) - Standard-Nutzer: zwei Upgrade-Buttons (Pro 29€/Jahr, Züchter 49€/Jahr) - Pro-Nutzer: Pro-Badge + optionaler Züchter-Upgrade - Züchter/Admin: Status-Badge, keine Upgrade-Buttons - Upgrade-Modal: Features-Liste + ehrlicher Hinweis auf manuelle Freischaltung + mailto-Button mit vorausgefülltem Betreff und Account-E-Mail - SW by-v919, APP_VER 919
This commit is contained in:
parent
eaa2e02e88
commit
d61fd155c5
6 changed files with 136 additions and 15 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Router, State-Management, Navigation, Initialisierung.
|
||||
============================================================ */
|
||||
|
||||
const APP_VER = '918'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VER = '919'; // ← 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue