mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #46] [MERGED] Add command palette #18
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:finish-cmd-palette📝 Commits (1)
7cf77bfFinish 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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.