-
Notifications
You must be signed in to change notification settings - Fork 2
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
[#87] Feat: 짤 이미지 신고 확인 모달 UI 구현 #88
Conversation
신고된 사진 제거 확인 모달 UI 코드 참고하여 구현 TODO: 짤 이미지 신고 api 연결 및 성공/실패 시 동작 구현
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@HY219 서버의 cloudFront 배포 id가 변경됐거나 수정사항이 있는 것 같아요! 오늘 아침에 확인해보겠습니다! |
@HY219 cli로 확인해본 결과, 백엔드에서 넘겨준 cloudFront id가 유효하지 않네요 |
전달한 children props가 없을 경우 Modal.Header를 좀 더 간결하게 작성
handleClickReport -> handleOpenReportConfirmModal handleReport -> handleClickReport 줄 간격 띄움
hasCloseButton props의 값은 동적으로 변경되지 않고 고정값 true를 가집니다.
#87/feature/report-confirmation-modal-ui
useState를 useOverlay 앞에 배치 코드의 가독성 향상 및 일관성 유지
handleOpenReportConfirmModal -> handleClickReportButton 어떤 동작을 하는 함수인지에 대한 설명이 아닌, 클릭했을 때 발생하는 동작을 설명해주는 이름이므로 변경
#87/feature/report-confirmation-modal-ui
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!👍
#87/feature/report-confirmation-modal-ui
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입니다 👍
📝 작업 내용
📷 스크린샷 (선택)
💬 리뷰 요구사항(선택)
권한 문제
,캐싱 문제
,배포 ID를 자신의 ID로 교체하지 않은 문제
가 있었습니다.배포 설정이나 deploy.yml 파일을 다시 살펴봐야 할 것 같은데 도움 요청합니다!
📍 기타 (선택)
./src/routes/_layout-with-chat/index.tsx
파일의 7번째 줄에 다음 코드를 추가해주세요.close #87