-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Explore using the window titlebar to make the command palette more discoverable #142867
Comments
Here are a couple options @sbatten and I explored so far:Option A: A.movWe slightly increased the height of the titlebar and increased the size of the search bar to match the size of our current command palette text field. Users type directly into the text field and the menu opens underneath. Option B: B.movWe kept the size of the search bar the same from previous explorations, and have the command palette overlayed on top. The search bar acts more as a click target. Here's what the experience can also look like in smaller windows: @dacapoday, we are thinking about minimizing the menu into an icon and showing the folder name inside the search bar (in its default, resting state) to give more space for the command palette. |
As a user, I tend to have title menus and command palette box at the same time. |
Cool idea, perhaps this could be configurable though, so advanced users could keep only the menus in the title bar as currently? |
Closing since this is now merged. Will track feedback in new issues going forward. |
A couple of months ago we started brainstorming how we could update the titlebar.
Here are some of the most recent explorations:
Now we'll be iterating specifically on the command palette experience that opens from the titlebar.
The text was updated successfully, but these errors were encountered: