Merged
Conversation
Adds a dedicated GitHub Actions workflow to provide environment context for GitHub Copilot. It installs the required .NET SDK versions (8.x, 9.x, and 10.x) and restores dependencies to ensure Copilot has a valid build state for the toolkit.
* Initial plan * Add StatusBar style, brushes, and demo page - Create MaterialDesignTheme.StatusBar.xaml with StatusBar, StatusBarItem, and Separator styles - Add StatusBar brushes to ThemeColors.json and auto-generated theme files - Register in MaterialDesign2.Defaults.xaml and MaterialDesign3.Defaults.xaml - Add StatusBar demo page to MainDemo.Wpf Co-authored-by: Keboo <952248+Keboo@users.noreply.github.com> * Remove hard-coded FontSize from StatusBar style to inherit from theme Co-authored-by: Keboo <952248+Keboo@users.noreply.github.com> * Consolidate Separator styles and remove redundant StatusBar separator brush Centralizes the MaterialDesignSeparator style into a new resource dictionary and replaces the specific StatusBar.Separator brush with the general separator background brush. This refactor simplifies the theme definitions and ensures consistent separator styling across the StatusBar, Menu, and PopupBox components. The change also updates the StatusBar demo with colored icons and explicit heights to better showcase the UI. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Keboo <952248+Keboo@users.noreply.github.com> Co-authored-by: Kevin Bost <kitokeboo@gmail.com>
The checkout step now uses a Personal Access Token (SA_PAT) to ensure the workflow has the necessary permissions to commit and push changes back to the repository, specifically for updating get_versions.yml.
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.
Update