[PR #2964] [MERGED] fix: move collection and request to bottom of list #4156

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2964
Author: @nivedin
Created: 4/4/2023
Status: Merged
Merged: 4/5/2023
Merged by: @AndrewBastin

Base: stagingHead: fix/reorder-moving-bugs


📝 Commits (2)

  • 141a468 chore: update header UI (#2965)
  • f8dad24 fix: move collection and request to bottom of list

📊 Changes

12 files changed (+471 additions, -168 deletions)

View changed files

📝 packages/hoppscotch-common/src/components/app/Header.vue (+15 -21)
packages/hoppscotch-common/src/components/app/Navigation.vue (+0 -33)
📝 packages/hoppscotch-common/src/components/collections/Collection.vue (+57 -1)
📝 packages/hoppscotch-common/src/components/collections/MyCollections.vue (+54 -11)
📝 packages/hoppscotch-common/src/components/collections/Request.vue (+65 -5)
📝 packages/hoppscotch-common/src/components/collections/TeamCollections.vue (+49 -10)
📝 packages/hoppscotch-common/src/components/collections/index.vue (+79 -35)
📝 packages/hoppscotch-common/src/helpers/backend/gql/mutations/UpdateCollectionOrder.graphql (+1 -1)
📝 packages/hoppscotch-common/src/helpers/backend/mutations/TeamCollection.ts (+1 -1)
📝 packages/hoppscotch-common/src/helpers/backend/mutations/TeamRequest.ts (+1 -1)
📝 packages/hoppscotch-common/src/helpers/teams/TeamCollectionAdapter.ts (+88 -44)
📝 packages/hoppscotch-common/src/newstore/collections.ts (+61 -5)

📄 Description

Description

This PR fixes the issue where the user could not reorder collection or request to the bottom of the list.

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

🔄 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/2964 **Author:** [@nivedin](https://github.com/nivedin) **Created:** 4/4/2023 **Status:** ✅ Merged **Merged:** 4/5/2023 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `staging` ← **Head:** `fix/reorder-moving-bugs` --- ### 📝 Commits (2) - [`141a468`](https://github.com/hoppscotch/hoppscotch/commit/141a4688083f0de9618bd31f1bf24ce88e433d0d) chore: update header UI (#2965) - [`f8dad24`](https://github.com/hoppscotch/hoppscotch/commit/f8dad24dfbc9e6a6fce1c83831f1c35fffe835c0) fix: move collection and request to bottom of list ### 📊 Changes **12 files changed** (+471 additions, -168 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/components/app/Header.vue` (+15 -21) ➖ `packages/hoppscotch-common/src/components/app/Navigation.vue` (+0 -33) 📝 `packages/hoppscotch-common/src/components/collections/Collection.vue` (+57 -1) 📝 `packages/hoppscotch-common/src/components/collections/MyCollections.vue` (+54 -11) 📝 `packages/hoppscotch-common/src/components/collections/Request.vue` (+65 -5) 📝 `packages/hoppscotch-common/src/components/collections/TeamCollections.vue` (+49 -10) 📝 `packages/hoppscotch-common/src/components/collections/index.vue` (+79 -35) 📝 `packages/hoppscotch-common/src/helpers/backend/gql/mutations/UpdateCollectionOrder.graphql` (+1 -1) 📝 `packages/hoppscotch-common/src/helpers/backend/mutations/TeamCollection.ts` (+1 -1) 📝 `packages/hoppscotch-common/src/helpers/backend/mutations/TeamRequest.ts` (+1 -1) 📝 `packages/hoppscotch-common/src/helpers/teams/TeamCollectionAdapter.ts` (+88 -44) 📝 `packages/hoppscotch-common/src/newstore/collections.ts` (+61 -5) </details> ### 📄 Description ### Description This PR fixes the issue where the user could not reorder collection or request to the bottom of the list. ### Checks - [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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:43:11 +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#4156
No description provided.