From 8eae369998d58ea3e249b5eb978fca3ce7cd05a2 Mon Sep 17 00:00:00 2001 From: cstns Date: Fri, 14 Aug 2026 13:00:18 +0300 Subject: [PATCH 1/2] feat: rename Device and Instance parent route names to kebab-case These two PascalCase parent route names were missed from the route rename effort. All child routes were already kebab-case. Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/components/audit-log/AuditEntry.vue | 4 ++-- frontend/src/components/pipelines/Stage.vue | 4 ++-- frontend/src/pages/application/Logs.vue | 2 +- frontend/src/pages/application/Overview.vue | 2 +- .../Snapshots/components/cells/SnapshotSource.vue | 4 ++-- .../src/pages/application/components/cells/DeviceLink.vue | 2 +- frontend/src/pages/device/DeveloperMode/index.vue | 2 +- frontend/src/pages/device/Overview.vue | 2 +- frontend/src/pages/device/Settings/General.vue | 2 +- frontend/src/pages/device/components/DeviceLastSeenCell.vue | 2 +- frontend/src/pages/device/index.vue | 2 +- frontend/src/pages/device/routes.js | 2 +- frontend/src/pages/instance/Settings/Danger.vue | 6 +++--- frontend/src/pages/instance/routes.js | 4 ++-- .../team/Applications/components/compact/DeviceTile.vue | 2 +- .../team/Applications/components/compact/InstanceTile.vue | 2 +- .../pages/team/Brokers/Clients/components/BrokerClient.vue | 4 ++-- frontend/src/pages/team/Instances.vue | 2 +- frontend/src/pages/team/Performance/index.vue | 2 +- .../pages/team/Pipelines/components/TeamPipelineStage.vue | 4 ++-- frontend/src/pages/team/Settings/Devices.vue | 2 +- 21 files changed, 29 insertions(+), 29 deletions(-) diff --git a/frontend/src/components/audit-log/AuditEntry.vue b/frontend/src/components/audit-log/AuditEntry.vue index 310affcdb5..05259e48b8 100644 --- a/frontend/src/components/audit-log/AuditEntry.vue +++ b/frontend/src/components/audit-log/AuditEntry.vue @@ -15,10 +15,10 @@