mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #152] [MERGED] Prevent sidebar re-render on every keypress #87
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/152
Author: @gschier
Created: 1/1/2025
Status: ✅ Merged
Merged: 1/1/2025
Merged by: @gschier
Base:
master← Head:perf-2📝 Commits (1)
8669b5cPrevent sidebar re-render on every keypress📊 Changes
32 files changed (+924 additions, -766 deletions)
View changed files
📝
package-lock.json(+7 -0)📝
src-tauri/yaak_models/bindings/models.ts(+4 -4)📝
src-tauri/yaak_plugin_runtime/bindings/models.ts(+4 -4)📝
src-web/components/FormMultipartEditor.tsx(+2 -0)📝
src-web/components/FormUrlencodedEditor.tsx(+2 -1)📝
src-web/components/GrpcConnectionSetupPane.tsx(+7 -11)📝
src-web/components/HttpRequestLayout.tsx(+1 -1)📝
src-web/components/RecentRequestsDropdown.tsx(+21 -16)📝
src-web/components/RequestPane.tsx(+33 -46)📝
src-web/components/ResponsePane.tsx(+19 -17)📝
src-web/components/Sidebar.tsx(+47 -103)📝
src-web/components/SidebarAtoms.ts(+121 -1)📝
src-web/components/SidebarItem.tsx(+33 -6)📝
src-web/components/SidebarItemContextMenu.tsx(+19 -19)📝
src-web/components/SidebarItems.tsx(+26 -32)📝
src-web/components/WorkspaceHeader.tsx(+8 -1)📝
src-web/components/core/BulkPairEditor.tsx(+2 -0)📝
src-web/components/core/Dropdown.tsx(+297 -285)📝
src-web/components/core/Editor/Editor.tsx(+57 -48)📝
src-web/components/core/Editor/singleLine.ts(+2 -2)...and 12 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.