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

[YDS-#248] Improve : SingleTopBar, DoubleTopBar 네비게이션 아이콘 넣을 수 있게 #249

Merged
merged 5 commits into from
Feb 5, 2024

Conversation

Gael-Android
Copy link
Contributor

Summary

기존 SingleTitleTopBar, DoubleTitleTopBar에 네비게이션 아이콘을 넣을 수 없었어서 수정함

Describe your changes

image
image

Issue

#248

To reviewers

@Gael-Android Gael-Android self-assigned this Feb 1, 2024
@Gael-Android Gael-Android added enhancement New feature or request yds-compose YDS Compose 버전 labels Feb 1, 2024
@Gael-Android Gael-Android reopened this Feb 3, 2024
@Gael-Android
Copy link
Contributor Author

@Gael-Android Gael-Android requested a review from cometj03 February 3, 2024 08:32
Copy link
Member

@cometj03 cometj03 left a comment

Choose a reason for hiding this comment

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

trailing comma만 추가해주세요~!

@Gael-Android Gael-Android requested a review from cometj03 February 3, 2024 11:38
navigationIcon = {
TopBarButton(
icon = R.drawable.ic_arrow_left_line,
isDisabled = false,
Copy link
Member

Choose a reason for hiding this comment

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

isDisabled = false는 이제 없어도 되지 않나요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

없어도 됩니다.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

예전 disabled가 true가 기본값이었을때가 있는데 그 유산이네요...

Copy link
Contributor Author

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.

넵 이제봤네요 없애는게 좋을 것 같아요

@Gael-Android Gael-Android requested a review from cometj03 February 4, 2024 15:50
Copy link
Member

@cometj03 cometj03 left a comment

Choose a reason for hiding this comment

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

버전 업만 해주세요~

@Gael-Android
Copy link
Contributor Author

@Gael-Android Gael-Android merged commit bedb41c into develop Feb 5, 2024
1 check passed
@Gael-Android Gael-Android deleted the improve/gael/singleTitleTopBar branch February 5, 2024 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request yds-compose YDS Compose 버전
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants