Complete TicketsList page like other list pages

- Add pagination to useGetTickets hook
- Add pagination parameters to getTickets service
- Add Pager interface and update ITicketsResponse
- Complete TicketsList component with table, status, pagination and navigation
This commit is contained in:
hamid zarghami
2025-10-12 16:56:14 +03:30
parent 7859388439
commit baa57bc7d5
11 changed files with 668 additions and 4 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ const TicketSubMenu: FC = () => {
<SubMenuItem
title={t('submenu.category')}
isActive={isActive('category')}
link={Pages.ticket.category}
link={Pages.ticket.category.list}
/>
</div>
</div>