[PR #12913] [MERGED] Command palette and search box visual tweaks #29299

Open
opened 2026-01-31 09:34:06 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/12913
Author: @ghost
Created: 4/15/2022
Status: ✅ Merged
Merged: 4/29/2022
Merged by: @undefined

Base: main ← Head: search-visual-tweaks


📝 Commits (4)

📊 Changes

4 files changed (+172 additions, -343 deletions)

View changed files

📝 src/cascadia/TerminalApp/App.xaml (+2 -2)
📝 src/cascadia/TerminalApp/CommandPalette.cpp (+0 -11)
📝 src/cascadia/TerminalApp/CommandPalette.xaml (+41 -130)
📝 src/cascadia/TerminalControl/SearchBoxControl.xaml (+129 -200)

📄 Description

Tweaked command palette and search box to better match the Windows 11 Fluent design:

  • Now styled like a normal flyout, with acrylic, shadow and border
  • TextBox now uses default style
  • Tweaked button and key chord designs
  • Adjusted spacing

Fixes #12968.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/12913 **Author:** [@ghost](https://github.com/ghost) **Created:** 4/15/2022 **Status:** ✅ Merged **Merged:** 4/29/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `search-visual-tweaks` --- ### 📝 Commits (4) - [`8f44609`](https://github.com/microsoft/terminal/commit/8f4460953a975d1070936f71c092183aef31915b) Search boxes visual tweaks - [`9c9b981`](https://github.com/microsoft/terminal/commit/9c9b9814362f07d49e4ac8668fa0a1727e9ced25) Remove contract check - [`4a01fb8`](https://github.com/microsoft/terminal/commit/4a01fb860da1868897d55d433ad4ccd2bdb8a212) Fix spacing - [`fc00be1`](https://github.com/microsoft/terminal/commit/fc00be197d9b4995d0071013e6e018a8b49fa143) Fix crash and bug ### 📊 Changes **4 files changed** (+172 additions, -343 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/App.xaml` (+2 -2) 📝 `src/cascadia/TerminalApp/CommandPalette.cpp` (+0 -11) 📝 `src/cascadia/TerminalApp/CommandPalette.xaml` (+41 -130) 📝 `src/cascadia/TerminalControl/SearchBoxControl.xaml` (+129 -200) </details> ### 📄 Description Tweaked command palette and search box to better match the Windows 11 Fluent design: * Now styled like a normal flyout, with acrylic, shadow and border * TextBox now uses default style * Tweaked button and key chord designs * Adjusted spacing Fixes #12968. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:34:06 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#29299