From 2f9bbf373c0f14a35dac06099e1d900ffc4599dc Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Sat, 15 Nov 2025 13:26:30 -0800 Subject: [PATCH] Nav support: with AI triage --- src/common/layout/optima/nav/DesktopNav.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/common/layout/optima/nav/DesktopNav.tsx b/src/common/layout/optima/nav/DesktopNav.tsx index 2c901c2f9..09ff9b797 100644 --- a/src/common/layout/optima/nav/DesktopNav.tsx +++ b/src/common/layout/optima/nav/DesktopNav.tsx @@ -2,7 +2,7 @@ import * as React from 'react'; import Router from 'next/router'; import type { SxProps } from '@mui/joy/styles/types'; -import { Divider, Dropdown, ListDivider, ListItem, ListItemButton, ListItemDecorator, Menu, MenuButton, MenuItem, Tooltip, Typography } from '@mui/joy'; +import { Divider, Dropdown, FormHelperText, ListDivider, ListItem, ListItemButton, ListItemDecorator, Menu, MenuButton, MenuItem, Tooltip, Typography } from '@mui/joy'; import ArrowOutwardRoundedIcon from '@mui/icons-material/ArrowOutwardRounded'; import CodeIcon from '@mui/icons-material/Code'; import HistoryIcon from '@mui/icons-material/History'; @@ -222,9 +222,13 @@ export function DesktopNav(props: { component: React.ElementType, currentApp?: N Support - - - I Have Feedback + + 🔥 +
+ AI Please Fix + Opens GitHub issue +
+
{!!releaseNotesUrl && (