mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Nav support: with AI triage
This commit is contained in:
@@ -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
|
||||
</Typography>
|
||||
</ListItem>
|
||||
<MenuItem component="a" href={BaseProduct.SupportForm()} target="_blank">
|
||||
<ListItemDecorator><LightbulbOutlinedIcon /></ListItemDecorator>
|
||||
I Have Feedback
|
||||
<MenuItem component='a' href={BaseProduct.SupportForm()} target='_blank'>
|
||||
<ListItemDecorator>🔥</ListItemDecorator>
|
||||
<div>
|
||||
AI Please Fix
|
||||
<FormHelperText>Opens GitHub issue</FormHelperText>
|
||||
</div>
|
||||
<ArrowOutwardRoundedIcon sx={{ ml: 'auto' }} />
|
||||
</MenuItem>
|
||||
{!!releaseNotesUrl && (
|
||||
<MenuItem onClick={handleShowReleaseNotes}>
|
||||
|
||||
Reference in New Issue
Block a user