mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-12 12:40:33 +08:00
Merge pull request #333 from c-bata/update-feedback-link-for-new-ui
Link to the GitHub Discussion for the feedback survey
This commit is contained in:
@@ -296,7 +296,7 @@ export const AppDrawer: FC<{
|
||||
<ListItem key="Feedback" disablePadding sx={styleListItem}>
|
||||
<ListItemButton
|
||||
target="_blank"
|
||||
href="https://github.com/optuna/optuna-dashboard/issues/new/choose"
|
||||
href="https://github.com/optuna/optuna-dashboard/discussions/319"
|
||||
sx={styleListItemButton}
|
||||
>
|
||||
<ListItemIcon sx={styleListItemIcon}>
|
||||
|
||||
@@ -17,6 +17,7 @@ import {
|
||||
TextField,
|
||||
CardActions,
|
||||
} from "@mui/material"
|
||||
import MuiLink from "@mui/material/Link"
|
||||
import { Delete, Refresh, Search } from "@mui/icons-material"
|
||||
import SortIcon from "@mui/icons-material/Sort"
|
||||
import HomeIcon from "@mui/icons-material/Home"
|
||||
@@ -114,6 +115,20 @@ export const StudyListBeta: FC<{
|
||||
},
|
||||
}}
|
||||
>
|
||||
<Card sx={{ margin: theme.spacing(2) }}>
|
||||
<CardContent>
|
||||
<Typography>
|
||||
{`Thank you for testing the new UI! we would appreciate it if you could send us the feedback via `}
|
||||
<MuiLink
|
||||
target="_blank"
|
||||
href="https://github.com/optuna/optuna-dashboard/discussions/332"
|
||||
>
|
||||
this post
|
||||
</MuiLink>
|
||||
{" on GitHub Discussions."}
|
||||
</Typography>
|
||||
</CardContent>
|
||||
</Card>
|
||||
<Card sx={{ margin: theme.spacing(2) }}>
|
||||
<CardContent>
|
||||
<Box sx={{ display: "flex" }}>
|
||||
|
||||
Reference in New Issue
Block a user