Merge branch 'customer-service' into legacy

# Conflicts:
#	apps/mobile_app/lib/navigation/app_router.dart
#	modules/legacy/melos_legacy.iml
#	packages/navigation/lib/app_routes.dart
#	packages/sf_localizations/assets/l10n/en.json
#	packages/sf_localizations/assets/l10n/es.json
#	packages/sf_localizations/lib/src/generated/i18n.dart
This commit is contained in:
2026-02-13 09:34:45 +01:00
23 changed files with 1108 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
import 'package:account/account.dart';
import 'package:auth/auth.dart';
import 'package:functions/functions.dart';
import 'package:customer_service/customer_service.dart';
import 'package:legacy_dashboard_shell/legacy_dashboard_builder.dart';
import 'package:dashboard_shell/dashboard_builder.dart';
import 'package:flutter/material.dart';
@@ -89,6 +90,11 @@ void configureAppRouter() {
pageBuilder: AppUsersBuilder().buildPage,
),
GoRoute(
path: AppRoutes.customerService,
name: 'customer_service',
pageBuilder: CustomerServiceBuilder().buildPage,
),
GoRoute(
path: AppRoutes.login,
name: 'login',

View File

@@ -41,8 +41,6 @@ dependencies:
path: ../../modules/auth
home:
path: ../../modules/home
hub:
path: ../../modules/legacy/modules/hub
profile:
path: ../../modules/profile
notifications:
@@ -51,6 +49,10 @@ dependencies:
path: ../../modules/dashboard_shell
legacy_dashboard_shell:
path: ../../modules/legacy/modules/legacy_dashboard_shell
hub:
path: ../../modules/legacy/modules/hub
customer_service:
path: ../../modules/legacy/modules/customer_service
splash:
path: ../../modules/splash
account: