feat(lifecycle): sidebar entry for Jornada do Cliente

This commit is contained in:
Rodribm10 2026-04-15 10:53:33 -03:00
parent 65a76ed59d
commit ad2255aba4

View File

@ -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'),