-
Notifications
You must be signed in to change notification settings - Fork 76
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(FR-534): introduce NEO style Tabs and RadioGroup #3139
base: main
Are you sure you want to change the base?
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 4.62% (-0.01% 🔻) |
401/8689 |
🔴 | Branches | 4% (-0% 🔻) |
239/5980 |
🔴 | Functions | 2.79% (-0% 🔻) |
78/2796 |
🔴 | Lines | 4.54% (-0.01% 🔻) |
386/8500 |
Show new covered files 🐣
St.❔ |
File | Statements | Branches | Functions | Lines |
---|---|---|---|---|---|
🔴 | ... / BAIRadioGroup.tsx |
0% | 100% | 0% | 0% |
🔴 | ... / BAITabs.tsx |
0% | 100% | 0% | 0% |
🔴 | ... / EndpointList.tsx |
0% | 0% | 0% | 0% |
Test suite run success
124 tests passing in 14 suites.
Report generated by 🧪jest coverage report action from 03a9536
2d39a5c
to
0a66706
Compare
0a66706
to
17fade8
Compare
17fade8
to
2f135b1
Compare
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.
Please resolve the conflicts.
2f135b1
to
4fabfd4
Compare
@agatha197 resolved! 😀 |
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.
@@ -163,6 +164,8 @@ const BAITable = <RecordType extends object = any>({ | |||
!isDarkMode && neoStyle | |||
? { | |||
headerBg: '#E3E3E3', | |||
headerSplitColor: token.colorTextQuaternary, | |||
// headerSplitColor: token.colorTextQuaternary |
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.
// headerSplitColor: token.colorTextQuaternary |
4fabfd4
to
13be49a
Compare
13be49a
to
03a9536
Compare
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.
resolves #3182 (FR-534)
resolves #3182 (FR-534)
Introduces new UI components and enhances existing ones to improve visual consistency and user experience: