-
Notifications
You must be signed in to change notification settings - Fork 0
Pagination #88
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
base: main
Are you sure you want to change the base?
Pagination #88
Conversation
zachseidner1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for fixing this up! The filtering implementation is greatly improved since your last attempt. The pagination code looks pretty reasonable as well. There's some clean up to do but I appreciate pushing this out even though you've been busy this week! Also, make sure to send the google-services.json file to the #score-android Slack channel.
app/src/main/java/com/cornellappdev/score/components/CustomRadioButton.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/cornellappdev/score/components/ExpandableSection.kt
Show resolved
Hide resolved
app/src/main/java/com/cornellappdev/score/components/CustomRadioButton.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/cornellappdev/score/components/CustomRadioButton.kt
Outdated
Show resolved
Hide resolved
| IconButton( | ||
| icon = painterResource(id = R.drawable.advanced_filter), | ||
| contentDescription = "Advanced filter", | ||
| onClick = onAdvancedFilterClick | ||
| ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.




Overview
Changes Made
Test Coverage
Next Steps (delete if not applicable)
Related PRs or Issues (delete if not applicable)
Screenshots (delete if not applicable)
Screen Shot Name