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] TopBar 컴포넌트 구현 #33

Merged
merged 10 commits into from
Jul 8, 2024
Merged

Conversation

2hyunjinn
Copy link
Contributor

@2hyunjinn 2hyunjinn commented Jul 7, 2024

Related issue 🛠

Work Description ✏️

  • TopBar 컴포넌트 제작

Screenshot 📸

image
image
image

Uncompleted Tasks 😅

  • N/A

To Reviewers 📢

@2hyunjinn 2hyunjinn requested a review from a team as a code owner July 7, 2024 19:35
@2hyunjinn 2hyunjinn self-assigned this Jul 7, 2024
@2hyunjinn 2hyunjinn added this to the [APPJAM] 컴포넌트 구현 milestone Jul 7, 2024
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.

고생하셨습니다 ~

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.

네이밍 수정 후 머지해 주세요 !

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.

TopBar 구현 고생하셨습니다~

@Composable
fun DateRoadHomeTopBarPreview() {
Column {
DateRoadHomeTopBar("5000 P")
Copy link
Member

Choose a reason for hiding this comment

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

나중에 뷰에서 사용하실 때
스트링 추출되어있어서 가져다 쓰셔도 좋을것 같아요
Text(
text = stringResource(id = R.string.point_box_point, point),
)

@2hyunjinn 2hyunjinn merged commit fbfb149 into develop Jul 8, 2024
1 check passed
@2hyunjinn 2hyunjinn deleted the feat-top-bar-component branch July 8, 2024 09:32
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] TopBar 컴포넌트 구현
3 participants