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/#262] Second QA 수정사항 반영 #264

Merged
merged 5 commits into from
Mar 21, 2024
Merged

Conversation

chattymin
Copy link
Member

⛳️ Work Description

  • 점선간격 수정 및 글자 수정
  • 글자 겹침 해결
  • 이모지 글자 수 판정 오류 해결
  • 엔터 방지를 위한 새 컴포넌트 생성 및 적용
  • 성향 검사 완료시 흰색 여백 생기는 현상 해결

📸 Screenshot

image image image

📢 To Reviewers

  • 우하하~

@chattymin chattymin added 동민 🐥 FIX 🔨 버그 및 오류 해결 labels Mar 21, 2024
@chattymin chattymin added this to the 2차 스프린트 milestone Mar 21, 2024
@chattymin chattymin self-assigned this Mar 21, 2024
Copy link
Member

@Marchbreeze Marchbreeze 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
Member

@leeeyubin leeeyubin 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 +86 to +90
private fun initDeleteBtnClickListener() = with(binding) {
btnDeleteText.setOnSingleClickListener {
etEmojiCounterEtContent.text = null
}
}
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

@crownjoe crownjoe left a comment

Choose a reason for hiding this comment

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

속도 무엇 역시 이게. 바로 안드오비...군

_isValueChanged.value =
nowName.isNotBlank() && nowName.length <= getMaxNameLen() && nowInfo.isNotBlank() && nowInfo.length <= getMaxInfoLen() && (isInfoChanged || isNameChanged)
nowName.isNotBlank() && nameState == EditTextState.SUCCESS && nowInfo.isNotBlank() && infoState == EditTextState.SUCCESS && (isInfoChanged || isNameChanged)
Copy link
Contributor

Choose a reason for hiding this comment

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

오호라!!!! 좋숩니다

@chattymin chattymin merged commit 35a0a02 into develop Mar 21, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FIX 🔨 버그 및 오류 해결 동민 🐥
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] 2차 QA 관련 페이지 / 2차 QA
4 participants