feat(card-browser): new UI to select sort order#20240
Open
david-allison wants to merge 7 commits intoankidroid:mainfrom
Open
feat(card-browser): new UI to select sort order#20240david-allison wants to merge 7 commits intoankidroid:mainfrom
david-allison wants to merge 7 commits intoankidroid:mainfrom
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.
Ensures that searches aren't performed twice Assisted-by: Claude Opus 4.7
29bf8a5 to
c3aae88
Compare
This comment was marked as resolved.
This comment was marked as resolved.
d445929 to
36e5ab0
Compare
36e5ab0 to
1742e9a
Compare
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
1742e9a to
aa9bb45
Compare
aa9bb45 to
74e97fd
Compare
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
74e97fd to
3971ece
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