Support
SupportTickets
Support ticket queue with stats and filters for admin support management.
SupportTickets
Renders a support ticket queue with summary stats (open, in-progress, closed counts), searchable ticket list, priority and status filters, assignee filter, and quick-assign controls.
Components
<XAdminSupportTickets />
Displays all support tickets with status/priority badges, assignee info, and row-level actions for assignment and status updates.
<XAdminSupportTickets />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
endpoint | string | '/api/admin/support/tickets' | API endpoint for ticket list |
loading | boolean | false | Show loading skeleton |
pageSize | number | 25 | Number of tickets per page |
searchable | boolean | true | Show search input |
showStats | boolean | true | Show summary stat cards above the list |
showFilters | boolean | true | Show status, priority, and assignee filters |
AI Context
component: XAdminSupportTickets
package: "@xenterprises/nuxt-x-app-admin"
category: Support
use-when: Displaying and managing a support ticket queue in an admin helpdesk section
