[PR #52] [MERGED] Move request to another workspace #21

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

📋 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: masterHead: move-workspace


📝 Commits (4)

📊 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

CleanShot 2024-06-21 at 08 37 19@2x


🔄 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/52 **Author:** [@gschier](https://github.com/gschier) **Created:** 6/21/2024 **Status:** ✅ Merged **Merged:** 6/21/2024 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `move-workspace` --- ### 📝 Commits (4) - [`2a56b86`](https://github.com/mountain-loop/yaak/commit/2a56b864487273d5cf5af9e3b877f178c55d6356) Add ability to move request to another workspace - [`5e86d17`](https://github.com/mountain-loop/yaak/commit/5e86d179c07f4366a922ce1f2fe46f961720d9c4) Add toast - [`c1bf1df`](https://github.com/mountain-loop/yaak/commit/c1bf1dff3862c0dcb77910d2cbeddaa434cf54cc) Better toasts - [`5fa2531`](https://github.com/mountain-loop/yaak/commit/5fa253108877a0a589b606e08a74c1dbf0dc9dda) Remove const ### 📊 Changes **19 files changed** (+253 additions, -77 deletions) <details> <summary>View changed files</summary> ➖ `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) </details> ### 📄 Description ![CleanShot 2024-06-21 at 08 37 19@2x](https://github.com/yaakapp/app/assets/587576/c6234922-cb61-48cd-bfeb-93c2c3cbd928) --- <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:18:56 +01:00
adam closed this issue 2025-12-29 07:18:56 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#21