-
Notifications
You must be signed in to change notification settings - Fork 2
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
List: Sortable list interactions update #1541
Merged
philschanely
merged 15 commits into
develop
from
SAGE-535/pjs-sortable-list-interactions-update
Aug 23, 2022
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
7bd6207
style(list): update sortable interaction styles
philschanely 7e3d76f
feat(list): update list interaction (rails)
philschanely b15e6b3
feat(list): update list interaction (react)
philschanely 415e4f5
style(lists): ensure older lists styles don't conflict with new list
philschanely e9c76d7
feat(list): wip adding advanced drag features
philschanely 86c23e8
chore(list): convert button handle back to just icon
philschanely 6b6f0ff
feat(list): add fallback and improved documentation
philschanely 27237c5
feat(lsit): cleanup
philschanely 9cc8253
feat(list): remove `hide_first_border` property that is no longer needed
philschanely c98ad63
chore(list): clean up linting and documentation exception
philschanely 608e608
chore(list): clean up from feedback
philschanely f2f43db
feat(list): adjust handle affordance for clarity
philschanely d677c8a
chore: lint
philschanely 14c6be0
chore(list): clean up from feedback
philschanely 62c7bf1
chore: adjust from feedback
philschanely File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.
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.
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.
For the sortable examples, thoughts on adding
tag: "ol"
to drive home the ordinal values?I suppose we could also be more heavy-handed and change the default to an
ol
when settingsortable: true
in the component, but that's beyond the scope of this work.