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": "گزینه‌های اضافی",