WinUI ContentDialog: respect dynamic theme changes#28126
WinUI ContentDialog: respect dynamic theme changes#28126jfversluis merged 2 commits intodotnet:inflight/currentfrom
Conversation
|
There is no issue that this PR marks as fixed. In such cases, people often upload "before" and "after" videos like here. IMHO it would be a great addition to your PR, if you have time to do it. |
@MartyIX I have added a video as you suggested. Sorry, did not have much time in hand to create a descriptive pull request. |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
jsuarezruiz
left a comment
There was a problem hiding this comment.
Looks good, I would add an UI test using the attached example https://github.com/user-attachments/files/19045619/App.zip. We have extension methods to change the system theme (Light, Dark) in tests and we can also compare a snapshot with a reference to validate that the color is correct. Could you add it? Let me know if can help with something.
src/Controls/src/Core/Platform/AlertManager/AlertManager.Windows.cs
Outdated
Show resolved
Hide resolved
|
/rebase |
|
/azp run MAUI-public |
|
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
|
Azure Pipelines successfully started running 1 pipeline(s). |
Description of Change
Issues Fixed
Fixes #
Screen.Recording.2025-03-03.013957.mp4
Sample app used to create the video:
App.zip