[PTRun]Fluent UX and switch to WpfUI (#28538)
* New design
* Updating icons
* Adding keywords
* Only show plugins when search query is empty
* Update App.xaml
* Update App.xaml
* Filter plugins
* Fix image name
* refresh plugins overview
* fix context menu icons in win10
* Remove unused animations
* Resolving crashing
* Fix focus visual and a11y
* Remove unused styles
* Revert "Remove unused styles"
This reverts commit 65f29ae6ed.
* Fix value generator light vs dark icon
* Fix tab characters
* Fix CI
* Update SettingsReader.cs
* Adding common OS check helper
* Update MainWindow.xaml.cs
* Fix background
* More tweaks
* XAML styler and updating legacy brushes
* Updates + xaml styling
* Fix CI
* Fix CI2
* fix font family and overview refresh
* Delete shutdown.light-1.png
* Updating icons
* Set DPI
---------
Co-authored-by: Davide Giacometti <davide.giacometti@outlook.it>
|
Before Width: | Height: | Size: 882 B After Width: | Height: | Size: 492 B |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 468 B |
|
Before Width: | Height: | Size: 300 B After Width: | Height: | Size: 966 B |
|
Before Width: | Height: | Size: 300 B After Width: | Height: | Size: 1.0 KiB |
@@ -118,7 +118,7 @@ namespace Community.PowerToys.Run.Plugin.ValueGenerator
|
||||
{
|
||||
ContextData = request.Result,
|
||||
Title = request.ResultToString(),
|
||||
IcoPath = _isLightTheme ? "Images/ValueGenerator.dark.png" : "Images/ValueGenerator.light.png",
|
||||
IcoPath = _isLightTheme ? "Images/ValueGenerator.light.png" : "Images/ValueGenerator.dark.png",
|
||||
Score = 300,
|
||||
SubTitle = request.Description,
|
||||
Action = c =>
|
||||
|
||||