feat(card-browser): new UI to select sort order#20240
Open
david-allison wants to merge 7 commits into
Open
Conversation
Contributor
|
Important Maintainers: This PR contains Strings changes
|
3b2c03d to
a8d817c
Compare
a8d817c to
225ff72
Compare
225ff72 to
2003547
Compare
2003547 to
0c89f27
Compare
This comment has been minimized.
This comment has been minimized.
4 tasks
0c89f27 to
29bf8a5
Compare
This comment has been minimized.
This comment has been minimized.
29bf8a5 to
c3aae88
Compare
This comment was marked as resolved.
This comment was marked as resolved.
36e5ab0 to
1742e9a
Compare
5 tasks
bd949c1 to
3119b54
Compare
3119b54 to
8b9c85b
Compare
criticalAY
requested changes
May 27, 2026
Contributor
criticalAY
left a comment
There was a problem hiding this comment.
Clean code enough though its a lot but its smooth
Contributor
|
I really like the UI, lovely |
8b9c85b to
a3ffc03
Compare
a3ffc03 to
41ff909
Compare
41ff909 to
de289ca
Compare
Ensures that searches aren't performed twice Assisted-by: Claude Opus 4.7
Prep for issue 17732
A control which allows a user to select 1 of 2 options. The options are obviously linked, with a visual identifier. In our case, the 2 sides of the pill are: `1↓ | 9↓`, representing ascending and descending order. Prep for issue 17732 Assisted-by: Claude Opus 4.7 - most of the design
Prep for issue 17732 Assisted-by: Claude Opus 4.7 - refactorings and partial rewrite
And remove old implementation Fixes 17732
Prep for issue 17732 Assisted-by: Claude Ops 4.7
de289ca to
ac5e54e
Compare
de289ca to
ac5e54e
Compare
This file contains hidden or 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
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.
Purpose / Description
We define and use
SortOrderBottomSheetFragment, a bottom sheet fragment which supports:The order of columns is:
This replaces the previous implementation
Fixes
Approach
Define a standard bottom sheet fragment:
SortOrderBottomSheetFragmentwithnewInstance()to initialize args from the collectionDefine a 'Pill' View, which handles the selection of ordering
Define an adapter, which does most of the heavy lifting
How Has This Been Tested?
Checklist