feat: Add client main shell with bottom navigation
Introduces the new client_main feature package, providing a main shell with bottom navigation for the client app. Updates routing to use /client-main instead of /client-home, adds localization for new tabs, and implements navigation logic, UI, and tests for the main shell. Also refactors create_order module bindings and cleans up unused dependencies.
This commit is contained in:
@@ -18,8 +18,9 @@ extension ClientAuthNavigator on IModularNavigator {
|
||||
|
||||
/// Navigates to the main client home dashboard.
|
||||
///
|
||||
/// Uses absolute path navigation to reset the navigation stack if necessary.
|
||||
/// Uses absolute path navigation to the client main shell,
|
||||
/// which will display the home tab by default.
|
||||
void navigateClientHome() {
|
||||
navigate('/client-home');
|
||||
navigate('/client-main/home');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user