[PR #152] [MERGED] Prevent sidebar re-render on every keypress #87

Closed
opened 2025-12-29 07:19:16 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: perf-2


📝 Commits (1)

  • 8669b5c Prevent 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.

## 📋 Pull Request Information **Original PR:** https://github.com/mountain-loop/yaak/pull/152 **Author:** [@gschier](https://github.com/gschier) **Created:** 1/1/2025 **Status:** ✅ Merged **Merged:** 1/1/2025 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `perf-2` --- ### 📝 Commits (1) - [`8669b5c`](https://github.com/mountain-loop/yaak/commit/8669b5c1f30bedaa59158b49cc98e5c0701ce585) Prevent sidebar re-render on every keypress ### 📊 Changes **32 files changed** (+924 additions, -766 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 07:19:16 +01:00
adam closed this issue 2025-12-29 07:19:16 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#87