Notifications & Global Search
The Notifications and Search features (src/features/notifications/ and src/features/search/) provide system-wide alerting and instant item discovery.
Notifications Center (NotificationsPage.tsx)​
- Bell Popover: Header icon displays unread count badge in real time.
- Filtering: Filter alerts by All, Unread, Time Off, Timesheets, and Workflows.
- Action Links: Clicking a notification navigates directly to the associated entity (e.g. timesheet approval page or e-sign document).
- Mark All Read: Batch mutation updates notification read statuses in one click.
Global Search (SearchBar.tsx & src/features/search/)​
- Instant Results: Debounced input searches across Employees, Documents, Policies, and Settings.