Uh oh!
There was an error while loading. Please reload this page.
refactor Dialog to use <dialog> internally - #3840
Conversation
🦋 Changeset detectedLatest commit: 51c8194 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 |
e90fb09 to
92a5e9cCompare92a5e9c to
1f2d335Compare1f2d335 to
4ec1f2bComparesize-limit report 📦
|
4ec1f2b to
b12480dCompareb12480d to
54820e7Compare54820e7 to
2e21933Compare2e21933 to
fbe8372Compareca66c14 to
85cbf4aCompareeec3b55 to
8c1a4f4Compare8c1a4f4 to
62db52aCompare62db52a to
8e8afffCompare46179aa to
a9e6040Compareb5151ba to
a5033c6CompareHi! This pull request has been marked as stale because it has been open with no activity for 60 days. You can comment on the pull request or remove the stale label to keep it open. If you do nothing, this pull request will be closed in 7 days. |
1 similar comment
Hi! This pull request has been marked as stale because it has been open with no activity for 60 days. You can comment on the pull request or remove the stale label to keep it open. If you do nothing, this pull request will be closed in 7 days. |
Refs https://github.com/github/primer/issues/2531
This changes
Dialogto use the<dialog>element internally, which allows us to delete a fair amount of code and should resolve some bugs and complexity we have with the current dialog.Changelog
New
Changed
Dialognow uses native<dialog>under the hood.Removed
Rollout strategy
Testing & Reviewing
Merge checklist
Take a look at the What we look for in reviews section of the contributing guidelines for more information on how we review PRs.