From 03e20aefe2dc7cebc540c9d3210cf69369ce35c0 Mon Sep 17 00:00:00 2001 From: Inseo Hwang Date: Tue, 17 Oct 2023 02:17:55 +0900 Subject: [PATCH] =?UTF-8?q?Feat:=20=EB=A9=98=ED=86=A0=EB=A7=81=20=ED=94=BC?= =?UTF-8?q?=EB=93=9C=EB=B0=B1=20=EB=B0=98=EC=98=81=20(#64)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 1 + src/App.tsx | 13 - src/components/ShiftBadge/index.tsx | 3 +- src/components/ShiftCircle/index.tsx | 2 +- src/hooks/auth/useAuth/index.ts | 9 +- src/hooks/shift/useEditShift/handlers.ts | 35 +- src/hooks/shift/useEditShift/index.ts | 120 ++++--- src/hooks/shift/useEditShift/mockShift.ts | 48 +-- src/hooks/shift/useEditShift/store.ts | 4 + src/hooks/shift/useRequestShift/index.ts | 73 ++-- src/libs/api/shiftType.ts | 9 +- src/libs/api/ward.ts | 2 +- src/pages/LoginPage/RedirectPage.tsx | 3 +- src/pages/LoginPage/index.tsx | 4 +- .../components/CountDutyByDay.tsx | 4 +- .../components/NurseEditModal.tsx | 327 +++++++++--------- src/pages/MakeShiftPage/components/Panel.tsx | 13 +- .../MakeShiftPage/components/RequestLayer.tsx | 5 +- .../components/ShiftCalendar.tsx | 8 +- .../components/editWard/CreateShiftModal.tsx | 58 +--- .../components/editWard/SetShiftType.tsx | 12 +- src/pages/MakeShiftPage/index.tsx | 11 +- src/pages/RegisterPage/RegisterWard.tsx | 64 ++-- src/types/ward.ts | 8 +- 24 files changed, 420 insertions(+), 416 deletions(-) diff --git a/index.html b/index.html index 96f20662..1c3db85b 100644 --- a/index.html +++ b/index.html @@ -30,6 +30,7 @@
+