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

[FIX/#55] 바텀바 스택 수정 #59

Merged
merged 6 commits into from
Jan 20, 2025
Merged

Conversation

boiledEgg-s
Copy link
Member

Related issue 🛠

Work Description ✏️

  • 바텀바 스택 관리
  • 뒤로가기 로직 추가

Screenshot 📸

20250120_.mp4

To Reviewers 📢

  • 바텀바 스택 수정했습니다!
  • 홈화면을 거쳐서 뒤로가기 두번 클릭 시 앱이 꺼지도록 합니다!
  • 스낵바의 디자인은 추후 추가하도록 하겠습니다.

@boiledEgg-s boiledEgg-s added FIX 🔨 버그 및 오류 해결 암살자석준 😡 석준 labels Jan 19, 2025
@boiledEgg-s boiledEgg-s requested a review from a team January 19, 2025 20:22
@boiledEgg-s boiledEgg-s self-assigned this Jan 19, 2025
@boiledEgg-s boiledEgg-s requested review from jm991014, chrin05, yeonjeen and jangsjw and removed request for a team January 19, 2025 20:22
Copy link
Contributor

@jm991014 jm991014 left a comment

Choose a reason for hiding this comment

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

대 석 준~

Copy link
Contributor

@chrin05 chrin05 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 60 to 62

BackHandler(enabled = backPressedState) {
if (System.currentTimeMillis() - backPressedTime <= 2000) {
Copy link
Contributor

Choose a reason for hiding this comment

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

p2: 상수화를 하면 좋을 것 같습니다!

Comment on lines 67 to 68
snackBarHostState.showSnackbar(
message = "버튼을 한 번 더 누르면 종료돼요",
Copy link
Contributor

Choose a reason for hiding this comment

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

p2: 이부분도 String 추출하면 좋을 거 같아요

Copy link
Contributor

@yeonjeen yeonjeen left a comment

Choose a reason for hiding this comment

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

개행이 제대로 안되어있는 부분들이 있었습니다!! 그것만 수정해주시면 될 것 같습니다~ 수고많으셨어용

backPressedState = true
coroutineScope.launch {
snackBarHostState.showSnackbar(
message = "버튼을 한 번 더 누르면 종료돼요",
Copy link
Contributor

Choose a reason for hiding this comment

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

p1: 스트링추출해주세요~

Copy link
Member Author

Choose a reason for hiding this comment

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

이 부분은 디자인 확정이 안되서 추후에 수정할게요!

Comment on lines +112 to +123
item {
HomeUiStateGroup(
uiState = uiState.bannerImages,
success = { uiState ->
HomeBannerPager(
bannerImages = uiState.toImmutableList(),
modifier = Modifier
.fillMaxWidth()
.aspectRatio(360f / 230f),
)
},
)
Copy link
Contributor

Choose a reason for hiding this comment

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

p1: 개행이 안맞는 것 같습니다!

Comment on lines +125 to +137
HomeUiStateGroup(
uiState = uiState.recommendedItems,
success = { uiState ->
HomeRecommendationItemGroup(
recommendedItems = uiState.toImmutableList(),
onLikeClick = onLikeClick,
onItemClick = onItemClick,
modifier = Modifier
.fillMaxWidth()
.padding(top = 43.dp),
)
},
)
Copy link
Contributor

Choose a reason for hiding this comment

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

p1: 개행이 안맞는 것 같습니다!

@boiledEgg-s boiledEgg-s merged commit e26f92a into develop Jan 20, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FIX 🔨 버그 및 오류 해결 암살자석준 😡 석준
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] 바텀바 스택 관리
4 participants