feat: Add docs and sample pages for 6 sub-100% components#482
Merged
csharpfritz merged 2 commits intoFritzAndFriends:devfrom Mar 19, 2026
Merged
Conversation
Add missing documentation and sample pages to bring 6 components to 100% health score (44 -> 50 components at full health). Documentation added: - View.md - MultiView child container component - Content.md - Master page content region component - ContentPlaceHolder.md - Master page placeholder component - MasterPage.md - Master page layout component Sample pages added: - RadioButton - standalone radio button with grouping, alignment, events - NamingContainer - ID scoping with nesting, ctl00 prefix, visibility Catalog entries added for View, Content, ContentPlaceHolder, RadioButton, and NamingContainer in ComponentCatalog.cs. Updated mkdocs.yml navigation. All 2,448 tests pass. MkDocs strict build passes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The PR added Components/Pages/ControlSamples/RadioButton/Index.razor but Pages/ControlSamples/RadioButton/Index.razor already existed with the same @page route. The ambiguous route crashed the Blazor circuit, cascading failures to 32 integration tests. All 243 integration tests now pass. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
76c38f2 to
210cd4f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add missing documentation and sample pages for 6 components, bringing them to 100%% health score.
Health improvement: 44 -> 50 components at 100%% (85%% of all tracked components).
Changes
Documentation (4 new files)
View.md- MultiView child container componentContent.md- Master page content region componentContentPlaceHolder.md- Master page placeholder componentMasterPage.md- Master page layout componentSample Pages (2 new pages)
Catalog Entries (5 additions to ComponentCatalog.cs)
Navigation (mkdocs.yml)
Verification