mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #1194] [MERGED] Subfolder functionality #3129
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#3129
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/hoppscotch/hoppscotch/pull/1194
Author: @farhan-tariq
Created: 9/28/2020
Status: ✅ Merged
Merged: 10/21/2020
Merged by: @liyasthomas
Base:
master← Head:subfolder-functionality📝 Commits (10+)
f9e06d9Added functionality for sub-folders1ccc3d8Edit Request name only. Drag and drop to move requests79c6a7fRefactorba3afdbMove requests between folder or collectionsfc1870dMerge branch 'master' into subfolder-functionality6600ec2Merge branch 'master' into subfolder-functionalityf3ef658Functionality to save request in multiple folders5f8fc8cMerge branch 'master' into subfolder-functionality8671b67Unnecessary Lang670c656Merge remote-tracking branch 'origin/subfolder-functionality' into subfolder-functionality📊 Changes
11 files changed (+364 additions, -347 deletions)
View changed files
📝
components/collections/add-folder.vue(+7 -8)📝
components/collections/collection.vue(+32 -18)📝
components/collections/edit-folder.vue(+1 -1)📝
components/collections/edit-request.vue(+13 -67)📝
components/collections/folder.vue(+54 -21)📝
components/collections/import-export-collections.vue(+25 -69)📝
components/collections/index.vue(+18 -17)📝
components/collections/request.vue(+29 -5)📝
components/collections/save-request-as.vue(+70 -39)📝
components/ui/autocomplete.vue(+7 -1)📝
store/postwoman.js(+108 -101)📄 Description
@liyasthomas Please review this PR. Let me know of any changes required.
I am raising this as a draft PR atm.
Changes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.