-
-
Notifications
You must be signed in to change notification settings - Fork 102
Docs update - Accordion, Alerts, Badge, Breadcrumb, Buttons, Callout, Card #1218
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
Conversation
Added [AddedVersion], [DefaultValue], [Description], and [ParameterTypeName] attributes to Accordion, AccordionItem, and AccordionEventArgs for improved API documentation and tooling. Updated method and parameter docs, improved nullability, and clarified XML comments. Updated documentation pages to reflect new property sections and correct DocType usage.
- Renamed Alert documentation sections for clarity and updated anchor links. - Added "AlertColor Enum" section with a table of enum values. - Updated DocxTable to render enum documentation tables. - Introduced DocxEnumRow component for displaying enum details. - Documented AlertColor enum members with descriptions and version info.
- Add XML docs and metadata attributes to Badge parameters and related enums (`BadgeColor`, `BadgeIndicatorType`, `BadgePlacement`, `Position`) - Update Badge documentation page: rename "Parameters" section, add enum reference tables - Change `ChildContent` and `VisuallyHiddenText` to nullable types - Improve API discoverability and reference quality
- Added BreadcrumbService documentation page and menu entry - Expanded Breadcrumb and BreadcrumbItem with XML docs and metadata attributes ([AddedVersion], [DefaultValue], [Description], [ParameterTypeName]) - Made Breadcrumb.Items nullable and updated its documentation - Introduced MethodNameAttribute for method signature annotation - Updated BreadcrumbService with metadata and [MethodName] usage - Enhanced MethodInfoExtensions and DocxMethodRow to support method name display from attribute - Updated DemoRouteConstants with Docs_URL_BreadcrumbService route - Improved documentation tables for Breadcrumb, BreadcrumbItem, and BreadcrumbService
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-plant-04da70210-1218.centralus.3.azurestaticapps.net |
- Improved Button component documentation: renamed and expanded sections, added enum documentation tables. - Added [AddedVersion], [DefaultValue], and [Description] attributes to all Button parameters, methods, and enums for better API documentation. - Updated XML comments for clarity and consistency; clarified default values. - Made ChildContent, LoadingTemplate, and TooltipTitle nullable. - Replaced buttons.jpg with updated buttons.png for documentation visuals.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-plant-04da70210-1218.centralus.3.azurestaticapps.net |
- Renamed "Parameters" section and added "CalloutColor Enum" section in Callout documentation. - Added [AddedVersion], [DefaultValue], [Description], and [ParameterTypeName] attributes to Callout parameters for improved API docs and tooling. - Improved XML comments for parameter default values. - Added XML docs and metadata attributes to CalloutColor enum and its values.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-plant-04da70210-1218.centralus.3.azurestaticapps.net |
Updated index.html to reference Blazor and Blazor Bootstrap JavaScript files without fingerprint placeholders. This change may impact caching and versioning, as the scripts are now loaded using their standard filenames.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-plant-04da70210-1218.centralus.3.azurestaticapps.net |
Switched to a fingerprinted Blazor WebAssembly script for better cache management. Removed manual Blazor.start() call, as startup is now handled automatically by the new script reference.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-plant-04da70210-1218.centralus.3.azurestaticapps.net |
Improved documentation for Card components and enums. Added `[AddedVersion]`, `[DefaultValue]`, and `[Description]` attributes to parameters and enum values for better API reference and tooling support. Updated XML comments for clarity and switched `ChildContent` to nullable. No functional changes.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-plant-04da70210-1218.centralus.3.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-plant-04da70210-1218.centralus.3.azurestaticapps.net |
No description provided.