From c39542e512d8f60abe9830a6e39ea6021d0a9330 Mon Sep 17 00:00:00 2001 From: Arjun Vijay Date: Mon, 1 Jun 2026 14:48:20 -0400 Subject: [PATCH 1/3] Remove Help from Dashboard --- src/components/dashboard/DashboardPage.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/dashboard/DashboardPage.tsx b/src/components/dashboard/DashboardPage.tsx index 36507312..0a971a7d 100644 --- a/src/components/dashboard/DashboardPage.tsx +++ b/src/components/dashboard/DashboardPage.tsx @@ -26,12 +26,12 @@ const QUICK_LINKS: (t.NavItem & { descKey: string })[] = [ icon: 'lock', descKey: 'com_dash_grants_desc', }, - { - labelKey: 'com_nav_help', - path: '/help', - icon: 'question', - descKey: 'com_dash_help_desc', - }, + // { + // labelKey: 'com_nav_help', + // path: '/help', + // icon: 'question', + // descKey: 'com_dash_help_desc', + // }, ]; export function DashboardPage() { From af61c7722d67dd03dcd073efb532693b3351e244 Mon Sep 17 00:00:00 2001 From: Arjun Vijay Date: Mon, 1 Jun 2026 14:52:52 -0400 Subject: [PATCH 2/3] Comment out help page from command menu --- src/components/CommandMenu.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/CommandMenu.tsx b/src/components/CommandMenu.tsx index eb0cfe03..d5486e86 100644 --- a/src/components/CommandMenu.tsx +++ b/src/components/CommandMenu.tsx @@ -87,11 +87,11 @@ export function CommandMenu({ open, onOpenChange }: t.CommandMenuProps) { label={localize('com_nav_grants')} onSelect={() => navigateTo('/grants')} /> - navigateTo('/help')} - /> + /> */} From 12d1a074ced473d0cb312cc9508dba5b266da542 Mon Sep 17 00:00:00 2001 From: Arjun Vijay Date: Mon, 1 Jun 2026 14:57:56 -0400 Subject: [PATCH 3/3] Correct sidebar tip text --- src/locales/en/translation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en/translation.json b/src/locales/en/translation.json index 0dd70ab4..206bbc79 100644 --- a/src/locales/en/translation.json +++ b/src/locales/en/translation.json @@ -1002,7 +1002,7 @@ "com_dash_grants_desc": "Control which capabilities each role has access to, from reading configs to managing users.", "com_dash_help_desc": "Links to documentation, community resources, and support channels to help you get the most out of Jarvis Chat.", "com_dash_nav_tips": "Getting around", - "com_dash_tip_sidebar": "The sidebar gives you access to every page: Configuration, Access, Grants, and Help. Toggle it open to see labels or collapse it down to just icons.", + "com_dash_tip_sidebar": "The sidebar gives you access to every page: Configuration, Access, and Grants. Toggle it open to see labels or collapse it down to just icons.", "com_dash_tip_cmdk": "The command menu lets you search for and jump to any page, configuration section, or config tab. You can also switch between light, dark, and system themes within the menu.", "com_grants_title": "System grants", "com_grants_subtitle": "Manage system-level capabilities by role",