[PR #2189] [MERGED] feat: reorder key-value entries #3662

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

📋 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: mainHead: feat/reorder-key-value


📝 Commits (2)

  • 77f6a3c feat: reorder key-value entries - resolved #2174
  • 607e08e Merge 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

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

Additional Information

Introduced SortableJS/Vue.Draggable dependency.


🔄 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/2189 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 3/22/2022 **Status:** ✅ Merged **Merged:** 3/24/2022 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `main` ← **Head:** `feat/reorder-key-value` --- ### 📝 Commits (2) - [`77f6a3c`](https://github.com/hoppscotch/hoppscotch/commit/77f6a3ce210c0d14ced344928c67005fc51e4e2d) feat: reorder key-value entries - resolved #2174 - [`607e08e`](https://github.com/hoppscotch/hoppscotch/commit/607e08e4a05c662246474c40abfb2521d7f6e9e3) Merge branch 'main' into feat/reorder-key-value ### 📊 Changes **11 files changed** (+989 additions, -667 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description <!-- Thanks for creating this pull request 🤗 Please make sure that the pull request is limited to one type (docs, feature, etc.) and keep it as small as possible. You can open multiple prs instead of opening a huge one. --> <!-- If this pull request closes an issue, please mention the issue number below --> Closes #2174 ### Description <!-- Add a brief description of the pull request --> Allow key-values entries to be drag n dropped to reorder. <!-- You can also choose to add a list of changes and if they have been completed or not by using the markdown to-do list syntax - [ ] Not Completed - [x] Completed --> ### Checks <!-- Make sure your pull request passes the CI checks and do check the following fields as needed - --> - [x] My pull request adheres to the code style of this project - [ ] My code requires changes to the documentation - [ ] I have updated the documentation as required - [x] All the tests have passed ### Additional Information <!-- Any additional information like breaking changes, dependencies added, screenshots, comparisons between new and old behavior, etc. --> Introduced [SortableJS/Vue.Draggable](https://github.com/SortableJS/vue.draggable) dependency. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:15:29 +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#3662
No description provided.