-
Notifications
You must be signed in to change notification settings - Fork 693
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove prototype infobar * Added blank InfoBar back. * Copied over most properties and test app contents. * Added back event args and handle ShowCloseButton. * Updated action button params to ActionButton, added IsIconVisible, hooked up IconSource, renamed ShowCloseButton -> IsUserDismissable * Added back the events. * Added custom content area. * Added InfoBarPanel to change between horizontal and vertical layout depending on if the content fits. * Added CloseButtonStyle. * Clean up markup, moved magic numbers into themeresources. * Added AutomationPeer and notifications. * Cleaned up resources, added high contrast colors and border. * UI updates to match figma. * Word wrapping and layout * Hopefully fixed layout issues. * Updates following API review. * Add more tests. * Cleanup! * Notification update. * Comment clarification. * Update to Background property * PR fixes * Fixing solution file * TextBlock -> FontIcon * Update brush names, critical -> error, added icon brushes for different severities. * Separate foreground colors for title and message. * Fix build warning * This was incorrect, I have no idea why this made it build on github. * Add tooltip to close button * Attempt to fix solution * Fix for RS2
- Loading branch information
Showing
42 changed files
with
2,531 additions
and
915 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
// DO NOT EDIT! This file was generated by CustomTasks.DependencyPropertyCodeGen | ||
#include "pch.h" | ||
#include "common.h" | ||
#include "CloseButtonClickEventArgs.h" | ||
|
||
namespace winrt::Microsoft::UI::Xaml::Controls | ||
{ | ||
CppWinRTActivatableClassWithBasicFactory(CloseButtonClickEventArgs) | ||
} | ||
|
||
#include "CloseButtonClickEventArgs.g.cpp" | ||
|
||
|
Oops, something went wrong.