CommunityToolkit / CommunityToolkit/Tooling-Windows-Submodule
[UX] Mica support for sample app
- Dominant language
- C#
- Stars
- 55
- Forks
- 19
- Avg merge
- 40m
- Merged PRs (30d)
- 1
Description
# Background
Design guidelines advise to use Mica as a background material for modern Windows apps, therefore it would be great for the Labs Gallery to have this as well.
# Problem
The UWP and WAS implementations are completely different.
UWP implementation:
https://docs.microsoft.com/en-us/windows/apps/design/style/mica#how-to-use-mica
WAS implementation:
See WinUI 3 Gallery as docs are still being updated (see https://github.com/MicrosoftDocs/winui-api/issues/121#issuecomment-1158076578)
# Solution
A #if WINAPPSDK check to select the right API for UWP / WAS:
As discussed here: https://github.com/CommunityToolkit/Labs-Windows/pull/162#issuecomment-1158170294
Contributor guide
Assessment
This issue has not been assessed yet.