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.
This PR pulls in the latest changes from the Tooling submodule.
Summary
Overall, these changes focus on improving the UI experience, updating styles, and ensuring better visibility and handling of experimental (Labs) components within the application. The updates also include minor package version changes and code clean-ups.
CommunityToolkit.App.Shared Project File Changes:
CommunityToolkit.App.Shared.projitems
.IconHelper.cs
for theLayouts
category from\uF58C
to\uE138
.NavigationViewHelper.cs
, including formatting improvements and the addition of a check to display anInfoBadge
for experimental (Labs) components.ToolkitDocumentationRenderer.xaml
andButtons.xaml
.XAML Changes:
ToolkitDocumentationRenderer.xaml
, introduction ofBoolToVisibilityConverter
and modifications to the InfoBar styling and content to highlight experimental components.Buttons.xaml
.ItemTemplates.xaml
to include aContentControl
for displaying a label on experimental items.C# Code Behind Updates:
ToolkitDocumentationRenderer.xaml.cs
, addition of a private methodBoolFalseIfNull
to handle null boolean values.CSS and Font Changes:
Fonts.css
by removing a large section related to font-face declarations and a workaround for an issue.Package References and Project Configuration:
Uno.Fonts.Fluent
package inUno.props
.App.Head.Wasm.props
.Microsoft.NETCore.UniversalWindowsPlatform
package version inHead.Uwp.props
.Binary File Changes:
icon.png
underProjectTemplate/samples/Assets
, indicating a possible update or replacement of this asset.