-
Notifications
You must be signed in to change notification settings - Fork 10k
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
Sections support #46727
Sections support #46727
Conversation
src/Components/test/testassets/BasicTestApp/BasicTestApp.csproj
Outdated
Show resolved
Hide resolved
src/Components/test/testassets/BasicTestApp/SectionsTest/ParentComponent.razor
Outdated
Show resolved
Hide resolved
src/Components/test/testassets/BasicTestApp/SectionsTest/ParentComponentWithTwoChildren.razor
Outdated
Show resolved
Hide 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.
This is looking great! I just added a few more comments with some minor thoughts.
Before approving, I would still like to see what others think about this suggestion.
src/Components/test/testassets/BasicTestApp/SectionsTest/ParentComponentWithTwoChildren.razor
Outdated
Show resolved
Hide resolved
src/Components/test/testassets/BasicTestApp/SectionsTest/ParentComponentWithTwoChildren.razor
Outdated
Show resolved
Hide resolved
src/Components/test/testassets/BasicTestApp/SectionsTest/ParentComponentWithTwoChildren.razor
Show resolved
Hide resolved
Co-authored-by: Mackinnon Buck <mackinnon.buck@gmail.com>
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.
This is looking great 🎉 Thank you for your perseverance on this!
I have a few remaining nits but nothing that should block the approval of this PR. I think this is ready to go after all tests pass (and the API gets approved).
src/Components/test/testassets/BasicTestApp/SectionsTest/ParentComponentWithTwoChildren.razor
Outdated
Show resolved
Hide resolved
Co-authored-by: Mackinnon Buck <mackinnon.buck@gmail.com>
Co-authored-by: Mackinnon Buck <mackinnon.buck@gmail.com>
Co-authored-by: Mackinnon Buck <mackinnon.buck@gmail.com>
Co-authored-by: Mackinnon Buck <mackinnon.buck@gmail.com>
Co-authored-by: Mackinnon Buck <mackinnon.buck@gmail.com>
…tcore into sectionsSupport
Sections support
API Proposal: #46937
Description
SectionContent
andSectionOutlet
publicSectionContent.IsDefaultContent
Name
and used objectSectionId
as a section identifierFixes #28182