feat(staff): integrate staff_home feature

- Created staff_main package with module, bloc, and pages
- Integrated staff_home into staff_main
- Updated route constants to use /worker-main
- Fixed intl version conflict
This commit is contained in:
Achintha Isuru
2026-01-24 12:11:25 -05:00
parent faa2b2b0a6
commit 13265d844e
22 changed files with 2373 additions and 5 deletions

View File

@@ -22,9 +22,9 @@ dependencies:
core_localization:
path: ../../../core_localization
# Features (Commented out until they are ready)
# staff_home:
# path: ../home
# Features
staff_home:
path: ../home
# staff_shifts:
# path: ../shifts
# staff_payments: