From e0598bce0e61ea33ae324b1eed70474f10a8b745 Mon Sep 17 00:00:00 2001 From: c-bata Date: Wed, 4 Jan 2023 11:27:30 +0900 Subject: [PATCH 1/2] Link to the GitHub Discussion for the feedback survey --- optuna_dashboard/ts/components/AppDrawer.tsx | 2 +- optuna_dashboard/ts/components/StudyListBeta.tsx | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/optuna_dashboard/ts/components/AppDrawer.tsx b/optuna_dashboard/ts/components/AppDrawer.tsx index 713f978d..b024eda7 100644 --- a/optuna_dashboard/ts/components/AppDrawer.tsx +++ b/optuna_dashboard/ts/components/AppDrawer.tsx @@ -296,7 +296,7 @@ export const AppDrawer: FC<{ diff --git a/optuna_dashboard/ts/components/StudyListBeta.tsx b/optuna_dashboard/ts/components/StudyListBeta.tsx index 2e25d562..03475072 100644 --- a/optuna_dashboard/ts/components/StudyListBeta.tsx +++ b/optuna_dashboard/ts/components/StudyListBeta.tsx @@ -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,18 @@ export const StudyListBeta: FC<{ }, }} > + + + + {`Thank you for testing the new UI! we would appreciate it if you could send us the feedback via `} + this post + {" on GitHub Discussions."} + + + From bc3819a39cf9dca157828eff8183da03aa508996 Mon Sep 17 00:00:00 2001 From: c-bata Date: Wed, 4 Jan 2023 11:28:07 +0900 Subject: [PATCH 2/2] Run prettier --- optuna_dashboard/ts/components/StudyListBeta.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/optuna_dashboard/ts/components/StudyListBeta.tsx b/optuna_dashboard/ts/components/StudyListBeta.tsx index 03475072..3a227ee9 100644 --- a/optuna_dashboard/ts/components/StudyListBeta.tsx +++ b/optuna_dashboard/ts/components/StudyListBeta.tsx @@ -17,7 +17,7 @@ import { TextField, CardActions, } from "@mui/material" -import MuiLink from '@mui/material/Link'; +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" @@ -115,14 +115,16 @@ export const StudyListBeta: FC<{ }, }} > - + {`Thank you for testing the new UI! we would appreciate it if you could send us the feedback via `} this post + target="_blank" + href="https://github.com/optuna/optuna-dashboard/discussions/332" + > + this post + {" on GitHub Discussions."}