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

merge :: MyPage - RewardPointDetail UI #137

Merged
merged 25 commits into from
Nov 24, 2022

Conversation

sian7563
Copy link
Member

@sian7563 sian7563 commented Nov 23, 2022

개요

RewardPointDetail UI

작업사항

RewardPointDetail UI

UI

@sian7563 sian7563 added the ✨feat 새로운 기능을 추가 할 경우 label Nov 23, 2022
@sian7563 sian7563 requested a review from baekteun as a code owner November 23, 2022 05:27
@sian7563 sian7563 self-assigned this Nov 23, 2022
var body: some View {
NavigationView {
VStack(alignment: .leading) {
HStack(spacing: 0) {
Copy link
Member

Choose a reason for hiding this comment

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

spacing 안쓰면 저거 안쓰는거 어때

Comment on lines 5 to 7
public protocol RewardPointDetailDependency: Dependency {
var fetchPointListUseCase: any FetchPointListUseCase { get }
var rewardPointDetailComponent: RewardPointDetailComponent { get }
Copy link
Member

Choose a reason for hiding this comment

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

rewardPointDetailComponent가 rewardPointDetailComponent를 주입받네요..?

Comment on lines 22 to 24
DMSButton(text: point.display,
style: viewModel.pointsType == point ? .contained : .outlined,
color: viewModel.pointsType == point ? .PrimaryVariant.primary : .GrayScale.gray6) {
Copy link
Member

Choose a reason for hiding this comment

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

스타일 가이드 맞춰주세요 🎲

@sian7563 sian7563 merged commit f872f88 into develop Nov 24, 2022
@sian7563 sian7563 deleted the feat/119_MyPage-RewardPointDetail-UI branch November 24, 2022 11:11
@sian7563 sian7563 linked an issue Nov 24, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨feat 새로운 기능을 추가 할 경우
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MyPage - RewardPointDetail UI
3 participants