-
Notifications
You must be signed in to change notification settings - Fork 2
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] 사장님 가게 메뉴 등록 및 수정 네비게이션 구현 #397
Conversation
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.
수고하셨습니다 :) comment확인해주세요!
painter = if(item.imageUrls.isNullOrEmpty())painterResource(id = R.drawable.ic_koin_logo)else rememberAsyncImagePainter( | ||
item.imageUrls!![0] | ||
), |
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.
painter = if(item.imageUrls.isNullOrEmpty())painterResource(id = R.drawable.ic_koin_logo)else rememberAsyncImagePainter( | |
item.imageUrls!![0] | |
), | |
painter = rememberAsyncImagePainter( | |
model = item.imageUrls.firstOrNull() ?: R.drawable.ic_koin_logo | |
), |
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.
아직 코틀린적 사고가 부족하네요…
감사합니다!
@@ -82,7 +88,12 @@ fun MenuScreen(verticalOffset: Boolean, currentPage: Int, state: MyStoreDetailSt | |||
|
|||
state.storeMenu?.forEach { |
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.
menu가 많아지면 LazyColumn으로 구현해주세요.
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.
한번 해보겠습니다!
…o feature/hsgo/navigation # Conflicts: # business/src/main/java/in/koreatech/business/navigation/BusinessNavHost.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.
LGTM 수고하셨습니다!
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.
수고하셨어요!
개요
상세 작업 내용
작업 결과물