-
Notifications
You must be signed in to change notification settings - Fork 6
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
Feature: 팔로워 팔로잉 페이지 디자인 수정 및 확인 기능 추가 #288
base: dev
Are you sure you want to change the base?
Conversation
@seoyoung-min is attempting to deploy a commit to the Eujin Ahn's projects Team on Vercel. A member of the Team first needs to authorize it. |
<DeleteModal | ||
handleClose={handleModalOff} | ||
handleDelete={(e) => { | ||
e.stopPropagation(); | ||
deleteListMutation.mutate(); | ||
}} | ||
handleCancel={(e) => { | ||
e.stopPropagation(); | ||
handleModalOff(); | ||
}} | ||
/> |
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.
@ParkSohyunee 이 부분입니다! 확인 부탁드립니다🙇♀️
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~~💕💕
개요
작업 사항
-기존에는 팔로워 삭제 버튼 클릭하면 바로 삭제가 되었습니다. 실수 발생 가능성이 있어 '정말 삭제하시겠습니까?' 모달로 한번 확인할 수 있도록 변경 했습니다.
스크린샷
리뷰어에게