2 Commits

Author SHA1 Message Date
mandreshope
3d5d013763 enhance: Improves search by ignoring case
Updates the reception name search to be case-insensitive. This enhances
usability by ensuring search results are found regardless of the
capitalization used in the query.

Also increments the application version.
2025-08-05 13:50:02 +03:00
mandreshope
0b4e5042cc feat: Implements reception search page
Introduces a dedicated search page for reception operations.

Enables navigation to this new page from the 'Reception' quick action component, providing a dedicated interface for searching reception records.

Registers the `ReceptionSearchRoute` to integrate it into the application's secure routing system.

Also updates the empty state message on the reception list for improved localization and user experience.
2025-08-04 15:29:52 +03:00