fix(staff): resolve dependency injection and navigation issues

- Registered HomeRepository in StaffHomeModule to fix UnregisteredInstance error
- Updated WorkerHomePage to use Modular DI for HomeCubit
- Added trailing slash to home navigation to resolve Modular warning
This commit is contained in:
Achintha Isuru
2026-01-24 12:23:15 -05:00
parent 5c82ea0483
commit b16d0733de
3 changed files with 9 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ extension StaffMainNavigator on IModularNavigator {
/// Navigates to the Home tab.
void navigateToHome() {
navigate(StaffMainRoutes.homeFull);
navigate('${StaffMainRoutes.homeFull}/');
}
/// Navigates to the Clock In tab.