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

[FIX/#131] 친해지기 런칭데이 QA #134

Merged
merged 13 commits into from
Feb 11, 2024
Merged

[FIX/#131] 친해지기 런칭데이 QA #134

merged 13 commits into from
Feb 11, 2024

Conversation

unam98
Copy link
Collaborator

@unam98 unam98 commented Feb 10, 2024

📌 개요

✨ 작업 내용

  • 이슈 참고해주세요!
  • Dialog 유틸 만들었습니다! 팝업 띄울 때 CommonDialogFragment 활용해주세요!

✨ PR 포인트

  • 카드 뒤집어지는 터치와 관심사 삭제하려고 누르는 터치가 focus가 겹칩니다. 카드 뒤집어지는 쪽으로 focus가 잡혀서 관심사 삭제가 안 눌리고 묻힙니다. 여기 터치 focus 분리 작업을 해주셔야 할 것 같습니다.
  • 컴포즈 쓰시는 분들은 첨부한 사진처럼 isModify, isModifyDetail 설정해주시면 됩니다.
  • 아직 1개 미만 삭제 제한, 2개 이하 시 추가 버튼 등은 구현 안 돼있습니다!

📸 스크린샷/동영상

KakaoTalk_Video_2024-02-11-04-53-43.mp4
스크린샷 2024-02-11 오전 4 59 45

@unam98 unam98 added 우남 FEAT 새로운 기능 구현 FIX 버그 및 오류 해결 UI UI 관련 작업 labels Feb 10, 2024
@unam98 unam98 self-assigned this Feb 10, 2024
Copy link
Member

@blueme0 blueme0 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다~~~ 👍🏻👍🏻

@@ -50,16 +47,15 @@ class IntroduceActivity
}

private fun setUpListener() {
binding.btnStart.setOnSingleClickListener {
startFamiliarDialogActivity()
binding.btnStart.setOnClickListener {
Copy link
Member

Choose a reason for hiding this comment

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

따닥 방지를 위해 setOnSingleClickLister 부탁드림다 👍🏻

@unam98 unam98 merged commit 9142a88 into main Feb 11, 2024
1 check passed
Copy link
Member

@blueme0 blueme0 left a comment

Choose a reason for hiding this comment

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

잘못 리뷰 달아서 다시 리뷰하러 갈게염

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEAT 새로운 기능 구현 FIX 버그 및 오류 해결 UI UI 관련 작업 우남
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] 친해지기 런칭데이 QA
2 participants