-
Notifications
You must be signed in to change notification settings - Fork 1
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
[UI/#80] 탐색 뷰 / 공고 컴포넌트 추가 #81
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.
진짜 최고최고다~~
@@ -54,7 +54,7 @@ fun InternCompanyInfo(modifier: Modifier) { | |||
) { | |||
Image( | |||
painter = painterResource( | |||
id = R.drawable.ic_nosearch | |||
id = R.drawable.ic_empty_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.
네이밍 굿!!
shadowRadius = 10.dp, | ||
shadowWidth = 2.dp, |
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.
흠 이게 아이템마다 radius가 다를 수 있어서 component로 뺄거면 이거도 파라미터로 받아와야 할 것 같아요..!!
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.
레전드 아린언니!! 넘넘 수고했어용!~~!!!
var sheetState by remember { mutableStateOf(false) } | ||
val internSearchResultData by viewModel.internSearchResultData.collectAsStateWithLifecycle() | ||
|
||
|
||
if (sheetState) { | ||
SortingBottomSheet( |
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.
줄 하나만 ,,,지워주십숑,,!!
isScrapped = true, | ||
), | ||
RecommendInternData( | ||
InternData( | ||
imgUrl = "https://reqres.in/img/faces/7-image.jpg", | ||
title = "[유한킴벌리] 그린캠프 w.대학생 숲 활동가", | ||
dDay = 2, |
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.
레전드 센스쟁이 발생!!
} | ||
|
||
|
||
fun updateExistSearchResults(query: String) { |
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.
줄바꿈 조금만 신경써주면 감사하겠습니당!!
Image( | ||
painter = painterResource( | ||
id = R.drawable.ic_nosearch | ||
id = R.drawable.ic_empty_logo | ||
), | ||
modifier = modifier.fillMaxWidth(), | ||
contentDescription = null, |
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.
이거 서버에서 이미지 URL로 받는 거면 coil 사용해줘야 될 것 같아요!!
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!!
# Conflicts: # feature/src/main/java/com/terning/feature/home/home/HomeViewModel.kt
⛳️ Work Description
📸 Screenshot
80.mp4
📢 To Reviewers