[PR #50] [MERGED] Cmd Palette Improvements #22

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

📋 Pull Request Information

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

Base: masterHead: cmd-palette-improvements


📝 Commits (1)

  • 86b88c8 Fuzzy matching and add actions

📊 Changes

11 files changed (+307 additions, -122 deletions)

View changed files

📝 package-lock.json (+42 -0)
📝 package.json (+1 -0)
📝 src-web/components/CommandPalette.tsx (+229 -40)
📝 src-web/components/GlobalHooks.tsx (+0 -2)
📝 src-web/components/WorkspaceActionsDropdown.tsx (+3 -3)
📝 src-web/components/core/Dialog.tsx (+3 -3)
📝 src-web/hooks/useCommandPalette.tsx (+1 -0)
src-web/hooks/useCommands.ts (+0 -41)
📝 src-web/hooks/useCreateHttpRequest.ts (+1 -2)
src-web/hooks/useCreateWorkspace.ts (+27 -0)
src-web/hooks/useGlobalCommands.ts (+0 -31)

📄 Description

  • Fuzzy matching
  • Show hotkeys
  • Add actions

🔄 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/50 **Author:** [@gschier](https://github.com/gschier) **Created:** 6/11/2024 **Status:** ✅ Merged **Merged:** 6/11/2024 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `cmd-palette-improvements` --- ### 📝 Commits (1) - [`86b88c8`](https://github.com/mountain-loop/yaak/commit/86b88c89d4da695dd69fb470919947c71782c555) Fuzzy matching and add actions ### 📊 Changes **11 files changed** (+307 additions, -122 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+42 -0) 📝 `package.json` (+1 -0) 📝 `src-web/components/CommandPalette.tsx` (+229 -40) 📝 `src-web/components/GlobalHooks.tsx` (+0 -2) 📝 `src-web/components/WorkspaceActionsDropdown.tsx` (+3 -3) 📝 `src-web/components/core/Dialog.tsx` (+3 -3) 📝 `src-web/hooks/useCommandPalette.tsx` (+1 -0) ➖ `src-web/hooks/useCommands.ts` (+0 -41) 📝 `src-web/hooks/useCreateHttpRequest.ts` (+1 -2) ➕ `src-web/hooks/useCreateWorkspace.ts` (+27 -0) ➖ `src-web/hooks/useGlobalCommands.ts` (+0 -31) </details> ### 📄 Description - Fuzzy matching - Show hotkeys - Add actions --- <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:56 +01:00
adam closed this issue 2025-12-29 07:18:56 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#22