[PR #3299] [MERGED] Add a spec for search, #605 #25310

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/3299
Author: @KaiyuWang16
Created: 10/23/2019
Status: ✅ Merged
Merged: 12/14/2019
Merged by: @DHowett-MSFT

Base: master ← Head: dev/kawa/605-Search-Experice-Spec


📝 Commits (10+)

📊 Changes

4 files changed (+126 additions, -0 deletions)

View changed files

➕ doc/specs/#605 - Search/images/SearchBoxControl.png (+0 -0)
➕ doc/specs/#605 - Search/images/SearchBoxControlNoEnoughWidth.png (+0 -0)
➕ doc/specs/#605 - Search/images/SearchBoxUpSelected.png (+0 -0)
➕ doc/specs/#605 - Search/spec.md (+126 -0)

📄 Description

This is the spec for #605

References

PR Checklist

  • Closes #xxx
  • CLA signed. If not, go over here and sign the CLA
  • Tests added/passed
  • Requires documentation to be updated
  • I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx

Detailed Description of the Pull Request / Additional comments

Validation Steps Performed


🔄 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/3299 **Author:** [@KaiyuWang16](https://github.com/KaiyuWang16) **Created:** 10/23/2019 **Status:** ✅ Merged **Merged:** 12/14/2019 **Merged by:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Base:** `master` ← **Head:** `dev/kawa/605-Search-Experice-Spec` --- ### 📝 Commits (10+) - [`5869d4a`](https://github.com/microsoft/terminal/commit/5869d4ae8caf704a8354e92f42b10d0b36402476) Spec for Search Experience - [`0773361`](https://github.com/microsoft/terminal/commit/0773361ffc543f58f46182659f3ab38073fe53b2) Finish Solution design - [`5103f2c`](https://github.com/microsoft/terminal/commit/5103f2c6c3cefd4b189c7ce07218f8338953f917) Spec for Search - [`92d06ec`](https://github.com/microsoft/terminal/commit/92d06ec4531fb6484d98e64fa67da04cbd7a20ac) Add UI design of SearchBoxControl - [`097988d`](https://github.com/microsoft/terminal/commit/097988d6f381c10dd1513dbf3a6bc122b6182eb5) Add new details to spec according to feedbacks - [`50d65ff`](https://github.com/microsoft/terminal/commit/50d65ff4163e03e9b416d67e0b91995b89ce15bd) Minor typos fix - [`6b7ed3b`](https://github.com/microsoft/terminal/commit/6b7ed3bb50cebbabb583405d121e3f31f153a0b4) Spec updates on 11/15 - [`a462f56`](https://github.com/microsoft/terminal/commit/a462f56b0f9301f0663833049160f74203a7ad76) update button behavior - [`754ced4`](https://github.com/microsoft/terminal/commit/754ced40fccc88c3107334e084d73db90a667da5) Update sepc images - [`e7c525c`](https://github.com/microsoft/terminal/commit/e7c525ca8dfe52321fbb0b34af908066be5eede9) Add Esc key binding explnanation ### 📊 Changes **4 files changed** (+126 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `doc/specs/#605 - Search/images/SearchBoxControl.png` (+0 -0) ➕ `doc/specs/#605 - Search/images/SearchBoxControlNoEnoughWidth.png` (+0 -0) ➕ `doc/specs/#605 - Search/images/SearchBoxUpSelected.png` (+0 -0) ➕ `doc/specs/#605 - Search/spec.md` (+126 -0) </details> ### 📄 Description <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> This is the spec for #605 <!-- Other than the issue solved, is this relevant to any other issues/existing PRs? --> ## References <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [ ] Closes #xxx * [ ] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Requires documentation to be updated * [ ] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx <!-- Provide a more detailed description of the PR, other things fixed or any additional comments/features here --> ## Detailed Description of the Pull Request / Additional comments <!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well --> ## Validation Steps Performed --- <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:08:40 +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#25310