-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Update size analysis to be shown in beta #15859
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
base: master
Are you sure you want to change the base?
Changes from all commits
e249081
c14e560
f3b79ad
4231bcf
3b97329
c571b24
ebb1f9f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -279,6 +279,8 @@ export function DynamicNav({ | |
| collapsible={collapsible} | ||
| isActive={!isPlatformSidebar && unversionedPath === root} | ||
| topLevel | ||
| beta={parentNode.node?.context.beta} | ||
| isNew={parentNode.node?.context.new} | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: Beta badge uses wrong node, will never displayThe |
||
| data-sidebar-link | ||
| /> | ||
| ); | ||
|
|
||
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.
Bug: Unrelated trailing whitespace change in Spring Boot file
This file has a trailing space added that is unrelated to the PR's purpose of updating size analysis to beta. The
advanced-usage.mdxfile for Spring Boot documentation was likely open in an editor and inadvertently modified while working on the size analysis changes.