-
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] 콜리네 서비스 제공 전 QA - 모달, 마이페이지(#563) #577
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.
작업 확인했어요!
조경찬 (Jo Gyungchan)
보다 이름이 긴 경우엔 어떻게 되나요??
이 작업도 추가적으로 완료했습니다!! |
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.
확인했습니다~ 수고하셨어요!!!
const { openToast } = useToast("success"); | ||
|
||
const queryClient = useQueryClient(); | ||
|
||
const postReviewCompleteMutation = useMutation({ | ||
mutationFn: ({ roomId, revieweeId }: { roomId: number; revieweeId: number }) => | ||
postReviewComplete(roomId, revieweeId), | ||
onSuccess: () => { | ||
queryClient.invalidateQueries({ queryKey: [QUERY_KEYS.REVIEWEES, roomId] }); | ||
openToast(MESSAGES.SUCCESS.POST_REVIEW_COMPLETE); |
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.
감사합니닷ㅠㅠ🙇♀️
* design: 모달에서 사용자 아이디가 길 때 wrap 처리 * design: 모달 버튼 제일 아래에 위치하도록 조정 * design: 모달 내 방장의 이름이 길 때 ... 처리 * feat: 코드리뷰 완료시 토스트 띄우기 --------- Co-authored-by: 00kang <[email protected]>
📓 스토리북 링크
바로가기
📌 관련 이슈
✨ PR 세부 내용