feat: Refactor imports and enhance navigation for shift details in staff home feature

This commit is contained in:
Achintha Isuru
2026-02-01 02:06:28 -05:00
parent 0794c5b4a4
commit 4b5a3d1304
10 changed files with 21 additions and 20 deletions

View File

@@ -5,6 +5,4 @@ extension ShiftsNavigator on IModularNavigator {
void pushShiftDetails(Shift shift) {
pushNamed('/worker-main/shift-details/${shift.id}', arguments: shift);
}
// Example for going back or internal navigation if needed
}