-
Notifications
You must be signed in to change notification settings - Fork 648
Refactor FilteredActionList to address a11y violations and use new ActionList. #3247
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
Merged
Merged
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
127b7a6
Update FilteredActionList to use non-deprecated ActionList.
radglob 353465d
Merge branch 'main' of github.com:primer/react into refactor-filtered…
radglob 0ee48c6
Use non-deprecated ActionList in FilteredActionList.
radglob 5558264
Fix a11y issues in FilteredActionList story.
radglob 4525416
Add prop to hide selection component if needed.
radglob f67e7db
Remove unused hook import.
radglob c7e1ffd
Get SavedReplies to look as it did with deprecated ActionList.
radglob b4238fb
Fix failing test.
radglob 40a08b5
Create weak-jokes-chew.md
radglob 0ec32c1
Merge branch 'main' into refactor-filtered-action-list
radglob 6f4fc14
Update generated/components.json
radglob adefbbe
Fix themePreval snapshot.
radglob 30839b0
Linting fixes.
radglob 6fb05d0
Fix type-check errors.
radglob 470e250
Update themePreval snapshot again.
radglob 3da704f
Fix themePreval snapshot to match origin. Unsure why it's not generat…
radglob 069e747
Hide selections in MarkdownEditor saved replies.
radglob b152869
Merge branch 'main' into refactor-filtered-action-list
radglob 82ba413
Merge branch 'main' into refactor-filtered-action-list
radglob 1232337
Merge branch 'main' into refactor-filtered-action-list
radglob bd3ce03
Merge branch 'main' into refactor-filtered-action-list
radglob 4f7f4d0
Merge branch 'main' into refactor-filtered-action-list
radglob dd6f3f6
Merge branch 'main' into refactor-filtered-action-list
radglob 542240b
Merge branch 'main' into refactor-filtered-action-list
radglob 19b3674
Remove hideSelection prop and add defaultRenderFn to FilteredActionLi…
radglob dc8b1bb
Fix selection rendering (needed explicit selected boolean) and fix Se…
radglob 61694c6
Pass selectionVariant illegally to SelectPanel in src/MarkdownEditor/…
radglob ca4bfc3
Merge branch 'main' into refactor-filtered-action-list
radglob 99281c2
Remove remaining references of hideSelection prop.
radglob 83bdd99
Update changeset to reflect that changes impact SelectPanel.
radglob 2021aab
Remove renderFn prop from SelectPanel and use default for FilteredAct…
radglob dca5ee7
Fix truncation in SavedReplies descriptions.
radglob 936b08c
Update generated/components.json
radglob 626efc4
Fix linting error.
radglob 47968e0
Don't make renderFn a prop (if we need to make this configurable, we …
radglob c6f65b9
Merge branch 'main' into refactor-filtered-action-list
radglob 13e256b
Use showDividers prop in SelectPanel story.
radglob de41c26
Merge branch 'main' into refactor-filtered-action-list
radglob 15bf1a4
Merge branch 'main' into refactor-filtered-action-list
radglob a1897a6
Merge branch 'main' into refactor-filtered-action-list
radglob 616d3a3
Merge branch 'main' into refactor-filtered-action-list
radglob 90e395e
Merge branch 'main' into refactor-filtered-action-list
radglob e3edf33
Formatting.
radglob 431bce9
Merge branch 'main' into refactor-filtered-action-list
radglob bd076ec
Merge branch 'main' into refactor-filtered-action-list
radglob 1e2b1a9
Merge branch 'main' into refactor-filtered-action-list
radglob c361650
Add temporary support for showItemDividers prop to SelectPanel to kee…
radglob 059b825
Merge branch 'main' into refactor-filtered-action-list
radglob a66b7cd
Merge branch 'main' into refactor-filtered-action-list
radglob 09ce036
Merge branch 'main' of github.com:primer/react into refactor-filtered…
radglob 80ccbef
Merge branch 'main' into refactor-filtered-action-list
radglob 794faf4
Support passing deprecated showItemDividers prop in ActionList.
radglob 4740613
Merge branch 'main' into refactor-filtered-action-list
radglob 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 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@primer/react": patch | ||
| --- | ||
|
|
||
| FilteredActionList now uses new ActionList as a base, and SelectPanel reflects those changes. |
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| export {FilteredActionList} from './FilteredActionList' | ||
| export type {FilteredActionListProps} from './FilteredActionList' | ||
| export type {FilteredActionListProps, ItemInput} from './FilteredActionList' |
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
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.
Uh oh!
There was an error while loading. Please reload this page.