[Run] UI improvements + ability to show/hide plugins overview panel#30258
[Run] UI improvements + ability to show/hide plugins overview panel#30258
Conversation
This comment has been minimized.
This comment has been minimized.
|
Question: Is it possible to remove the TextBlock out of the ToolTips? I think it is responsible for: PowerToys/src/modules/launcher/PowerLauncher/ResultList.xaml Lines 97 to 113 in d61aa3a and PowerToys/src/modules/launcher/PowerLauncher/ResultList.xaml Lines 185 to 192 in d61aa3a |
This comment has been minimized.
This comment has been minimized.
|
Nit: TAB key is eaten by results/actions navigation, but when the plugins overview is showed the user should be able to tab into the list and scroll with arrows. Should be an easy fix but we can address it in another PR. |
|
An idea for the plugin hints is to have 3 options: all, not included in global results, none |
Being addressed in: lepoco/wpfui#873. So updating to the next preview should fix this :)! Thanks for reporting! |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Would it be possible to make the size adjustable? The new one feels very small on my monitor. The ability to remove plugin suggestions is also nice! |
Added |
Good point. Let's do this as a follow-up |
|
@niels9001 I added an option to show preview only for non-global plugins. Please double-check phrasing there before merging. Other than that , your changes look good. Nice work! |
I think those look pretty good! |


This PR addresses #30200, #30168 (partially), and introduces the following changes:
Design tweaks to address community feedback:
Setting to hide/show the plugins overview whenever the search textbox is empty
A new setting has been added under "Position & appearance" allowing to show or hide the plugins overview when the searchbox is empty
Result:

Updated the tooltip so it can stretch wider to show more content, removed redundant prefixes in Program plugin ("Name" + "Path" labels).**
Before vs. after

Fixed a bug where no visible gap was shown for image thumbnails
Before vs. after

Fixed a bug where a long plugin keyword would centered becoming unreadable
Before:

After: a tooltip has been added

PR Checklist
Detailed Description of the Pull Request / Additional comments
Validation Steps Performed