3219051 Signup page code cleanup
cf13846 Add plural forms and validation messages to language translation files
9bf0498 Internationalize signup form labels and validation messages
4aadb62 ShowUserService.ts: prettier
1d17e67 Order user queues by name in ascending order in ShowUserService
b278999 UsersFilter support single user selection
751a8b4 NewTicketModal: reformatting
3f82756 Add ContactSelect component with autocomplete and contact creation
d6dd65c Refactor NewTicketModal to use ContactSelect
a303120 backend: ticket listing allow search for ticket id and filter by contact
36b73ef Add contactId support to useTickets hook for enhanced ticket filtering
d2cf29a Add contactId filter on TicketsListCustom
5802a48 Add contact filter to ticket search tab in TicketsManagerTabs component
2798b08 Remove initialContact prop and related logic from ContactSelect
56dbdf4 Add forced contact support to NewTicketModal
af9dfe2 Add NewTicketModal and mentionClick handler to LoggedInLayout component
e57f140 Enable clickable mentions and contact names in group messages
f0dce51 Add findOrInsertContact endpoint and update controller method name
132e2c1 Fallback to mention.id if mention.contactId is undefined in mentionClick
45e879f Add clickable contact number to vCard with API integration and cleanup
beac610 create ticket return already opened ticket if attended by same user
57a866b Remove unnecessary trailing whitespace
3601493 Refactor ContactSelect component for improved readability and formatting
0b8add5 frontend: getSetting return default value if api is not authenticated
d5f72d9 Set noOptionsText to an empty string in ContactSelect component.
aa0c00d NewTicketModal: queue select better UX
fca2d76 Restrict reopening of closed tickets to admin users only
f6faa46 Add new ticket button and update reopen logic for closed tickets
76389a2 Remove NewTicketModal and refactor WhatsApp icon action in Contacts page
c7c5c73 Require admin authentication for importing contacts via API route
a1c64e9 Restrict CSV import/export buttons to admin users in Contacts page