mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-13 20:53:30 +01:00
[PR #263] [MERGED] New sidebar and folder view #188
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/263
Author: @gschier
Created: 10/8/2025
Status: ✅ Merged
Merged: 10/15/2025
Merged by: @gschier
Base:
main← Head:new-sidebar-nav📝 Commits (10+)
59bdd2aBetter sidebar nav and added folder routead279d9Quick nav with shift+arrows4a8bcdaCheckpointac56a62Merge branch 'main' into new-sidebar-nav3bcf9f1Got react-dnd working (no persistence)da5cbd8Better drag styles2fda609Arrow keys sort of workingfd058f6Start of context menud65a9cfOrdering mostly working nowf5b40a0Kinda hooked up to main app📊 Changes
80 files changed (+2958 additions, -1434 deletions)
View changed files
📝
package-lock.json(+45 -4)📝
src-tauri/src/lib.rs(+40 -7)📝
src-tauri/src/window.rs(+4 -5)📝
src-tauri/yaak-models/guest-js/store.ts(+6 -3)📝
src-tauri/yaak-models/src/queries/http_requests.rs(+15 -1)📝
src-tauri/yaak-templates/index.ts(+9 -1)➕
src-tauri/yaak-templates/src/escape.rs(+166 -0)📝
src-tauri/yaak-templates/src/lib.rs(+2 -1)📝
src-tauri/yaak-templates/src/parser.rs(+40 -1)📝
src-tauri/yaak-templates/src/wasm.rs(+14 -2)➕
src-web/commands/moveToWorkspace.tsx(+28 -0)📝
src-web/commands/openFolderSettings.tsx(+11 -1)📝
src-web/components/CommandPaletteDialog.tsx(+19 -16)📝
src-web/components/ErrorBoundary.tsx(+1 -1)➕
src-web/components/FolderLayout.tsx(+192 -0)📝
src-web/components/FolderSettingsDialog.tsx(+6 -5)📝
src-web/components/GlobalHooks.tsx(+2 -0)📝
src-web/components/GrpcConnectionLayout.tsx(+1 -1)📝
src-web/components/GrpcRequestPane.tsx(+2 -2)📝
src-web/components/GrpcResponsePane.tsx(+1 -1)...and 60 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.