refactor: extract invoice approval and dispute logic into a dedicated ShiftCompletionReviewBloc.

This commit is contained in:
Achintha Isuru
2026-02-28 16:02:10 -05:00
parent 5a79a4e517
commit 76424b1b1f
14 changed files with 273 additions and 117 deletions

View File

@@ -102,7 +102,7 @@ extension ClientNavigator on IModularNavigator {
/// Navigates to the full list of invoices awaiting approval.
void toAwaitingApproval({Object? arguments}) {
pushNamed(ClientPaths.awaitingApproval, arguments: arguments);
navigate(ClientPaths.awaitingApproval, arguments: arguments);
}
/// Navigates to the Invoice Ready page.