From ad2255aba4784975e6d28605cc5f5bb51425edb7 Mon Sep 17 00:00:00 2001 From: Rodribm10 Date: Wed, 15 Apr 2026 10:53:33 -0300 Subject: [PATCH] feat(lifecycle): sidebar entry for Jornada do Cliente --- .../dashboard/components-next/sidebar/Sidebar.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/javascript/dashboard/components-next/sidebar/Sidebar.vue b/app/javascript/dashboard/components-next/sidebar/Sidebar.vue index 9b365d1a4..781becf23 100644 --- a/app/javascript/dashboard/components-next/sidebar/Sidebar.vue +++ b/app/javascript/dashboard/components-next/sidebar/Sidebar.vue @@ -402,6 +402,16 @@ const menuItems = computed(() => { ], to: accountScopedRoute('captain_settings_gallery'), }, + { + name: 'Lifecycle', + label: t('SIDEBAR.CAPTAIN_LIFECYCLE'), + activeOn: [ + 'captain_lifecycle_rules', + 'captain_lifecycle_settings', + 'captain_lifecycle_history', + ], + to: accountScopedRoute('captain_lifecycle_rules'), + }, { name: 'Reservations', label: t('SIDEBAR.CAPTAIN_RESERVATIONS'),