mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-12 04:10:34 +01:00
[PR #279] [MERGED] Add tree rename (on Enter) and global rename hotkeys #201
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/279
Author: @gschier
Created: 10/24/2025
Status: ✅ Merged
Merged: 10/24/2025
Merged by: @gschier
Base:
main← Head:rename-hotkeys📝 Commits (2)
663148bAdd tree item renaming and update keyboard shortcut handling4b48eccAddress comments📊 Changes
9 files changed (+218 additions, -93 deletions)
View changed files
📝
src-web/components/CommandPaletteDialog.tsx(+6 -1)📝
src-web/components/GlobalHooks.tsx(+14 -1)📝
src-web/components/NewSidebar.tsx(+42 -25)📝
src-web/components/RecentRequestsDropdown.tsx(+3 -3)📝
src-web/components/core/Dropdown.tsx(+2 -5)📝
src-web/components/core/tree/Tree.tsx(+69 -23)📝
src-web/components/core/tree/TreeItem.tsx(+36 -10)📝
src-web/components/core/tree/TreeItemList.tsx(+5 -2)📝
src-web/hooks/useHotKey.ts(+41 -23)📄 Description
This PR adds the following hotkeys:
Enteron focused sidebar item to renameCloses https://feedback.yaak.app/p/rename-with-f2
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.