mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
feat: add tickets tab to admin user detail page
Add ability to view user's tickets directly from the user detail page. Backend gets user_id filter on tickets endpoint, frontend shows ticket list with status badges, message preview and navigation to ticket.
This commit is contained in:
@@ -1542,8 +1542,12 @@
|
||||
"info": "اطلاعات",
|
||||
"subscription": "اشتراک",
|
||||
"balance": "موجودی",
|
||||
"sync": "همگامسازی"
|
||||
"sync": "همگامسازی",
|
||||
"tickets": "تیکتها"
|
||||
},
|
||||
"noTickets": "این کاربر تیکتی ندارد",
|
||||
"ticketsCount": "تیکت",
|
||||
"messagesCount": "پیام",
|
||||
"status": "وضعیت",
|
||||
"language": "زبان",
|
||||
"registration": "ثبتنام",
|
||||
|
||||
Reference in New Issue
Block a user