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

🔀 :: 독서 상세페이지 퍼블리싱 #56

Merged
merged 22 commits into from
Apr 19, 2024

Conversation

shwaaaa
Copy link
Member

@shwaaaa shwaaaa commented Apr 19, 2024

💡 개요

독서 상세페이지 퍼블리싱

📃 작업내용

독서 상세페이지를 퍼블리싱했어요
DesignSystem에 MindWayAlert를 추가했어요
DesignSystem ButtonStyle에 cancel 버튼을 추가했어요
DesignSystem extension에 navigate를 추가했어요
BookOrderView에서 자체적으로 만든 alert을 삭제하고 MindWayAlert로 변경해주었어요

🎸 기타

수정페이지는 따로 pr 올릴 예정이에요!

2024-04-19.3.33.54.mov

@shwaaaa shwaaaa added ✨Feature 기능 추가 🎨Publishing 디자인 구현 0️⃣Priority: Critical 우선순위 - 긴급 labels Apr 19, 2024
@shwaaaa shwaaaa requested review from Xixn2 and kimkyumbi April 19, 2024 05:17
@shwaaaa shwaaaa self-assigned this Apr 19, 2024
@shwaaaa shwaaaa linked an issue Apr 19, 2024 that may be closed by this pull request
Copy link
Member

@Umjiseung Umjiseung left a comment

Choose a reason for hiding this comment

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

수고하셨어용

.init(text: "삭제", style: .default) { }
]
)
.mindWayBottomSheet(isShowing: $viewModel.isShowingBottomSheet) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
.mindWayBottomSheet(isShowing: $viewModel.isShowingBottomSheet) {
.mindWayBottomSheet(
isShowing: $viewModel.isShowingBottomSheet
) {

Copy link
Member Author

Choose a reason for hiding this comment

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

요소가 하나밖에 안들어가서 굳이 줄바꿈 할 필요 없을 것 같아요~.~

set: { _ in}
)
) {

Copy link
Contributor

Choose a reason for hiding this comment

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

#warning 이나 // TODO: - ~~ 추가하면 나중에 더 확실하게 할 수 있을 것 같아요!

Copy link
Member Author

Choose a reason for hiding this comment

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

이미 만들어놔서 머지 되면 바로 pr 올릴 예정입니다!

.padding(.top, -20)
.padding(.horizontal, 24)
.toolbar {
ToolbarItemGroup(placement: .navigationBarTrailing) {
Copy link
Contributor

Choose a reason for hiding this comment

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

ToolbarItem으로 해도 되지 않나요? Group인데 요소는 하나밖에 안들어갔으니까요

Copy link
Member Author

Choose a reason for hiding this comment

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

a441cdd

수정했어요

@kimkyumbi
Copy link
Contributor

영상에서 확인 버튼을 눌렀을 때 텍스트필드가 번쩍이는 건 어떻게 못하나요?

@shwaaaa
Copy link
Member Author

shwaaaa commented Apr 19, 2024

영상에서 확인 버튼을 눌렀을 때 텍스트필드가 번쩍이는 건 어떻게 못하나요?

4a74e19

수정했어요 영상 다시 확인해주세요~!

Comment on lines 87 to 89
#Preview {
BookOrderView(viewModel: BookOrderViewModel())
}
Copy link
Contributor

Choose a reason for hiding this comment

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

프리뷰 지워주세요

Comment on lines 116 to 118
#Preview {
BookDetailView(viewModel: BookDetailViewModel())
}
Copy link
Contributor

Choose a reason for hiding this comment

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

지워주세요

@kimkyumbi
Copy link
Contributor

영상에서 확인 버튼을 눌렀을 때 텍스트필드가 번쩍이는 건 어떻게 못하나요?

4a74e19

수정했어요 영상 다시 확인해주세요~!

확인했습니다

@shwaaaa shwaaaa merged commit 6df61b1 into master Apr 19, 2024
2 checks passed
@shwaaaa shwaaaa deleted the 47-book-detailpage-publishing branch April 19, 2024 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0️⃣Priority: Critical 우선순위 - 긴급 ✨Feature 기능 추가 🎨Publishing 디자인 구현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

도서 상세페이지 퍼블리싱
4 participants