mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
feat: add empty state for connection page when no apps configured
Show different messages depending on user role: - Regular users see a friendly "check back later" message - Admins see a prompt with a link to /admin/apps settings
This commit is contained in:
@@ -355,7 +355,11 @@
|
||||
"selectPlatform": "Select platform",
|
||||
"app": "app",
|
||||
"apps": "apps",
|
||||
"tutorial": "Tutorial"
|
||||
"tutorial": "Tutorial",
|
||||
"notConfigured": "Connection methods are not configured yet",
|
||||
"notConfiguredUser": "Connection setup is in progress. Please check back later.",
|
||||
"notConfiguredAdmin": "No connection apps have been configured. Set them up in the Apps settings.",
|
||||
"goToApps": "Go to Apps settings"
|
||||
},
|
||||
"myDevices": "My Devices",
|
||||
"noDevices": "No connected devices",
|
||||
|
||||
Reference in New Issue
Block a user