Add environments (spaces) support
All checks were successful
Deploy to Server / deploy (push) Successful in 2m28s
All checks were successful
Deploy to Server / deploy (push) Successful in 2m28s
- API client sends _environment param on all content/asset requests - GET /api/environments endpoint to list configured environments - EnvironmentSwitcher in Sidebar with i18n label "Space" - clearSession() also clears environment from sessionStorage - .env.example documents ADMIN_USERNAME/PASSWORD/SESSION_SECRET Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
"invalidCredentials": "Ungültige Zugangsdaten",
|
||||
"networkError": "Netzwerkfehler, bitte erneut versuchen"
|
||||
},
|
||||
"EnvironmentSwitcher": {
|
||||
"label": "Space"
|
||||
},
|
||||
"Sidebar": {
|
||||
"dashboard": "Dashboard",
|
||||
"types": "Typen",
|
||||
|
||||
@@ -10,6 +10,9 @@
|
||||
"invalidCredentials": "Invalid credentials",
|
||||
"networkError": "Network error, please try again"
|
||||
},
|
||||
"EnvironmentSwitcher": {
|
||||
"label": "Space"
|
||||
},
|
||||
"Sidebar": {
|
||||
"dashboard": "Dashboard",
|
||||
"types": "Types",
|
||||
|
||||
Reference in New Issue
Block a user