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

[mod] 온보딩 / 1차 릴리즈 QA 피드백 반영 #155

Merged
merged 12 commits into from
Aug 26, 2023

Conversation

leeeha
Copy link
Member

@leeeha leeeha commented Aug 25, 2023

📝 Work Description

  • QA 바탕으로 디자인과 기능 일부 수정했습니다!
  • 온보딩 외의 화면은 따로 PR 올릴 예정입니다!

📣 To Reviewers

  • 오늘 자정까지 리뷰 부탁드려요!

@leeeha leeeha added mod 〰 코드 및 내부 파일 수정 ui 🎨 UI 관련 작업 하은 🐰 labels Aug 25, 2023
@leeeha leeeha added this to the 기능 구현 ✨ milestone Aug 25, 2023
@leeeha leeeha self-assigned this Aug 25, 2023
Copy link
Contributor

@sxunea sxunea left a comment

Choose a reason for hiding this comment

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

고생했습니다 😄

@@ -50,21 +50,25 @@
app:layout_constraintStart_toStartOf="@id/tv_nickname_title"
app:layout_constraintTop_toBottomOf="@id/tv_nickname_title" />

<LinearLayout
android:id="@+id/ll_nickname_container"
<androidx.constraintlayout.widget.ConstraintLayout
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

// 중복체크를 하지 않은 상태에서 완료 버튼을 클릭하면 에러 표시
if (!viewModel.isDuplicateChecked.value) {
viewModel.updateInputUiState(
InputUiState.Failure(ErrorCode.CODE_UNCHECKED_DUPLICATION)
Copy link
Contributor

Choose a reason for hiding this comment

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

여기도 InputUiState로 관리하니까 훨씬 좋네요 !

@leeeha leeeha merged commit ce22f08 into develop Aug 26, 2023
1 check passed
@leeeha leeeha deleted the feature/mod-onboarding-view branch August 29, 2023 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mod 〰 코드 및 내부 파일 수정 ui 🎨 UI 관련 작업 하은 🐰
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[mod] 온보딩 / 1차 릴리즈 QA 피드백 반영
2 participants