Merge branch 'dev' into 493-implement-rapid-order-creation-voice-text-in-client-mobile-app

This commit is contained in:
Achintha Isuru
2026-02-27 15:32:11 -05:00
20 changed files with 228 additions and 98 deletions

View File

@@ -139,7 +139,7 @@ extension StaffNavigator on IModularNavigator {
///
/// Manage personal information, documents, and preferences.
void toProfile() {
pushNamedAndRemoveUntil(StaffPaths.profile, (_) => false);
navigate(StaffPaths.profile);
}
// ==========================================================================
@@ -189,7 +189,7 @@ extension StaffNavigator on IModularNavigator {
///
/// Record previous work experience and qualifications.
void toExperience() {
pushNamed(StaffPaths.experience);
navigate(StaffPaths.experience);
}
/// Pushes the attire preferences page.