Feat : add complete payslip management system with sidebar navigation
Architecture & Navigation
- Nested screens (e.g. payslips/home, historique) now stay under tab layout
- Moved screens to (tabs) folder to ensure navigation bar stays on top always (React Native requirement)
- Prevent extra tabs with
null
- Maintained clean folder structure and routing
- Added layout for each section
Payslip Management Features
- Add reusable Sidebar, PayslipCard, PayslipHistoryCard and PayslipFilterBar components
- Implement PayslipsScreen with list view and filtering
- Add PayslipHistoryScreen with year-based grouping
- Create PayslipDetailsScreen with comprehensive bulletin details
- Add Zustand store for payslip state management
- Include animated components and proper TypeScript routing
- Support download functionality and status management
Search & Navigation Improvements
- Implement dedicated SearchModal component
- Move search from filters to header icons
- Fix notification back button routing with URL parameters
- Update payslips/history screens with search functionality
Closes VSN-1267