mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #50] [MERGED] Cmd Palette Improvements #22
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/50
Author: @gschier
Created: 6/11/2024
Status: ✅ Merged
Merged: 6/11/2024
Merged by: @gschier
Base:
master← Head:cmd-palette-improvements📝 Commits (1)
86b88c8Fuzzy 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.