-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FE] 달력 확정 페이지 ConfirmModal 추가 및 로그인 후 라우팅 경로 수정 #426
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐪🐫🐪🐫
영상 첨부해주신 점이 너무 좋네요~~
@@ -22,7 +22,7 @@ export const usePostLoginMutation = () => { | |||
|
|||
setIsLoggedIn(true); | |||
setUserName(userName); | |||
routeTo(`/meeting/${uuid}`); | |||
routeTo(`/meeting/${uuid}/register`); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
감사해요 🐫 🐪
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM...!
* refactor: 로그인 시, 등록 페이지로 이동하도록 라우팅 경로 수정 * feat: 날짜만 조회 선택 후 확정 페이지 이동 시 ConfirmModal을 띄우도록 추가
관련 이슈
작업 내용
/meeting/:uuid
->/meeting/:uuid/register
로 변경2024-10-25.12.30.46.mov
특이 사항
없습니다~!
리뷰 요구사항 (선택)