-
Notifications
You must be signed in to change notification settings - Fork 788
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
Add countdown to showing command palette no matches
message
#3399
Conversation
This PR tries to follow suggested changes noted in this comment. |
4fdc596
to
3e0b329
Compare
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.
Looking good; thanks. Couple of very small tweaks and one question.
Also, very small general observation (which really isn't a problem, very much appreciate the contribution, but worth a mention in regards to FOSS contributions in general): this issue was already assigned so it would be nice to check with the assignee first if it's okay to jump in.
Sure thing! |
The countdown protects from spamming the message and helping the palette feel smoother when there are no matches
The "no matches found" message in the command palette show after a specific delay, so make the test wait the same delay
3e0b329
to
0289a20
Compare
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.
Looks good to me! Thanks again.
I've also added an entry to the CHANGELOG.
The countdown protects from spamming the message and helping the palette feel smoother when there are no matches.
test_no_results
to wait for the countdownResolves #3278