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:
c0mrade
2026-02-09 11:23:33 +03:00
parent 03a7db53fb
commit fb25df6f0f
5 changed files with 86 additions and 8 deletions

View File

@@ -307,7 +307,11 @@
"selectPlatform": "选择平台",
"app": "个应用",
"apps": "个应用",
"tutorial": "教程"
"tutorial": "教程",
"notConfigured": "连接方式尚未配置",
"notConfiguredUser": "连接设置正在进行中,请稍后再来查看。",
"notConfiguredAdmin": "尚未配置连接应用。请在应用设置中进行配置。",
"goToApps": "前往应用设置"
},
"additionalOptions": {
"title": "附加选项",