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

[refactor] BbangZipDetail 뷰 코드 정리 #99

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

HAJIEUN02
Copy link
Collaborator

Related issue 🛠

Work Description ✏️

  • Spacer → 확장 함수로 빼둔 Gap으로 전부 수정
  • MVI Contract 네이밍 통일
  • 컴포넌트화

Screenshot 📸

XRecorder_20250226_04.mp4

Uncompleted Tasks 😅

N/A

To Reviewers 📢

@HAJIEUN02 HAJIEUN02 added this to the 앱잼 코드 정리 milestone Feb 26, 2025
@HAJIEUN02 HAJIEUN02 self-assigned this Feb 26, 2025
@HAJIEUN02 HAJIEUN02 requested a review from a team as a code owner February 26, 2025 14:11
Copy link
Contributor

@beom84 beom84 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다~!

@@ -34,7 +34,7 @@ fun BbangZipDetailRoute(
modifier = modifier,
state = state,
pagerState = pagerState,
popBackStack = popBackStack,
popBackStack = navigateToBack,
Copy link
Contributor

Choose a reason for hiding this comment

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

p4 : popBackStack 바꿔주세요!

color = BbangZipTheme.colors.labelNormal_282119,
)
}
BbangZipLevelTitle(
Copy link
Contributor

Choose a reason for hiding this comment

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

p5 : 컴포넌트화 좋네요~

@@ -97,7 +97,7 @@ fun MainNavHost(
)

bbangZipDetailNavGraph(
popBackStack = { navigator.popBackStackIfNotSubject() },
navigateToBack = { navigator.popBackStackIfNotSubject() },
Copy link
Contributor

Choose a reason for hiding this comment

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

p5 : 저희 navigatToBack = navigator::popbackStackIfNotSubject
같은 참조함수 형식으로 바꾸는건 어떤가요?

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.

고생유

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.

[refactor] BbangZipDetail 뷰 코드 정리
3 participants