-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FE] 약속 입장 페이지 구현 및 바로 약속 등록하기 페이지에서 바로 드래그/클릭으로 약속 등록이 가능하게 구현 (#403)
* feat: MeetingInvitePage 구현 * fix: postSchedule 반환값 오류 수정 및 onSuccess로 콜백 처리 변경 - postSchedule 함수에서 반환값이 없는데 `return data.data`를 잘못 사용해 발생했던 오류 수정 - onSettled`를 제거하고 `onSuccess`로 콜백 처리 변경 * feat: MeetingRegisterPage 구현 * feat: SchedulePicker 컴포넌트에 register와 edit 모드에 따른 처리 로직 추가 * feat: MeetingConfirmCalendar.Picker 컴포넌트에 register와 edit 모드에 따른 처리 로직 추가 * feat: 날짜/시간을 등록할 때 아무것도 선택하지 않으면 버튼이 비활성화 되게 설정 * refactor: edit 모드에서 버튼 텍스트를 변경 (등록하기 → 수정하기) * rename: 파일명 수정 (meeting/mutation → meeting/mutations) * fix: navigate 경로 에러 수정 * rename: meeting 관련 api 호출 파일들을 meetings 디렉터리 내로 이동 * feat: MeetingInvitePage 버튼 상호작용 로직 구현 * feat: getMeetingInvitationDetails 함수 정의 및 적용 * rename: useGetMyScheduleQuery 훅을 schedule 관련 파일로 이동 (meeting → schedule) * rename: 디렉터리명 수정 (MeetingTimePickPage → MeetingViewerPage) * refactor: 일정 등록 및 수정 로직을 usePostScheduleByMode hook으로 통합 * rename: meetingInvite → meetingEntrance '약속 초대'라는 의미를 '약속 입장'으로 변경 * feat: MSW 핸들러에 약속 타입(DATETIME, DAYSONLY)에 따른 meetingEntranceDetails API 응답 분기 처리 추가 * refactor: GlobalLayout으로 Suspense 처리 로직 이동
- Loading branch information
1 parent
f01a403
commit e324f46
Showing
41 changed files
with
579 additions
and
197 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
frontend/src/apis/meetingConfirm.ts → frontend/src/apis/meetings/confirms.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
frontend/src/apis/meetingRecommend.ts → frontend/src/apis/meetings/recommends.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.