From 99eced4790452aedfc869b2c1b07b36086ccc04d Mon Sep 17 00:00:00 2001 From: yu-sugimoto Date: Tue, 24 Feb 2026 09:18:32 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=E3=83=80=E3=83=83=E3=82=B7=E3=83=A5?= =?UTF-8?q?=E3=83=9C=E3=83=BC=E3=83=89=E3=81=AE=E3=83=87=E3=82=B6=E3=82=A4?= =?UTF-8?q?=E3=83=B3=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/Layout.tsx | 46 ++++++++++++++++++------------ frontend/src/pages/Dashboard.tsx | 21 ++++++++++---- 2 files changed, 42 insertions(+), 25 deletions(-) diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index 606462a..f425c32 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -32,25 +32,33 @@ export default function Layout() { minHeight: '100vh', }} > - {!sidebarOpen && ( - - )} +
+ {!sidebarOpen && ( + + )} + + UI Recommender + +
diff --git a/frontend/src/pages/Dashboard.tsx b/frontend/src/pages/Dashboard.tsx index 17459ec..7b1cfbe 100644 --- a/frontend/src/pages/Dashboard.tsx +++ b/frontend/src/pages/Dashboard.tsx @@ -47,8 +47,6 @@ export default function Dashboard() { return (
-

UI Recommender

- {settingsLoaded && (
- + どのようなデザインにしたいですか? +