[PR #144] [MERGED] Add the ability to duplicate folders #80

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

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/144
Author: @gschier
Created: 12/17/2024
Status: Merged
Merged: 12/19/2024
Merged by: @gschier

Base: masterHead: duplicate-folders


📝 Commits (4)

  • a1a4c55 Add the ability to duplicate folders
  • 3c5c866 Merge branch 'master' into duplicate-folders
  • 880d881 Fix indeterminate checkbox
  • 709ed56 Fix reference

📊 Changes

8 files changed (+108 additions, -8 deletions)

View changed files

📝 src-tauri/src/lib.rs (+13 -3)
📝 src-tauri/yaak_models/src/queries.rs (+71 -0)
📝 src-web/components/ExportDataDialog.tsx (+1 -2)
📝 src-web/components/GrpcConnectionSetupPane.tsx (+1 -1)
📝 src-web/components/RequestPane.tsx (+1 -1)
📝 src-web/components/Sidebar.tsx (+9 -1)
src-web/hooks/useDuplicateFolder.ts (+11 -0)
📝 src-web/lib/tauri.ts (+1 -0)

📄 Description

This PR adds the ability to recursively duplicate a folder.

CleanShot 2024-12-17 at 06 12 39@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/144 **Author:** [@gschier](https://github.com/gschier) **Created:** 12/17/2024 **Status:** ✅ Merged **Merged:** 12/19/2024 **Merged by:** [@gschier](https://github.com/gschier) **Base:** `master` ← **Head:** `duplicate-folders` --- ### 📝 Commits (4) - [`a1a4c55`](https://github.com/mountain-loop/yaak/commit/a1a4c558b12a60fb652642428843b4f0de716ff8) Add the ability to duplicate folders - [`3c5c866`](https://github.com/mountain-loop/yaak/commit/3c5c8663992a88030eb20e1762db941647568110) Merge branch 'master' into duplicate-folders - [`880d881`](https://github.com/mountain-loop/yaak/commit/880d88194588252b776c4625265e5d6de365bcb6) Fix indeterminate checkbox - [`709ed56`](https://github.com/mountain-loop/yaak/commit/709ed567caf257910c547c29b3af7a69da8d4811) Fix reference ### 📊 Changes **8 files changed** (+108 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `src-tauri/src/lib.rs` (+13 -3) 📝 `src-tauri/yaak_models/src/queries.rs` (+71 -0) 📝 `src-web/components/ExportDataDialog.tsx` (+1 -2) 📝 `src-web/components/GrpcConnectionSetupPane.tsx` (+1 -1) 📝 `src-web/components/RequestPane.tsx` (+1 -1) 📝 `src-web/components/Sidebar.tsx` (+9 -1) ➕ `src-web/hooks/useDuplicateFolder.ts` (+11 -0) 📝 `src-web/lib/tauri.ts` (+1 -0) </details> ### 📄 Description This PR adds the ability to recursively duplicate a folder. ![CleanShot 2024-12-17 at 06 12 39@2x](https://github.com/user-attachments/assets/5393af26-9915-4fde-89bf-7f7029826048) --- <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:14 +01:00
adam closed this issue 2025-12-29 07:19:14 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#80