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

@@ -377,7 +377,11 @@
"selectPlatform": "Выберите платформу",
"app": "приложение",
"apps": "приложений",
"tutorial": "Инструкция"
"tutorial": "Инструкция",
"notConfigured": "Способы подключения ещё не настроены",
"notConfiguredUser": "Настройка подключения в процессе. Пожалуйста, загляните позже.",
"notConfiguredAdmin": "Приложения для подключения не настроены. Настройте их в разделе Приложения.",
"goToApps": "Перейти к настройке приложений"
},
"myDevices": "Мои устройства",
"noDevices": "Нет подключенных устройств",