mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-12 04:10:34 +01:00
[PR #52] [MERGED] Move request to another workspace #21
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/52
Author: @gschier
Created: 6/21/2024
Status: ✅ Merged
Merged: 6/21/2024
Merged by: @gschier
Base:
master← Head:move-workspace📝 Commits (4)
2a56b86Add ability to move request to another workspace5e86d17Add toastc1bf1dfBetter toasts5fa2531Remove const📊 Changes
19 files changed (+253 additions, -77 deletions)
View changed files
➖
src-tauri/.sqlx/query-11394af12419cca3be3a26dff9275514ea2a44504e3c7a568a9578c64b5713d1.json(+0 -12)➖
src-tauri/.sqlx/query-467b87ad1209a4653b1dc8462d79236a655240c5b402fa9fd75c12ebd9bb6b86.json(+0 -12)➕
src-tauri/.sqlx/query-5af82cd333895d3d7d67a92f37b0feb338f615b88aea2bd09cb5809008c645a3.json(+12 -0)➕
src-tauri/.sqlx/query-5f2f40062abbe93e23b38876319cf16d4d2b3f8d0be32ffe7848528c725e1429.json(+12 -0)📝
src-tauri/.sqlx/query-daa61066517df649e7c80a8ce407839ad502e8e5e43aa8c02e049865acbbae75.json(+2 -2)📝
src-tauri/src/models.rs(+3 -1)📝
src-web/components/DefaultLayout.tsx(+10 -5)📝
src-web/components/DialogContext.tsx(+12 -8)📝
src-web/components/GlobalHooks.tsx(+20 -0)📝
src-web/components/GrpcConnectionMessagesPane.tsx(+2 -2)📝
src-web/components/GrpcConnectionSetupPane.tsx(+4 -3)➕
src-web/components/MoveToWorkspaceDialog.tsx(+97 -0)📝
src-web/components/Sidebar.tsx(+12 -1)📝
src-web/components/ToastContext.tsx(+19 -18)📝
src-web/components/core/Icon.tsx(+6 -4)📝
src-web/components/core/Toast.tsx(+4 -3)📝
src-web/hooks/useAppRoutes.tsx(+5 -5)📝
src-web/hooks/useGrpc.ts(+0 -1)➕
src-web/hooks/useMoveToWorkspace.tsx(+33 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.