mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
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:
@@ -90,6 +90,7 @@ export interface Broadcast {
|
||||
total_count: number;
|
||||
sent_count: number;
|
||||
failed_count: number;
|
||||
blocked_count: number;
|
||||
status:
|
||||
| 'queued'
|
||||
| 'in_progress'
|
||||
|
||||
Reference in New Issue
Block a user