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:
Masashi Shibata
2023-01-04 11:41:37 +09:00
committed by GitHub
2 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -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" }}>