feat: show blocked_count in broadcast admin UI

- Add blocked_count to Broadcast interface
- 4-column stats grid with blocked card (warning color)
- Show blocked count in broadcast list when > 0
- Fetch single broadcast by ID instead of listing all
- Add i18n keys for blocked/blockedShort in ru/en/zh/fa
This commit is contained in:
Fringg
2026-02-17 18:37:45 +03:00
parent 74c4c87ec0
commit 9cf8e095b8
7 changed files with 21 additions and 5 deletions

View File

@@ -1221,6 +1221,8 @@
"total": "Всего",
"sent": "Отправлено",
"failed": "Ошибки",
"blocked": "Заблокировали",
"blockedShort": "заблок.",
"filter": "Фильтр",
"message": "Сообщение",
"unknownAdmin": "Неизвестный админ",