mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #147] [MERGED] Performance sweep #82
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/147
Author: @gschier
Created: 12/20/2024
Status: ✅ Merged
Merged: 12/21/2024
Merged by: @gschier
Base:
master← Head:sidebar-perf📝 Commits (6)
b166a34Checkpoint0bff1fetanstack router working8f4859bCheckpoint76691cdBetter sidebar rendering42bb294Disable React devtools scriptb857b08Fix selected highlight📊 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.