mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #144] [MERGED] Add the ability to duplicate folders #80
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/144
Author: @gschier
Created: 12/17/2024
Status: ✅ Merged
Merged: 12/19/2024
Merged by: @gschier
Base:
master← Head:duplicate-folders📝 Commits (4)
a1a4c55Add the ability to duplicate folders3c5c866Merge branch 'master' into duplicate-folders880d881Fix indeterminate checkbox709ed56Fix 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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.