-
Notifications
You must be signed in to change notification settings - Fork 662
data-component adr part 2 #7776
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
Open
llastflowers
wants to merge
50
commits into
main
Choose a base branch
from
llastflowers/6497/data-component-ADR-part-2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 47 commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
18e62c1
update Blankslate.tsx
llastflowers c998ef9
update BranchName.tsx
llastflowers f6611b6
update Breadcrumbs.tsx
llastflowers 30b17ac
update Checkbox.tsx
llastflowers 0c5dc5b
update CheckboxGroup.tsx
llastflowers 4eddeac
update CircleBadge.tsx
llastflowers 0db8004
update ConfirmationDialog.tsx
llastflowers cfb81aa
update CounterLabel.tsx
llastflowers 5d63009
update ButtonGroup.tsx
llastflowers 762f456
add Blankslate tests
llastflowers bc95f08
add BranchName tests
llastflowers 508ed46
add Breadcrumbs tests
llastflowers f594278
add ButtonGroup tests
llastflowers 9f3e897
add Checkbox tests
llastflowers d418536
add CheckboxGroup tests
llastflowers f5dfefc
add CircleBadge tests
llastflowers 7c440df
add ConfirmationDialog tests
llastflowers 23a7f29
add CounterLabel tests
llastflowers 2a34eac
revert accidental changes
llastflowers 8156abf
revert accidental changes
llastflowers 7694318
change order of items in CounterLabel.tsx to prevent unwanted overrides
llastflowers 6d420f5
Merge branch 'main' into llastflowers/6497/data-component-ADR-part-2
llastflowers 8b36590
Change @primer/react version to minor
llastflowers 42a7725
Merge branch 'main' into llastflowers/6497/data-component-ADR-part-2
llastflowers c72ebd8
Merge branch 'main' into llastflowers/6497/data-component-ADR-part-2
llastflowers 3ba7776
Merge branch 'main' into llastflowers/6497/data-component-ADR-part-2
llastflowers e29407b
Merge branch 'main' into llastflowers/6497/data-component-ADR-part-2
llastflowers c646218
Updte changeset description
llastflowers 3491fb9
address copilot comment
llastflowers 6de266b
Commit copilot suggestion
llastflowers 85b05ae
Accept copilot suggestion
llastflowers a7f4059
Accept copilot suggestion
llastflowers 58506a1
Accept copilot suggestion
llastflowers ce55fba
lint fix
llastflowers 9fe4a41
change so that CounterLabel can be overridden by ButtonCounter if nee…
llastflowers 5f4d229
let FilteredActionList.SelectAllCheckbox override Checkbox if set (an…
llastflowers 30dd1e9
Merge branch 'main' into llastflowers/6497/data-component-ADR-part-2
llastflowers 8f866f3
fix for integration test failure
llastflowers 3a258ca
change Dialog prop forwarding to be more specific, and also just add …
llastflowers eac5fc8
Add Dialog tests
llastflowers 413a6fb
update changeset to include Dialog
llastflowers 3b8e25d
Merge branch 'main' into llastflowers/6497/data-component-ADR-part-2
llastflowers 593ce39
add new stable selector for Dialog footer butons
llastflowers 3f0cfb5
add new tests for Dialog footer buttons
llastflowers fc5c308
remove some instances of data-component in Dialog, not needed
llastflowers 4c5a90d
add tests for Dialog subcomponents
llastflowers b68573d
Merge branch 'main' into llastflowers/6497/data-component-ADR-part-2
llastflowers 02c4a6f
update Breadcrumbs to add data-component to Breadcrumbs.MenuItem, add…
llastflowers 627cada
add capability to pass data-component for CheckboxGroup sub-component…
llastflowers 2b1aa01
Merge branch 'main' into llastflowers/6497/data-component-ADR-part-2
llastflowers 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
Some comments aren't visible on the classic Files Changed page.
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": minor | ||
| --- | ||
|
|
||
| Add `data-component` attributes for Blankslate, BranchName, Breadcrumbs, ButtonGroup, Checkbox, CheckboxGroup, CircleBadge, ConfirmationDialog, CounterLabel, and Dialog to provide stable selectors. |
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
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
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
Oops, something went wrong.
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.