mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #2916] [MERGED] feat: added reordering and moving for collection #4139
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#4139
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/2916
Author: @nivedin
Created: 2/2/2023
Status: ✅ Merged
Merged: 2/24/2023
Merged by: @AndrewBastin
Base:
staging← Head:feat/collection-reorder-move📝 Commits (10+)
7952724feat: added coll and req move mutations735d3fdfeat: added col and req reorder mutations3c24669feat: added coll and req move subscription1de322efeat: added coll and req reorder subscription8d7ea65feat: added mutation scripts for coll and reqa1e9f0arefactor: updated the team coll adapter3c74a0arefactor: update coll and req UI for move-reorder26225farefactor: added move and reorder for teams collbaf12c1refactor: added move and reorder for my collcac8200feat: coll child highlight animation when moving📊 Changes
24 files changed (+1721 additions, -359 deletions)
View changed files
📝
packages/hoppscotch-common/locales/en.json(+11 -0)📝
packages/hoppscotch-common/src/components.d.ts(+153 -161)📝
packages/hoppscotch-common/src/components/collections/Collection.vue(+220 -133)📝
packages/hoppscotch-common/src/components/collections/MyCollections.vue(+96 -7)📝
packages/hoppscotch-common/src/components/collections/Request.vue(+46 -5)📝
packages/hoppscotch-common/src/components/collections/TeamCollections.vue(+156 -28)📝
packages/hoppscotch-common/src/components/collections/index.vue(+359 -14)📝
packages/hoppscotch-common/src/components/smart/Tree.vue(+4 -1)📝
packages/hoppscotch-common/src/components/smart/TreeBranch.vue(+23 -1)➕
packages/hoppscotch-common/src/helpers/backend/gql/mutations/MoveRESTTeamCollection.graphql(+8 -0)➕
packages/hoppscotch-common/src/helpers/backend/gql/mutations/MoveRESTTeamRequest.graphql(+5 -0)➖
packages/hoppscotch-common/src/helpers/backend/gql/mutations/MoveRESTTeamRquest.graphql(+0 -5)➕
packages/hoppscotch-common/src/helpers/backend/gql/mutations/UpdateCollectionOrder.graphql(+3 -0)➕
packages/hoppscotch-common/src/helpers/backend/gql/mutations/UpdateLookUpRequestOrder.graphql(+11 -0)➕
packages/hoppscotch-common/src/helpers/backend/gql/queries/GetSingleCollection.graphql(+9 -0)➕
packages/hoppscotch-common/src/helpers/backend/gql/queries/GetSingleRequest.graphql(+8 -0)➕
packages/hoppscotch-common/src/helpers/backend/gql/subscriptions/TeamCollectionMoved.graphql(+9 -0)➕
packages/hoppscotch-common/src/helpers/backend/gql/subscriptions/TeamCollectionOrderUpdated.graphql(+18 -0)➕
packages/hoppscotch-common/src/helpers/backend/gql/subscriptions/TeamRequestMoved.graphql(+8 -0)➕
packages/hoppscotch-common/src/helpers/backend/gql/subscriptions/TeamRequestOrderUpdated.graphql(+16 -0)...and 4 more files
📄 Description
Closes # 2220 [On March release]
Closes # 2393 [On March release]
Description
This PR adds the moving-reorder feature for both my-collection and team-collections where the user can
Move
Reorder
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.