[PR #2406] [CLOSED] Add drag and drop support for folders #3791

Closed
opened 2026-03-17 01:22:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2406
Author: @kyteinsky
Created: 6/9/2022
Status: Closed

Base: mainHead: feat/dnd-folders


📝 Commits (1)

  • aa71515 feat: add drag and drop support for folders

📊 Changes

3 files changed (+83 additions, -6 deletions)

View changed files

📝 packages/hoppscotch-app/components/collections/my/Collection.vue (+13 -3)
📝 packages/hoppscotch-app/components/collections/my/Folder.vue (+17 -3)
📝 packages/hoppscotch-app/newstore/collections.ts (+53 -0)

📄 Description

Folders can be dragged and dropped in other folders
(up or down in hirarchy) and also inside collections
as direct their children.

Solves #2220 #2393


🔄 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/hoppscotch/hoppscotch/pull/2406 **Author:** [@kyteinsky](https://github.com/kyteinsky) **Created:** 6/9/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/dnd-folders` --- ### 📝 Commits (1) - [`aa71515`](https://github.com/hoppscotch/hoppscotch/commit/aa71515b09684f14bef4664c42c7189c998cfe87) feat: add drag and drop support for folders ### 📊 Changes **3 files changed** (+83 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/components/collections/my/Collection.vue` (+13 -3) 📝 `packages/hoppscotch-app/components/collections/my/Folder.vue` (+17 -3) 📝 `packages/hoppscotch-app/newstore/collections.ts` (+53 -0) </details> ### 📄 Description Folders can be dragged and dropped in other folders (up or down in hirarchy) and also inside collections as direct their children. Solves #2220 #2393 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:22:36 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3791
No description provided.