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

[FEAT/#123] OurTodo, MyTodo / EmptyView 구현 #134

Merged
merged 15 commits into from
Jan 16, 2024

Conversation

Marchbreeze
Copy link
Member

⛳️ Work Description

  • 스티키 헤더 리스트 문제 해결
  • 리스트 엠프티 뷰 추가하기
  • 마이 투두 dto 확인하기
  • 상태창 색상 맞추기
  • 투두 리스트들에 바텀패딩 부여
  • Empty뷰일때 상당 앱바 스크롤 막아둠

📸 Screenshot

KakaoTalk_Video_2024-01-16-15-57-19.mp4

📢 To Reviewers

  • 일단 한번 끊고 스티키 헤더 이슈 해결할게용가리

Copy link
Member

@chattymin chattymin 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 +6 to +9
fun Activity.setStatusBarColorFromResource(colorResId: Int) {
val statusBarColor = ContextCompat.getColor(this, colorResId)
window.statusBarColor = statusBarColor
}
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
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 +66 to +70
if (response.isEmpty()) {
_todoUncompleteListState.value = UiState.Empty
} else {
_todoUncompleteListState.value = UiState.Success(response)
}
Copy link
Member

Choose a reason for hiding this comment

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

Empty일 때의 상태는 이렇게 표시해주는 군여,,

Comment on lines +26 to +29
outRect.top = top
outRect.left = left
outRect.right = right
outRect.bottom = bottom
Copy link
Member

Choose a reason for hiding this comment

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

오호 데코레이션 좋아요!!!!!

@Marchbreeze Marchbreeze merged commit 33a5bcf into develop Jan 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEAT ✨ 새로운 기능 구현 상호 🍀
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] OurTodo, MyTodo / EmptyView 구현
3 participants