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

[UI/#80] 탐색 뷰 / 공고 컴포넌트 추가 #81

Merged
merged 8 commits into from
Jul 15, 2024

Conversation

arinming
Copy link
Contributor

⛳️ Work Description

  • 검색 결과에 따라 리스트 나타내기

📸 Screenshot

80.mp4

📢 To Reviewers

  • 홈에서 사용한 컴포넌트를 최대한 재사용하고자 했습니다. 이에 따라 Rename된 부분과 modifier 수정 된 부분이 있으니 참고해주세요!

@arinming arinming added UI 💐 UI 작업 아린💛 아린 labels Jul 15, 2024
@arinming arinming added this to the 1차 스프린트 UI 작업 milestone Jul 15, 2024
@arinming arinming self-assigned this Jul 15, 2024
@arinming arinming linked an issue Jul 15, 2024 that may be closed by this pull request
1 task
Copy link
Member

@Hyobeen-Park Hyobeen-Park left a 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
Copy link
Member

Choose a reason for hiding this comment

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

네이밍 굿!!

Comment on lines +25 to +26
shadowRadius = 10.dp,
shadowWidth = 2.dp,
Copy link
Member

Choose a reason for hiding this comment

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

흠 이게 아이템마다 radius가 다를 수 있어서 component로 뺄거면 이거도 파라미터로 받아와야 할 것 같아요..!!

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 73 to 78
var sheetState by remember { mutableStateOf(false) }
val internSearchResultData by viewModel.internSearchResultData.collectAsStateWithLifecycle()


if (sheetState) {
SortingBottomSheet(
Copy link
Member

Choose a reason for hiding this comment

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

줄 하나만 ,,,지워주십숑,,!!

Comment on lines 147 to 152
isScrapped = true,
),
RecommendInternData(
InternData(
imgUrl = "https://reqres.in/img/faces/7-image.jpg",
title = "[유한킴벌리] 그린캠프 w.대학생 숲 활동가",
dDay = 2,
Copy link
Member

Choose a reason for hiding this comment

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

레전드 센스쟁이 발생!!

Comment on lines +35 to +38
}


fun updateExistSearchResults(query: String) {
Copy link
Member

Choose a reason for hiding this comment

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

줄바꿈 조금만 신경써주면 감사하겠습니당!!

Comment on lines 55 to 60
Image(
painter = painterResource(
id = R.drawable.ic_nosearch
id = R.drawable.ic_empty_logo
),
modifier = modifier.fillMaxWidth(),
contentDescription = null,
Copy link
Member

Choose a reason for hiding this comment

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

이거 서버에서 이미지 URL로 받는 거면 coil 사용해줘야 될 것 같아요!!

Copy link
Member

@boiledEgg-s boiledEgg-s left a comment

Choose a reason for hiding this comment

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

되게 잘하신다,, LGTM!!

arinming added 2 commits July 16, 2024 00:21
# Conflicts:
#	feature/src/main/java/com/terning/feature/home/home/HomeViewModel.kt
@arinming arinming merged commit 5eded85 into develop Jul 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UI 💐 UI 작업 아린💛 아린
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[UI] 탐색 뷰 / 공고 컴포넌트 추가
4 participants