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

#135 [fix] 릴리즈 전 QA 이슈 수정 #146

Merged
merged 16 commits into from
Feb 1, 2024
Merged

Conversation

emjayMJkim
Copy link
Member

@emjayMJkim emjayMJkim commented Jan 30, 2024

📑 Work Description

  • 회원 탈퇴 뷰 3배수 이미지 변경
  • 리사이클러뷰 스크롤시 다중클릭 이슈 해결

🛠️ Issue

📷 Screenshot

fix.recyclerciew.multi.selection.mp4

💬 To Reviewers

이런저런 방법 써보고.. selection tracker도 써봤는데.. 결국 좀 허무하게 해결이 된 것 같네요..
일단 스크롤시 재사용으로 인한 다중클릭 이슈는 해결 했는데, 혹시나 다른 문제가 생기면 바로 해결하겠습니닷

@emjayMJkim emjayMJkim self-assigned this Jan 30, 2024
@emjayMJkim emjayMJkim added Pull Request pr 날림! 민정🦊 민정이가 작업함! fix Fix(디자인 등) labels Jan 30, 2024
Copy link
Contributor

@stellar-halo stellar-halo left a comment

Choose a reason for hiding this comment

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

뷰를 고친 부분이 있다면 꼭 다시 영상 첨부해주세요!!
고치느라 너무 고생했습니다..

Comment on lines 61 to 62
android:layout_width="208dp"
android:layout_height="208dp"
Copy link
Contributor

Choose a reason for hiding this comment

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

고정 dp 쓰지 마시고 margin으로 조정해주세요!
+dimenRatio도 써서 조절해주세요~

Copy link
Member Author

Choose a reason for hiding this comment

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

넵!

Copy link
Member

@minemi00 minemi00 left a comment

Choose a reason for hiding this comment

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

애증의 리사이클러뷰.. 하느라 넘 고생하셨습니다..!!!!

Copy link
Contributor

@stellar-halo stellar-halo left a comment

Choose a reason for hiding this comment

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

감사합니다,,

Comment on lines +77 to +82
private fun initSetNickNameObserver() {
viewModel.nickname.observe(viewLifecycleOwner) {
viewModel.checkIsNickNameValid()
}
}

Copy link
Contributor

Choose a reason for hiding this comment

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

감사합니다,,감사합ㄴ디ㅏ

@stellar-halo stellar-halo requested a review from m1njae February 1, 2024 10:13
Copy link
Member

@m1njae m1njae left a comment

Choose a reason for hiding this comment

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

잔디 심으러 왔습니다.

@emjayMJkim emjayMJkim merged commit 0ef11ec into develop Feb 1, 2024
1 check passed
@emjayMJkim emjayMJkim deleted the feature/#135-fix-issue branch February 1, 2024 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Fix(디자인 등) Pull Request pr 날림! 민정🦊 민정이가 작업함!
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[fix] 이슈 수정
4 participants