-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/#73 my home¬ice #76
Conversation
TODO(ViewModel 적용 시 발생하는 오류 해결 필요)
# Conflicts: # feature/navigator/src/main/java/com/suwiki/feature/navigator/MainNavigator.kt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
중복되는 리뷰는 코멘트 안달았습니다!
전체적으로 코드가 깔끔해서 리뷰하기 편했어요 👍
- 이제 공지사항 데이터 서버에서 잘 내려올거에요!
MyInfoScreen( | ||
padding = padding, | ||
uiState = uiState, | ||
onClickNoticeButton = { viewModel.navigateNotice() }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
onClickNoticeButton = { viewModel.navigateNotice() }, | |
onClickNoticeButton = viewModel::navigateNotice, |
feature/myinfo/src/main/java/com/suwiki/feature/myinfo/MyInfoScreen.kt
Outdated
Show resolved
Hide resolved
feature/myinfo/src/main/java/com/suwiki/feature/myinfo/MyInfoScreen.kt
Outdated
Show resolved
Hide resolved
feature/myinfo/src/main/java/com/suwiki/feature/myinfo/MyInfoScreen.kt
Outdated
Show resolved
Hide resolved
feature/myinfo/src/main/java/com/suwiki/feature/myinfo/MyInfoScreen.kt
Outdated
Show resolved
Hide resolved
feature/notice/src/main/java/com/suwiki/feature/notice/NoticeDetailScreen.kt
Show resolved
Hide resolved
feature/notice/src/main/java/com/suwiki/feature/notice/NoticeDetailViewModel.kt
Outdated
Show resolved
Hide resolved
feature/notice/src/main/java/com/suwiki/feature/notice/NoticeDetailViewModel.kt
Outdated
Show resolved
Hide resolved
feature/notice/src/main/java/com/suwiki/feature/notice/NoticeDetailViewModel.kt
Outdated
Show resolved
Hide resolved
feature/notice/src/main/java/com/suwiki/feature/notice/NoticeScreen.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 고생하셨습니다!
피드백 전부 반영했습니다. |
...nsystem/src/main/java/com/suwiki/core/designsystem/component/appbar/SuwikiAppBarWithTitle.kt
Outdated
Show resolved
Hide resolved
feature/myinfo/src/main/java/com/suwiki/feature/myinfo/MyInfoScreen.kt
Outdated
Show resolved
Hide resolved
feature/notice/src/main/java/com/suwiki/feature/notice/NoticeContract.kt
Outdated
Show resolved
Hide resolved
feature/notice/src/main/java/com/suwiki/feature/notice/NoticeDetailContract.kt
Show resolved
Hide resolved
feature/notice/src/main/java/com/suwiki/feature/notice/NoticeDetailScreen.kt
Outdated
Show resolved
Hide resolved
feature/notice/src/main/java/com/suwiki/feature/notice/NoticeDetailViewModel.kt
Outdated
Show resolved
Hide resolved
feature/notice/src/main/java/com/suwiki/feature/notice/NoticeScreen.kt
Outdated
Show resolved
Hide resolved
LaunchedEffect(key1 = viewModel) { | ||
viewModel.checkLoggedIn() | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
📌 PR 요약
🌱 작업한 내용
🌱 PR 포인트
🌱 PR 포인트2
📸 스크린샷
📮 관련 이슈