mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #2189] [MERGED] feat: reorder key-value entries #3662
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#3662
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/2189
Author: @liyasthomas
Created: 3/22/2022
Status: ✅ Merged
Merged: 3/24/2022
Merged by: @liyasthomas
Base:
main← Head:feat/reorder-key-value📝 Commits (2)
77f6a3cfeat: reorder key-value entries - resolved #2174607e08eMerge branch 'main' into feat/reorder-key-value📊 Changes
11 files changed (+989 additions, -667 deletions)
View changed files
➕
packages/hoppscotch-app/assets/icons/grip-vertical.svg(+18 -0)📝
packages/hoppscotch-app/components/graphql/RequestOptions.vue(+89 -67)📝
packages/hoppscotch-app/components/http/BodyParameters.vue(+103 -81)📝
packages/hoppscotch-app/components/http/Headers.vue(+86 -64)📝
packages/hoppscotch-app/components/http/Parameters.vue(+83 -59)📝
packages/hoppscotch-app/components/http/URLEncodedParams.vue(+81 -59)📝
packages/hoppscotch-app/components/realtime/Websocket.vue(+75 -50)📝
packages/hoppscotch-app/components/smart/EnvInput.vue(+3 -0)📝
packages/hoppscotch-app/package.json(+1 -0)📝
packages/hoppscotch-app/windi.config.js(+2 -0)📝
pnpm-lock.yaml(+448 -287)📄 Description
Closes #2174
Description
Allow key-values entries to be drag n dropped to reorder.
Checks
Additional Information
Introduced SortableJS/Vue.Draggable dependency.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.