-
-
Notifications
You must be signed in to change notification settings - Fork 83
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: album grid size #661
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zyrouge
requested changes
Nov 14, 2024
app/src/main/java/io/github/zyrouge/symphony/ui/components/AlbumGrid.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/io/github/zyrouge/symphony/ui/components/AlbumGrid.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/io/github/zyrouge/symphony/ui/components/ResponsiveGrid.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/io/github/zyrouge/symphony/ui/components/MediaSortBar.kt
Outdated
Show resolved
Hide resolved
sevonj
force-pushed
the
feat-album-grid-size
branch
from
November 14, 2024 17:34
6027a97
to
808ac17
Compare
What's your idea for opening the bottom sheet? Do I add a button to one of the top bars? |
The button placement is kinda awkward but should be fine. |
I'll use the original button minus the dropdown triangle then. |
The button design could use use some more effort, but this should be fully functional now. |
zyrouge
approved these changes
Nov 14, 2024
LGTM! |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #498
Changes
Todo
Either:
Clamp widthComments
Minimum width is 100 dp, and the number of slider steps corresponds to how many of those 100-dp wide elements fit in a row. Right now, only the album view has this change, but it should be easy enough to reuse this for tabs, too. The dropdown could also hold more view options in the future, such as list / grid toggle.
So before I finish this, I'd like some feedback: Is this design good / approved?
Screenshots