Remove "feedback" from the dropdown, and replace with "Command Palette" #13888

Closed
opened 2026-01-31 03:54:57 +00:00 by claunia · 6 comments
Owner

Originally created by @zadjii-msft on GitHub (May 24, 2021).

  • we know for a fact that no one's filed any issues using the feedback button
  • We know that the command palette is terribly undiscoverable
  • the command palette is also a great entry to discover basically every other command we have

so let's yank feedback, and replace with the cmdpal.

In the future, the new tab dropdown will be defaulted to [allProfiles, separator, toggleCommandPalette()] (#1571), so someone can remove it if they want.

Notes: might need to manually toss focus to the cmdpal - let's be careful here

Originally created by @zadjii-msft on GitHub (May 24, 2021). * we know for a fact that no one's filed any issues using the feedback button * We know that the command palette is terribly undiscoverable * the command palette is also a great entry to discover _basically every other command we have_ so let's yank feedback, and replace with the cmdpal. In the future, the new tab dropdown will be defaulted to `[allProfiles, separator, toggleCommandPalette()]` (#1571), so someone can remove it if they want. Notes: might need to manually toss focus to the cmdpal - let's be careful here
Author
Owner

@KnapSac commented on GitHub (May 26, 2021):

I'd like to give this a shot, am I correct that this would need to be changed:
27582a9186/src/cascadia/TerminalApp/TerminalPage.cpp (L686-L696)

@KnapSac commented on GitHub (May 26, 2021): I'd like to give this a shot, am I correct that this would need to be changed: https://github.com/microsoft/terminal/blob/27582a9186c39ea9f5caf070e08fd80e50e1d587/src/cascadia/TerminalApp/TerminalPage.cpp#L686-L696
Author
Owner

@zadjii-msft commented on GitHub (May 27, 2021):

@KnapSac That's exactly the spot! I believe the team consensus was to use the "LightningBolt" icon, which is \xE945

@zadjii-msft commented on GitHub (May 27, 2021): @KnapSac That's exactly the spot! I believe the team consensus was to use the "LightningBolt" icon, which is `\xE945 `
Author
Owner

@KnapSac commented on GitHub (May 27, 2021):

I have a couple uni assignments to finish up, but I expect to have a PR ready by early next week.

In the settings UI, the "Actions" page has a keyboard icon. Wouldn't it make more sense to keep these 2 icons the same? Since the command palette provides access to those actions?

@KnapSac commented on GitHub (May 27, 2021): I have a couple uni assignments to finish up, but I expect to have a PR ready by early next week. In the settings UI, the "Actions" page has a keyboard icon. Wouldn't it make more sense to keep these 2 icons the same? Since the command palette provides access to those actions?
Author
Owner

@zadjii-msft commented on GitHub (May 27, 2021):

That's a good observation!

We're actually only temporarily using the keyboard icon for the actions page. I think in the long run, we're actually planning on moving that to the lightning bolt as well. Right now the actions page only really works for actions that are bound to the keyboard, hence the keyboard icon. We have plans to update that page in the future to support configuring all actions, including everything in the command palette. This ties into some other plans we have for having actions accessible from the keyboard, the command palette, the new tab dropdown, the context menu... basically a ton of places.

I'll also tag in @cinnamon-msft, who can override that decision if they like.

@zadjii-msft commented on GitHub (May 27, 2021): That's a good observation! We're actually only _temporarily_ using the keyboard icon for the actions page. I think in the long run, we're actually planning on moving that to the lightning bolt as well. Right now the actions page only really works for actions that are bound to the keyboard, hence the keyboard icon. We have plans to update that page in the future to support configuring _all_ actions, including everything in the command palette. This ties into some other plans we have for having actions accessible from the keyboard, the command palette, the new tab dropdown, the context menu... basically a ton of places. I'll also tag in @cinnamon-msft, who can override that decision if they like.
Author
Owner

@Chips1234 commented on GitHub (May 29, 2021):

@zadjii-msft If we're going to get rid of the "feedback" menu item, should we then add a "feedback" link in the "About" window that needs to feedback hub or "Visit our GitHub repository" that leads here?

@Chips1234 commented on GitHub (May 29, 2021): @zadjii-msft If we're going to get rid of the "feedback" menu item, should we then add a "feedback" link in the "About" window that needs to feedback hub or "Visit our GitHub repository" that leads here?
Author
Owner

@ghost commented on GitHub (Jul 14, 2021):

:tada:This issue was addressed in #10297, which has now been successfully released as Windows Terminal Preview v1.10.1933.0.🎉

Handy links:

@ghost commented on GitHub (Jul 14, 2021): :tada:This issue was addressed in #10297, which has now been successfully released as `Windows Terminal Preview v1.10.1933.0`.:tada: Handy links: * [Release Notes](https://github.com/microsoft/terminal/releases/tag/v1.10.1933.0) * [Store Download](https://www.microsoft.com/store/apps/9n8g5rfz9xk3?cid=storebadge&ocid=badge)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#13888