-
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
Commits on Mar 3, 2024
-
신고된 사진 제거 확인 모달 UI 코드 참고하여 구현 TODO: 짤 이미지 신고 api 연결 및 성공/실패 시 동작 구현
Configuration menu - View commit details
-
Copy full SHA for b1f5078 - Browse repository at this point
Copy the full SHA b1f5078View commit details
Commits on Mar 4, 2024
-
Modify: ModalHeader 컴포넌트의 children Props를 옵셔널로 변경
전달한 children props가 없을 경우 Modal.Header를 좀 더 간결하게 작성
Configuration menu - View commit details
-
Copy full SHA for 2306a90 - Browse repository at this point
Copy the full SHA 2306a90View commit details -
Rename: 컨벤션과 역할에 맞게 이벤트 핸들러 함수 이름 수정
handleClickReport -> handleOpenReportConfirmModal handleReport -> handleClickReport 줄 간격 띄움
Configuration menu - View commit details
-
Copy full SHA for 296deb3 - Browse repository at this point
Copy the full SHA 296deb3View commit details
Commits on Mar 5, 2024
-
Refactor: hasCloseButton props에서 true 값 삭제
hasCloseButton props의 값은 동적으로 변경되지 않고 고정값 true를 가집니다.
Configuration menu - View commit details
-
Copy full SHA for 9e8ea4a - Browse repository at this point
Copy the full SHA 9e8ea4aView commit details -
Merge branch 'main' of https://github.com/zzalmyu/zzalmyu-frontend into
#87/feature/report-confirmation-modal-ui
Configuration menu - View commit details
-
Copy full SHA for e5d4e0d - Browse repository at this point
Copy the full SHA e5d4e0dView commit details -
Refactor: import 및 hook 호출 순서 변경
useState를 useOverlay 앞에 배치 코드의 가독성 향상 및 일관성 유지
Configuration menu - View commit details
-
Copy full SHA for 4603d10 - Browse repository at this point
Copy the full SHA 4603d10View commit details -
Rename: 짤 이미지 상세모달에서 신고 버튼 클릭 시 호출되는 이벤트 핸들러 함수 이름 변경
handleOpenReportConfirmModal -> handleClickReportButton 어떤 동작을 하는 함수인지에 대한 설명이 아닌, 클릭했을 때 발생하는 동작을 설명해주는 이름이므로 변경
Configuration menu - View commit details
-
Copy full SHA for cbba680 - Browse repository at this point
Copy the full SHA cbba680View commit details -
Merge branch 'main' of https://github.com/zzalmyu/zzalmyu-frontend into
#87/feature/report-confirmation-modal-ui
Configuration menu - View commit details
-
Copy full SHA for ffd1b47 - Browse repository at this point
Copy the full SHA ffd1b47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6963cb8 - Browse repository at this point
Copy the full SHA 6963cb8View commit details -
Merge branch 'main' of https://github.com/zzalmyu/zzalmyu-frontend into
#87/feature/report-confirmation-modal-ui
Configuration menu - View commit details
-
Copy full SHA for a588d1f - Browse repository at this point
Copy the full SHA a588d1fView commit details