mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 22:40:26 +01:00
[PR #285] [MERGED] Sidebar filtering and improvements #206
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/285
Author: @gschier
Created: 10/27/2025
Status: ✅ Merged
Merged: 10/27/2025
Merged by: @gschier
Base:
main← Head:sidebar-filtering📝 Commits (7)
abfedd3Started working on sidebar filteringf786d5dA bunch of improvements15645fbUpdate src-web/hooks/useHotKey.tsccbdd7eUpdate src-web/components/core/tree/Tree.tsx9131ffaUpdate src-web/hooks/useHotKey.tscd6cf13Update src-web/components/core/tree/Tree.tsx30740e1Update src-tauri/yaak-models/guest-js/store.ts📊 Changes
15 files changed (+478 additions, -248 deletions)
View changed files
📝
src-tauri/yaak-models/guest-js/store.ts(+37 -19)📝
src-web/commands/commands.tsx(+1 -1)📝
src-web/components/CommandPaletteDialog.tsx(+0 -5)📝
src-web/components/ResizeHandle.tsx(+67 -8)📝
src-web/components/Sidebar.tsx(+145 -45)📝
src-web/components/Workspace.tsx(+32 -48)📝
src-web/components/WorkspaceHeader.tsx(+2 -2)📝
src-web/components/core/SplitLayout.tsx(+28 -55)📝
src-web/components/core/tree/Tree.tsx(+126 -14)📝
src-web/components/core/tree/TreeIndentGuide.tsx(+1 -1)📝
src-web/components/core/tree/TreeItem.tsx(+13 -6)📝
src-web/components/core/tree/TreeItemList.tsx(+3 -33)📝
src-web/components/core/tree/common.ts(+8 -3)📝
src-web/hooks/useHotKey.ts(+13 -6)📝
src-web/hooks/useSidebarWidth.ts(+2 -2)📄 Description
https://github.com/user-attachments/assets/6dbde952-d6b7-4c4c-a02e-67dd00d5e1bc
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.