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] Course Card 컴포넌트 구현 #35

Merged
merged 4 commits into from
Jul 8, 2024

Conversation

2hyunjinn
Copy link
Contributor

Related issue 🛠

Work Description ✏️

  • Course Card 컴포넌트 구현

Screenshot 📸

Uncompleted Tasks 😅

  • N/A

To Reviewers 📢

부족하지만 예쁘게 봐주세용 ><

@2hyunjinn 2hyunjinn added this to the [APPJAM] 컴포넌트 구현 milestone Jul 8, 2024
@2hyunjinn 2hyunjinn self-assigned this Jul 8, 2024
@2hyunjinn 2hyunjinn requested a review from a team as a code owner July 8, 2024 04:00
Copy link
Contributor

@jihyunniiii jihyunniiii left a comment

Choose a reason for hiding this comment

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

조은데요? 엔티티만 반영해 주세요 ~

}
Column(
modifier = Modifier
.height(imgSize)
Copy link
Contributor

Choose a reason for hiding this comment

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

이미지 사이즈 넣지 않고 얘도 동적 대응 하는 법 없낫 !!!

Copy link
Member

Choose a reason for hiding this comment

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

부모 컴포넌트 높이 따라가기?!

Copy link
Member

@t1nm1ksun t1nm1ksun left a comment

Choose a reason for hiding this comment

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

이제 컴포넌트 하나남았지! 화이팅!

}
Column(
modifier = Modifier
.height(imgSize)
Copy link
Member

Choose a reason for hiding this comment

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

부모 컴포넌트 높이 따라가기?!

@2hyunjinn 2hyunjinn merged commit 2710f71 into develop Jul 8, 2024
1 check passed
@2hyunjinn 2hyunjinn deleted the feat-course-card-component branch July 8, 2024 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[feat] CourseCard 컴포넌트 구현
3 participants