-
Notifications
You must be signed in to change notification settings - Fork 189
feat: TreeView #3477
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
feat: TreeView #3477
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3477 +/- ##
========================================
Coverage 96.61% 96.62%
========================================
Files 813 817 +4
Lines 23700 23793 +93
Branches 7887 8341 +454
========================================
+ Hits 22898 22989 +91
+ Misses 795 750 -45
- Partials 7 54 +47 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@@ -14,11 +14,15 @@ export function ExpandToggleButton({ | |||
onExpandableItemToggle, | |||
expandButtonLabel, | |||
collapseButtonLabel, | |||
customIcon, | |||
hasLargeFocusOffset, |
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.
I am not sure if it was a deliberate decision. I think if a larger outline offset does look ok in the table, too - we don't need to create an extra prop. It also makes sense that both toggle components look similar.
Description
This PR adds the tree-view component.
Related links, issue #, if available: n/a
How has this been tested?
Review checklist
The following items are to be evaluated by the author(s) and the reviewer(s).
Correctness
CONTRIBUTING.md
.CONTRIBUTING.md
.Security
checkSafeUrl
function.Testing
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.