Skip to content
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

프로필 이미지 클릭 시 신고 모달 띄우기 #760

Merged
merged 9 commits into from
Mar 26, 2024

Conversation

jyjy1229
Copy link
Contributor

@jyjy1229 jyjy1229 commented Mar 12, 2024

Summary

It closes #757

  • 채팅방에서 프로필 이미지 클릭 시, 신고하기 모달 띄우기 (신고하기 모달의 첫번째 단계는 건너뛰는 것으로 협의하였습니다. @intaericky)
  • 신고하기 모달의 두번째 단계에서 이전 버튼 클릭 시, 첫번째 단계로 돌아가 전에 선택했었던 유저를 선택한 상태로 표시
  • 신고 리스트에서 자기 자신 제거

Images or Screenshots

2024-03-26.231355.mp4

@jyjy1229 jyjy1229 linked an issue Mar 12, 2024 that may be closed by this pull request
3 tasks
Copy link

netlify bot commented Mar 12, 2024

Deploy Preview for taxi-dev-preview ready!

Name Link
🔨 Latest commit e019142
🔍 Latest deploy log https://app.netlify.com/sites/taxi-dev-preview/deploys/6602da67ba5dd20008f9f763
😎 Deploy Preview https://deploy-preview-760--taxi-dev-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@jyjy1229 jyjy1229 self-assigned this Mar 19, 2024
@@ -96,6 +103,9 @@ const MessageSet = ({ chats, layoutType, roomInfo }: MessageSetProps) => {
alignItems: "flex-end",
gap: "4px",
};
const styleHover = {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

한번 밖에 안쓰이는거 같은데 그냥 태그 안에 넣어버려도 좋을 것 같아요

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

넵 반영했습니다!

@jyjy1229 jyjy1229 requested a review from predict-woo March 19, 2024 14:24
Copy link
Contributor

@ybmin ybmin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jyjy1229 jyjy1229 merged commit ef0d15b into dev Mar 26, 2024
4 checks passed
@jyjy1229 jyjy1229 deleted the #757-profile-image-click-report-modal branch March 26, 2024 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

프로필 이미지 클릭 시 신고 모달 띄우기
4 participants