ui and be for toggles

This commit is contained in:
aakashb95
2025-12-18 16:51:29 +05:30
parent 0a0f96ea0a
commit 4ac6c19c19
5 changed files with 75 additions and 19 deletions
@@ -493,6 +493,13 @@ const menuItems = computed(() => {
icon: 'i-lucide-briefcase',
to: accountScopedRoute('general_settings_index'),
},
// TODO: Hide before merging to develop until we have a way to manage captain settings
{
name: 'Settings Captain',
label: t('SIDEBAR.CAPTAIN_AI'),
icon: 'i-lucide-sparkles',
to: accountScopedRoute('captain_settings_index'),
},
{
name: 'Settings Agents',
label: t('SIDEBAR.AGENTS'),
@@ -589,13 +596,6 @@ const menuItems = computed(() => {
icon: 'i-lucide-credit-card',
to: accountScopedRoute('billing_settings_index'),
},
// Hidden until we have a way to manage captain settings
// {
// name: 'Settings Captain',
// label: t('SIDEBAR.CAPTAIN_AI'),
// icon: 'i-lucide-sparkles',
// to: accountScopedRoute('captain_settings_index'),
// },
],
},
];