[PR #147] [MERGED] Performance sweep #82

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

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/147
Author: @gschier
Created: 12/20/2024
Status: Merged
Merged: 12/21/2024
Merged by: @gschier

Base: masterHead: sidebar-perf


📝 Commits (6)

📊 Changes

85 files changed (+2326 additions, -1402 deletions)

View changed files

📝 package-lock.json (+888 -224)
src-web/components/App.tsx (+0 -44)
src-web/components/AppRouter.tsx (+0 -85)
📝 src-web/components/CommandPalette.tsx (+11 -11)
src-web/components/DefaultLayout.tsx (+0 -30)
📝 src-web/components/GlobalHooks.tsx (+30 -4)
📝 src-web/components/MoveToWorkspaceDialog.tsx (+5 -6)
📝 src-web/components/RecentRequestsDropdown.tsx (+10 -12)
📝 src-web/components/RedirectToLatestWorkspace.tsx (+14 -7)
src-web/components/RequestContextMenu.tsx (+162 -0)
📝 src-web/components/RouteError.tsx (+3 -3)
📝 src-web/components/Settings/Settings.tsx (+3 -4)
📝 src-web/components/Sidebar.tsx (+85 -621)
src-web/components/SidebarItem.tsx (+278 -0)
src-web/components/SidebarItems.tsx (+118 -0)
📝 src-web/components/Workspace.tsx (+50 -36)
📝 src-web/components/core/Editor/Editor.css (+1 -1)
📝 src-web/components/core/Link.tsx (+1 -1)
📝 src-web/hooks/useActiveCookieJar.ts (+7 -11)
📝 src-web/hooks/useActiveEnvironment.ts (+7 -15)

...and 65 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/147 **Author:** [@gschier](https://github.com/gschier) **Created:** 12/20/2024 **Status:** ✅ Merged **Merged:** 12/21/2024 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `sidebar-perf` --- ### 📝 Commits (6) - [`b166a34`](https://github.com/mountain-loop/yaak/commit/b166a348651a9de3aa0089f7c734d53eda1fe3e3) Checkpoint - [`0bff1fe`](https://github.com/mountain-loop/yaak/commit/0bff1fe671213718d6209d32ae9a95a1619e3454) tanstack router working - [`8f4859b`](https://github.com/mountain-loop/yaak/commit/8f4859bc79480575efa18aef6ce29db4120e7857) Checkpoint - [`76691cd`](https://github.com/mountain-loop/yaak/commit/76691cd4c58a6f09931f8ec09033341efe330230) Better sidebar rendering - [`42bb294`](https://github.com/mountain-loop/yaak/commit/42bb294cf4cb03e3aead33b8cdfb10e401f8352e) Disable React devtools script - [`b857b08`](https://github.com/mountain-loop/yaak/commit/b857b08c9e6f8f9c6e405827400aa3a30cee25f2) Fix selected highlight ### 📊 Changes **85 files changed** (+2326 additions, -1402 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+888 -224) ➖ `src-web/components/App.tsx` (+0 -44) ➖ `src-web/components/AppRouter.tsx` (+0 -85) 📝 `src-web/components/CommandPalette.tsx` (+11 -11) ➖ `src-web/components/DefaultLayout.tsx` (+0 -30) 📝 `src-web/components/GlobalHooks.tsx` (+30 -4) 📝 `src-web/components/MoveToWorkspaceDialog.tsx` (+5 -6) 📝 `src-web/components/RecentRequestsDropdown.tsx` (+10 -12) 📝 `src-web/components/RedirectToLatestWorkspace.tsx` (+14 -7) ➕ `src-web/components/RequestContextMenu.tsx` (+162 -0) 📝 `src-web/components/RouteError.tsx` (+3 -3) 📝 `src-web/components/Settings/Settings.tsx` (+3 -4) 📝 `src-web/components/Sidebar.tsx` (+85 -621) ➕ `src-web/components/SidebarItem.tsx` (+278 -0) ➕ `src-web/components/SidebarItems.tsx` (+118 -0) 📝 `src-web/components/Workspace.tsx` (+50 -36) 📝 `src-web/components/core/Editor/Editor.css` (+1 -1) 📝 `src-web/components/core/Link.tsx` (+1 -1) 📝 `src-web/hooks/useActiveCookieJar.ts` (+7 -11) 📝 `src-web/hooks/useActiveEnvironment.ts` (+7 -15) _...and 65 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:15 +01:00
adam closed this issue 2025-12-29 07:19:15 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#82