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/#118] 여행 대시 보드 뷰 / Empty 뷰 구현 #119

Merged
merged 3 commits into from
Jan 14, 2024

Conversation

leeeyubin
Copy link
Member

⛳️ Work Description

  • Empty 뷰 수정

📢 To Reviewers

  • 뷰모델에서도 Empty 설정해줬습니다 ㅎㅎ,,

@leeeyubin leeeyubin added 유빈 ❄ FIX 🔨 버그 및 오류 해결 labels Jan 14, 2024
@leeeyubin leeeyubin self-assigned this Jan 14, 2024
@leeeyubin leeeyubin changed the title [FIX/#118] Empty 뷰 구현 [FIX/#118] 여행 대시 보드 뷰 / Empty 뷰 구현 Jan 14, 2024
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.

수고수고수고마ㅏ낫어

Comment on lines +42 to +46
if (it.trips.isEmpty()) {
dashBoardListState.value = UiState.Empty
} else {
dashBoardListState.value = UiState.Success(it)
}
Copy link
Contributor

Choose a reason for hiding this comment

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

이 로직이군요 수고햇서요!!!!!!!!!!!!!!!!!!

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.

ㅎㅎㅎㅎ고생했서요 ~~~~~

@Marchbreeze Marchbreeze merged commit dcc88d2 into develop Jan 14, 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] 여행 대시 보드 뷰 / 로직 수정
3 participants