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

[feat] Custom SnackBar 제작 #23

Merged
merged 5 commits into from
Jan 15, 2025
Merged

[feat] Custom SnackBar 제작 #23

merged 5 commits into from
Jan 15, 2025

Conversation

beom84
Copy link
Contributor

@beom84 beom84 commented Jan 14, 2025

Related issue 🛠

Work Description ✏️

  • SnackBar를 구현합니다

Screenshot 📸

21.mp4

Uncompleted Tasks 😅

  • 확장함수로 빼는거 MVI 코드 도입후 할 에정!

To Reviewers 📢

  • subjectScreen에 preview로 확장함수 사용시 사용할 코드 남겨두엇습니다!확인해주세요!

@beom84 beom84 added this to the 전체 컴포넌트 구현 milestone Jan 14, 2025
@beom84 beom84 self-assigned this Jan 14, 2025
@beom84 beom84 requested a review from a team as a code owner January 14, 2025 15:02
modifier
.padding(12.dp)
.background(color = containerColor, shape = RoundedCornerShape(size = 16.dp))
.padding(vertical = 7.dp, horizontal = 24.dp),
Copy link
Collaborator

Choose a reason for hiding this comment

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

p2 vertical 11dp 여요

Copy link
Contributor

@kamja0510 kamja0510 left a comment

Choose a reason for hiding this comment

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

굳굳~

val job =
launch {
snackBarHostState.currentSnackbarData?.dismiss()
snackBarHostState.showSnackbar("안녕안녕")
Copy link
Contributor

Choose a reason for hiding this comment

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

p5
안녕안녕 언제바꾸실건가요?

import org.android.bbangzip.ui.theme.BbangZipTheme

@Composable
fun BbangZipSnackBarHost(
Copy link
Contributor

Choose a reason for hiding this comment

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

p5
좋다..

@beom84 beom84 merged commit f20c902 into develop Jan 15, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] Custom SnackBar 구현
3 participants