feat: add custom tools page

This commit is contained in:
Shivam Mishra
2025-10-03 18:02:23 +05:30
parent a54ad12bf1
commit 3e3d5dda80
7 changed files with 141 additions and 0 deletions
@@ -232,6 +232,11 @@ const menuItems = computed(() => {
label: t('SIDEBAR.CAPTAIN_RESPONSES'),
to: accountScopedRoute('captain_responses_index'),
},
{
name: 'Tools',
label: t('SIDEBAR.CAPTAIN_TOOLS'),
to: accountScopedRoute('captain_tools_index'),
},
],
},
{