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/#52] "모임 상세 뷰" UI를 구현합니다. #55

Merged
merged 12 commits into from
Jan 18, 2025

Conversation

SYAAINN
Copy link
Collaborator

@SYAAINN SYAAINN commented Jan 18, 2025

Related issue 🛠

Work Description ✏️

  • "모임 상세 뷰" UI 구현

Screenshot 📸

issue.52group-detail.mp4

Uncompleted Tasks 😅

  • N/A

To Reviewers 📢

기본적인 UI 구현이 끝났습니다. 이제 도메인 레이어 보완과 함께 로직 구현에 들어갈게요~~~~

@SYAAINN SYAAINN added ✨ Feat 새로운 ui 또는 기능 구현 🌱 민재 labels Jan 18, 2025
@SYAAINN SYAAINN requested a review from a team January 18, 2025 18:38
@SYAAINN SYAAINN self-assigned this Jan 18, 2025
Copy link
Collaborator

@MinseoSONG MinseoSONG left a comment

Choose a reason for hiding this comment

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

정말 수고 많으셨습니다 !

Comment on lines 78 to 95
Box(
modifier = Modifier.roundedBackgroundWithBorder(
cornerRadius = 4.dp,
backgroundColor = GongBaekTheme.colors.gray01
)
) {
Text(
text = groupIntroduction,
modifier = Modifier.padding(16.dp),
color = GongBaekTheme.colors.gray08,
style = GongBaekTheme.typography.body2.r14
)
}
}

item {
Spacer(modifier = Modifier.height(30.dp))
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

[3]: 이 부분을 Box에서부터 아래 Spacer까지 묶어서 item으로 빼는게 좋지않을까요 ?? 코드 가독성 측면에서 더 좋을 것 같아요 !

Comment on lines 209 to 221
Text(
text = groupHost.mbti,
color = GongBaekTheme.colors.gray08,
style = GongBaekTheme.typography.caption2.m12
)
}
}
}
}
}

item {
Spacer(modifier = Modifier.height(10.dp))
Copy link
Collaborator

Choose a reason for hiding this comment

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

[3] : 요기동

Copy link
Collaborator

@wjdrjs00 wjdrjs00 left a comment

Choose a reason for hiding this comment

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

굿굿! 커스템 탭페이저 야무지네요! 고생하셨습니다!

@SYAAINN SYAAINN merged commit 389e756 into develop Jan 18, 2025
1 check passed
@wjdrjs00 wjdrjs00 deleted the feat-#52-group-detail-ui branch January 20, 2025 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feat 새로운 ui 또는 기능 구현 🌱 민재
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] "모임상세 뷰" UI를 구현합니다.
3 participants