mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #123] [MERGED] Fix performance related to having 100s of requests #58
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/123
Author: @gschier
Created: 10/8/2024
Status: ✅ Merged
Merged: 10/8/2024
Merged by: @gschier
Base:
master← Head:large-workspace-perf📝 Commits (5)
1f5c01dA bunch of improvements3dc1a64Fix lint error565befeForce Vite on devaae7398Global hooks back into componentd9f79bbFix pop in📊 Changes
34 files changed (+455 additions, -422 deletions)
View changed files
📝
src-tauri/src/lib.rs(+23 -10)📝
src-tauri/yaak_models/src/queries.rs(+67 -16)📝
src-web/components/App.tsx(+3 -1)📝
src-web/components/AppRouter.tsx(+10 -0)📝
src-web/components/CookieDialog.tsx(+1 -1)📝
src-web/components/CookieDropdown.tsx(+1 -1)📝
src-web/components/DefaultLayout.tsx(+1 -1)📝
src-web/components/GlobalHooks.tsx(+3 -197)📝
src-web/components/GrpcConnectionLayout.tsx(+1 -1)📝
src-web/components/Sidebar.tsx(+42 -19)📝
src-web/font-size.ts(+1 -1)📝
src-web/hooks/useActiveCookieJar.ts(+5 -38)📝
src-web/hooks/useCookieJars.ts(+3 -17)📝
src-web/hooks/useEnvironments.ts(+3 -14)📝
src-web/hooks/useFolders.ts(+4 -17)➕
src-web/hooks/useGenerateThemeCss.ts(+26 -0)📝
src-web/hooks/useGrpcConnections.ts(+4 -20)📝
src-web/hooks/useGrpcRequests.ts(+2 -16)📝
src-web/hooks/useHttpRequestActions.ts(+9 -3)📝
src-web/hooks/useHttpRequests.ts(+2 -15)...and 14 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.