fix(router): rename duplicate notifications route name

This commit is contained in:
2026-04-22 20:21:35 +02:00
parent 460fbffcad
commit 6ff11b8c1e
28 changed files with 559 additions and 551 deletions

View File

@@ -54,7 +54,7 @@ class AppRoutes {
static const controlPanel = '$legacyDashboard/control_panel';
static const customerService = '$controlPanel/customer_service';
static const deviceAlertsNotifications = '$controlPanel/device_alerts_notifications';
static const deviceNotifications = '$controlPanel/notifications';
static const deviceManagement = '$legacyDashboard/device_management';
static const legacyLocation = '$legacyDashboard/location';
@@ -98,7 +98,6 @@ class AppRoutes {
static const blockPhone = '$settings/block_phone';
static const disableFunctions = '$settings/disable_functions';
static const language = '$settings/language';
static const legacyNotifications = '$settings/legacy_notifications';
static const remoteManagement = '$settings/remote_management';
static const remoteOnOff = '$settings/remote_on_off';
static const alerts = '$settings/alerts';