-
Notifications
You must be signed in to change notification settings - Fork 638
feat(SelectPanel): add support for announcements to SelectPanel.Loading #4407
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
Conversation
🦋 Changeset detectedLatest commit: 6f0558a The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
size-limit report 📦
|
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.
Love it!
Left a tiny suggestion for changelog
const SelectPanelLoading = ({children = 'Fetching items...'}: React.PropsWithChildren) => { | ||
return ( | ||
<Box | ||
<Status |
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.
Low how simply this looks!
Co-authored-by: Siddharth Kshetrapal <[email protected]>
…-to-select-panel-loading
…ng (#4407) * feat(SelectPanel): add support for announcements to SelectPanel.Loading * chore: add changeset * chore: run format * Update .changeset/rare-moose-destroy.md Co-authored-by: Siddharth Kshetrapal <[email protected]> --------- Co-authored-by: Josh Black <[email protected]> Co-authored-by: Siddharth Kshetrapal <[email protected]>
Context: https://github.com/github/primer/issues/3104
Add support for live region announcements to
SelectPanel.Loading
Changelog
New
SelectPanel.Loading
Changed
SelectPanel.Loading
to have optional childrenStatus
helperRemoved
Rollout strategy
Testing & Reviewing
SelectPanel.Loading
announce the given (or default) loading message