-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
v9 Website: Organize left navigation, add theme entries #23742
v9 Website: Organize left navigation, add theme entries #23742
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 495b58a:
|
📊 Bundle size reportUnchanged fixtures
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 9d99c66f0a0fedc1757ea44accc09f9c07d5845a (build) |
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 1296 | 1306 | 5000 | |
Button | mount | 910 | 915 | 5000 | |
FluentProvider | mount | 1771 | 2298 | 5000 | |
FluentProviderWithTheme | mount | 609 | 606 | 10 | |
FluentProviderWithTheme | virtual-rerender | 584 | 588 | 10 | |
FluentProviderWithTheme | virtual-rerender-with-unmount | 627 | 622 | 10 | |
MakeStyles | mount | 1930 | 1928 | 50000 | |
SpinButton | mount | 2603 | 2681 | 5000 |
@@ -0,0 +1,7 @@ | |||
{ | |||
"type": "none", | |||
"comment": "Organize left navigation, add theme entries", |
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.
"comment": "Organize left navigation, add theme entries", | |
"comment": "docs: Organize left navigation, add theme entries.", |
@@ -0,0 +1,7 @@ | |||
{ | |||
"type": "none", | |||
"comment": "Organize left navigation, add theme entries", |
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.
"comment": "Organize left navigation, add theme entries", | |
"comment": "docs: Organize left navigation, add theme entries.", |
@@ -0,0 +1,7 @@ | |||
{ | |||
"type": "none", | |||
"comment": "Organize left navigation, add theme entries", |
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.
"comment": "Organize left navigation, add theme entries", | |
"comment": "docs: Organize left navigation, add theme entries.", |
@@ -11,7 +11,7 @@ export { Color } from './BadgeColor.stories'; | |||
export { Icon } from './BadgeIcon.stories'; | |||
|
|||
export default { | |||
title: 'Components/Badge', | |||
title: 'Components/Badge/Badge', |
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.
is it possible to have these component folders expanded by default?
Created component groups for related components that should live together (rather than relying on flaky relative links)
Created 3 different pages for theme content because it collapsed to one page with new index approach.
fixes #23264
Before:

After: