-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Feat/#85] 공연 등록 완료 페이지 구현 #101
Conversation
PR 작성하느라 고생 많았어요!! 라벨 잘 지정되었는지 확인 한 번 해 주기 🫶 |
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 RegisterComplete = () => { | ||
const user = "메이커"; | ||
const navigate = useNavigate(); | ||
const goGigsPage = () => navigate(`/gig/${REGISTER_RESPONSE.performanceId}`); |
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.
p4) 이 부분은 추후에 등록하는 페이지에서 state로 값 넘겨받을 수 있또록 해주세요!
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.
p5) 저도 도영님 말씀이 좋은 것 같습니다 ~ state 관리 필요할 것 같아요 !
<Lottie | ||
animationData={registerComplete} | ||
play={true} | ||
style={{ width: "150px", height: "150px", margin: "0 auto" }} | ||
/> |
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.
p5) 굿 ~~ 지금은 무한 루프로 되어있는데, 제가 봤을 때는 한 번만 실행되는 게 좋아보여요!
loop=false
만 추가하면 되니까 디자이너랑 얘기해보면 좋을 것 같아요!
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.
p5) 저도 한번만 딱 진행되는게 더 예뻐보이긴 하네요~ 확정되었다고 하니까 수정 고고
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.
조아욥~~ loop만 false로 주면 될 것 같아서 어푸할게요!!
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 RegisterComplete = () => { | ||
const user = "메이커"; | ||
const navigate = useNavigate(); | ||
const goGigsPage = () => navigate(`/gig/${REGISTER_RESPONSE.performanceId}`); |
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.
p5) 저도 도영님 말씀이 좋은 것 같습니다 ~ state 관리 필요할 것 같아요 !
<Lottie | ||
animationData={registerComplete} | ||
play={true} | ||
style={{ width: "150px", height: "150px", margin: "0 auto" }} | ||
/> |
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.
p5) 저도 한번만 딱 진행되는게 더 예뻐보이긴 하네요~ 확정되었다고 하니까 수정 고고
Quality Gate passedIssues Measures |
📌 관련 이슈번호
🎟️ PR 유형
어떤 변경 사항이 있나요?
✅ Key Changes
📢 To Reviewers
📸 스크린샷
2024-07-11.081655.mp4
🔗 참고 자료