From 68871f9dc2e09fe1ee9767f2168521a8a6cfcef2 Mon Sep 17 00:00:00 2001 From: ice-bear98 <122257455+ice-bear98@users.noreply.github.com> Date: Fri, 23 Aug 2024 16:25:45 +0900 Subject: [PATCH] =?UTF-8?q?UI:=20#72=20=EC=9C=A0=EC=A0=80=20=EC=A0=95?= =?UTF-8?q?=EB=B3=B4=20=EC=84=A4=EC=A0=95=20=ED=8E=98=EC=9D=B4=EC=A7=80=20?= =?UTF-8?q?=ED=8C=80=20=EC=84=A4=EC=A0=95=20UI=20=EA=B5=AC=ED=98=84=20(#74?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * UI: #72 유저 정보 설정 페이지 팀 설정 UI 구현 * Feat: #72 팀 초대 및 가입 상태를 처리하는 API Handler 추가 & 팀 설정 페이지 UI변경 * UI: #72 팀 head UI 추가 & style 변경 * Formatting: #72 TeamSettingPage 시맨틱 태그로 변경 --- src/components/sidebar/ListSidebar.tsx | 2 +- src/layouts/page/ProjectLayout.tsx | 2 +- src/layouts/page/SettingLayout.tsx | 2 +- src/layouts/page/TeamLayout.tsx | 2 +- src/mocks/mockData.ts | 50 +++++----- src/mocks/services/userServiceHandler.ts | 48 ++++++++++ src/pages/setting/TeamSettingPage.tsx | 117 ++++++++++++++++++++++- src/services/userService.ts | 13 +++ src/types/TeamType.tsx | 6 ++ 9 files changed, 213 insertions(+), 29 deletions(-) diff --git a/src/components/sidebar/ListSidebar.tsx b/src/components/sidebar/ListSidebar.tsx index 116f4822..b7b52b87 100644 --- a/src/components/sidebar/ListSidebar.tsx +++ b/src/components/sidebar/ListSidebar.tsx @@ -15,7 +15,7 @@ export default function ListSidebar({ label, title, children, showButton, text, }; return ( -