From de45cece3d291796d843d149129b57cba7c1f60d Mon Sep 17 00:00:00 2001 From: c-bata Date: Thu, 13 Apr 2023 13:55:34 +0900 Subject: [PATCH] Improve the message for experimental new UI --- optuna_dashboard/ts/components/StudyList.tsx | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/optuna_dashboard/ts/components/StudyList.tsx b/optuna_dashboard/ts/components/StudyList.tsx index 371d44b1..86e7158f 100644 --- a/optuna_dashboard/ts/components/StudyList.tsx +++ b/optuna_dashboard/ts/components/StudyList.tsx @@ -212,12 +212,22 @@ export const StudyList: FC<{ > + + Announcement + - {`We would appreciate your feedback on the new dashboard UI. Click `} + {`Please go to `} - here + our experimental new UI page - {" to try it out and share your thoughts with us."} + {" and share your thoughts with us via "} + + the GitHub Discussion's post + + {"."}