-
Notifications
You must be signed in to change notification settings - Fork 7.2k
[CmdPal > Ext] Use empty content for WindowWalker, Windows Settings and Windows Search #40722
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.WindowWalker/Pages/WindowWalkerListPage.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Indexer/Properties/Resources.resx
Outdated
Show resolved
Hide resolved
src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.WindowsSettings/Properties/Resources.resx
Outdated
Show resolved
Hide resolved
src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.WindowsSettings/Properties/Resources.resx
Outdated
Show resolved
Hide resolved
Co-authored-by: Niels Laute <[email protected]>
@niels9001 @michaeljolley |
I think it only does that in debug sessions. |
That makes sense. 💡 |
{ | ||
Icon = Icon, | ||
Title = Resources.Indexer_Subtitle, | ||
Subtitle = Resources.Indexer_NoResultsMessage + "\n\n" + Resources.Indexer_NoResultsMessageTip, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we only include this Subtitle
when the user has actually typed something? Seems weird to say "no results found" if the user hasn't actually typed something
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zadjii-msft
but ww for examples shows a list of open windows if you open the page. or do you only asking for file explorer?
How dynamic is the backend. Does it cache the data?
{ | ||
Icon = Icon, | ||
Title = Resources.window_walker_top_level_command_title, | ||
Subtitle = Resources.windowwalker_NoResultsMessage, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(same here)
Summary of the Pull Request
This PR improves the behavior of CmdPal on empty or wrong search query for the following exts:
Window Walker
Windows Settings - Empty query
Windows Settings - No search match
Windows search (indexer)
PR Checklist
EmptyContent
in more places for built-ins #40565Detailed Description of the Pull Request / Additional comments
Validation Steps Performed