[PR #46] [MERGED] Add command palette #18

Closed
opened 2025-12-29 07:18:55 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/46
Author: @gschier
Created: 6/8/2024
Status: Merged
Merged: 6/8/2024
Merged by: @gschier

Base: masterHead: finish-cmd-palette


📝 Commits (1)

  • 7cf77bf Finish the command palette

📊 Changes

7 files changed (+175 additions, -79 deletions)

View changed files

📝 src-web/components/CommandPalette.tsx (+145 -48)
📝 src-web/components/Overlay.tsx (+1 -1)
📝 src-web/components/core/Dialog.tsx (+10 -2)
📝 src-web/components/core/Editor/Editor.tsx (+14 -15)
📝 src-web/components/core/PlainInput.tsx (+2 -2)
📝 src-web/hooks/useCommandPalette.tsx (+2 -8)
📝 src-web/hooks/useOpenWorkspace.ts (+1 -3)

📄 Description

This PR finished the initial PoC command palette. It currently only supports switching between requests and workspaces, but can easily be extended for more.

CleanShot 2024-06-07 at 21 47 21@2x


🔄 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/mountain-loop/yaak/pull/46 **Author:** [@gschier](https://github.com/gschier) **Created:** 6/8/2024 **Status:** ✅ Merged **Merged:** 6/8/2024 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `finish-cmd-palette` --- ### 📝 Commits (1) - [`7cf77bf`](https://github.com/mountain-loop/yaak/commit/7cf77bf8c185ba86b13e3f8b08e012441300e282) Finish the command palette ### 📊 Changes **7 files changed** (+175 additions, -79 deletions) <details> <summary>View changed files</summary> 📝 `src-web/components/CommandPalette.tsx` (+145 -48) 📝 `src-web/components/Overlay.tsx` (+1 -1) 📝 `src-web/components/core/Dialog.tsx` (+10 -2) 📝 `src-web/components/core/Editor/Editor.tsx` (+14 -15) 📝 `src-web/components/core/PlainInput.tsx` (+2 -2) 📝 `src-web/hooks/useCommandPalette.tsx` (+2 -8) 📝 `src-web/hooks/useOpenWorkspace.ts` (+1 -3) </details> ### 📄 Description This PR finished the initial PoC command palette. It currently only supports switching between requests and workspaces, but can easily be extended for more. ![CleanShot 2024-06-07 at 21 47 21@2x](https://github.com/yaakapp/app/assets/587576/4f439c87-5f50-475e-9525-707788d6c8ad) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 07:18:55 +01:00
adam closed this issue 2025-12-29 07:18:55 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#18