feat(staff): implement staff home screen shell (staff_main)

- Created staff_main package structure
- Implemented StaffMainPage, StaffMainBottomBar, StaffMainCubit
- Added localization for staff_main tabs
- Added typed navigation extension
- Registered package in workspace
This commit is contained in:
Achintha Isuru
2026-01-24 11:43:09 -05:00
parent 084ef8b025
commit cdc0344280
12 changed files with 455 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ workspace:
- packages/data_connect
- packages/core_localization
- packages/features/staff/authentication
- packages/features/staff/staff_main
- packages/features/client/authentication
- packages/features/client/home
- packages/features/client/settings