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

[feature/#424] Implement Sponsor List and Design on SponsorsScreen #519

Merged
merged 12 commits into from
Aug 15, 2023

Conversation

l2hyunwoo
Copy link
Contributor

Issue

Overview (Required)

  • Add SponsorList Composable in section package
  • Add SponsorItem, SponsorHeader in component package
  • Separate sponsors by plan at SponsorsUiState

Screenshot

@github-actions
Copy link

Hi @l2hyunwoo! Codes seem to be unformatted. To resolve this issue, please run ./gradlew spotlessKotlinApply and fix the results of ./gradlew lintDebug.. Thank you for your contribution.

@github-actions
Copy link

github-actions bot commented Aug 15, 2023

Test Results

34 tests   34 ✔️  3m 2s ⏱️
  7 suites    0 💤
  7 files      0

Results for commit af22b0c.

♻️ This comment has been updated with latest results.

@github-actions github-actions bot temporarily deployed to deploygate-distribution August 15, 2023 04:56 Inactive
@takahirom
Copy link
Member

Maybe we should adjust the Fake's id or something? 👀

java.lang.IllegalArgumentException: Key "DroidKaigi" was already used. If you are using LazyColumn/Row please make sure you provide a unique key for each item.

@l2hyunwoo
Copy link
Contributor Author

@takahirom It caused by duplicated id from fake sponsor list's item. I think build/test will be fixed.

)
}
},
scrollBehavior = scrollBehavior,
Copy link
Member

Choose a reason for hiding this comment

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

👍

@github-actions github-actions bot temporarily deployed to deploygate-distribution August 15, 2023 08:43 Inactive
Copy link
Member

@takahirom takahirom left a comment

Choose a reason for hiding this comment

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

Looks nice! Thanks for implementing this so fast!

@takahirom takahirom merged commit 46e78a2 into DroidKaigi:main Aug 15, 2023
5 checks passed
@l2hyunwoo l2hyunwoo deleted the feature/#424 branch August 15, 2023 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Sponsor List and Design on SponsorsScreen
2 participants