-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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 - initial implementation #29760
Merged
george-cz
merged 151 commits into
microsoft:master
from
george-cz:jirivyhnalek/selectable_list
Mar 28, 2024
Merged
List - initial implementation #29760
george-cz
merged 151 commits into
microsoft:master
from
george-cz:jirivyhnalek/selectable_list
Mar 28, 2024
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
This reverts commit 9652c2b.
george-cz
requested review from
a team,
JustSlone,
jurokapsiar and
tudorpopams
as code owners
November 6, 2023 14:20
george-cz
commented
Nov 6, 2023
george-cz
force-pushed
the
jirivyhnalek/selectable_list
branch
from
March 27, 2024 13:14
8f19c53
to
56d9936
Compare
...ct-components/react-list-preview/stories/List/VirtualizedListWithActionableItems.stories.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-list-preview/stories/List/VirtualizedList.stories.tsx
Outdated
Show resolved
Hide resolved
...components/react-list-preview/stories/List/SingleActionSelectionDifferentPrimary.stories.tsx
Outdated
Show resolved
Hide resolved
...react-components/react-list-preview/stories/List/SingleActionSelectionControlled.stories.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-list-preview/stories/List/SingleActionSelection.stories.tsx
Outdated
Show resolved
Hide resolved
...ages/react-components/react-list-preview/stories/List/MultipleActionsWithPrimary.stories.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-list-preview/stories/List/MultipleActionsSelection.stories.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-list-preview/stories/List/MultipleActionsSelection.stories.tsx
Outdated
Show resolved
Hide resolved
...ages/react-components/react-list-preview/stories/List/MultipleActionsWithPrimary.stories.tsx
Outdated
Show resolved
Hide resolved
...react-components/react-list-preview/stories/List/MultipleActionsDifferentPrimary.stories.tsx
Outdated
Show resolved
Hide resolved
...react-components/react-list-preview/stories/List/MultipleActionsDifferentPrimary.stories.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-list-preview/stories/List/ListActiveElement.stories.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-list-preview/stories/List/ListActiveElement.stories.tsx
Outdated
Show resolved
Hide resolved
layershifter
approved these changes
Mar 28, 2024
bsunderhus
approved these changes
Mar 28, 2024
packages/react-components/react-list-preview/src/components/List/useList.ts
Outdated
Show resolved
Hide resolved
packages/react-components/react-list-preview/src/components/ListItem/ListItem.test.tsx
Outdated
Show resolved
Hide resolved
packages/react-components/react-list-preview/src/components/ListItem/ListItem.types.ts
Show resolved
Hide resolved
packages/react-components/react-list-preview/src/components/ListItem/renderListItem.tsx
Outdated
Show resolved
Hide resolved
ling1726
approved these changes
Mar 28, 2024
george-cz
changed the title
List - initial implementation and preview
List - initial implementation
Mar 28, 2024
robertpenner
pushed a commit
to robertpenner/fluentui
that referenced
this pull request
Apr 11, 2024
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.
New Component
List / ListItem
The List is a component for rendering set of vertically stacked items (other layouts are being discussed). These items can be focusable, selectable, have one primary action and one or more secondary actions.
Accessibility is also supported out of the box with proper roles inferred.
Example
Related issues
#27382
Release
The preview release will be prepared in a separate PR in the near future.