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

Feature/밈상세화면 구현 #23 #26

Merged
merged 8 commits into from
Jun 29, 2024

Conversation

chansooo
Copy link
Member

What is this PR? 🔍

이슈

설명

  • 밈 상세 페이지 UI 구현

Changes 📝

  • 밈 상세 페이지 UI 구현

Screenshot 📸

스크린샷 2024-06-29 오후 2 19 40

To Reviewers 🙏

.font(Font.Body.xsmall)
.multilineTextAlignment(.center)
.foregroundColor(Color.Icon.assistive)

Copy link
Collaborator

Choose a reason for hiding this comment

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

필요없는 줄바꿈이 있어요~

Comment on lines 80 to 89
var likeButton: some View {
HStack(alignment: .center, spacing: 6) {
ResourceKitAsset.Icon.ㅋ.swiftUIImage
ResourceKitAsset.Icon.개웃겨.swiftUIImage
}
.frame(maxWidth: .infinity)
.frame(height: 46, alignment: .center)
.background(Color.Skeleton.primary)
.cornerRadius(10)
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

요건 따로 디자인시스템쪽으로 가는게 좋아보이네요!
다른데서도 같이 쓸꺼 같아서요

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 62 to 70
var hashTagView: some View {
HStack(alignment: .center, spacing: 6) {
ForEach(self.meme.keywords, id: \.self) { title in
hashTag(title: title)
}
}
.frame(maxWidth: .infinity, alignment: .center)
.cornerRadius(40)
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

여기도 다른 곳에서 쓸 수 있을꺼 같습니다

.padding(.bottom, 5)

hashTagView

Copy link
Collaborator

Choose a reason for hiding this comment

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

의미없는 줄바꿈이 있습니다.

Copy link
Member

@GREENOVER GREENOVER 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
Collaborator

@hryeong66 hryeong66 left a comment

Choose a reason for hiding this comment

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

고생하셨습니답~!!


import Kingfisher

struct MemeImageView: View {
Copy link
Collaborator

Choose a reason for hiding this comment

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

MemeImageView 비율 조정 정책 적용해서 디자인 시스템에서 공통 컴포넌트로 사용하면 좋을 것 같아요!
image

@chansooo chansooo requested a review from GREENOVER June 29, 2024 05:47
Copy link
Member

@GREENOVER GREENOVER left a comment

Choose a reason for hiding this comment

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

ㄹㄱㅌㅁ

@chansooo chansooo merged commit 842cbba into develop Jun 29, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants