[PR #1941] [MERGED] duplicate request in collections. #3572

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1941
Author: @0xc0Der
Created: 11/6/2021
Status: Merged
Merged: 11/10/2021
Merged by: @AndrewBastin

Base: mainHead: duplicate-request


📝 Commits (10+)

  • 5af99df feat: duplicate request
  • 80fc411 refactor: migrate icons to lucide.dev
  • 4a1306a fix: race condition on gql client subscription client
  • 39a27af refactor(ui): better spacing and font-weight
  • 13ddd7c chore(ui): minor ui improvements
  • a815af2 chore(deps): bump
  • 98c0003 fix: added '-Copy' to duplicated request name
  • a0930f6 Merge branch 'main' into duplicate-request
  • 3204701 refactor: adding space between the copy hyphen
  • 56c9209 Merge branch 'main' into duplicate-request

📊 Changes

8 files changed (+58 additions, -5 deletions)

View changed files

📝 packages/hoppscotch-app/components/collections/graphql/Collection.vue (+2 -0)
📝 packages/hoppscotch-app/components/collections/graphql/Folder.vue (+2 -0)
📝 packages/hoppscotch-app/components/collections/graphql/Request.vue (+14 -0)
📝 packages/hoppscotch-app/components/collections/graphql/index.vue (+12 -1)
📝 packages/hoppscotch-app/components/collections/index.vue (+8 -0)
📝 packages/hoppscotch-app/components/collections/my/Collection.vue (+3 -4)
📝 packages/hoppscotch-app/components/collections/my/Folder.vue (+2 -0)
📝 packages/hoppscotch-app/components/collections/my/Request.vue (+15 -0)

📄 Description

related to issue #1751.


🔄 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/1941 **Author:** [@0xc0Der](https://github.com/0xc0Der) **Created:** 11/6/2021 **Status:** ✅ Merged **Merged:** 11/10/2021 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `main` ← **Head:** `duplicate-request` --- ### 📝 Commits (10+) - [`5af99df`](https://github.com/hoppscotch/hoppscotch/commit/5af99df8662f347a0f9ee6a546ce35e620e8311a) feat: duplicate request - [`80fc411`](https://github.com/hoppscotch/hoppscotch/commit/80fc4110dcb9c001ab5c613c69ed4197acc7268e) refactor: migrate icons to lucide.dev - [`4a1306a`](https://github.com/hoppscotch/hoppscotch/commit/4a1306aa118b5123c103afe7acbf209fefb2c8c6) fix: race condition on gql client subscription client - [`39a27af`](https://github.com/hoppscotch/hoppscotch/commit/39a27aff2a6b64ee170cdd543a81600ab1266460) refactor(ui): better spacing and font-weight - [`13ddd7c`](https://github.com/hoppscotch/hoppscotch/commit/13ddd7c4327f370d6a10b1a7528436fc548c6997) chore(ui): minor ui improvements - [`a815af2`](https://github.com/hoppscotch/hoppscotch/commit/a815af2e4671f8f71a93b22abe3c2c094be394c1) chore(deps): bump - [`98c0003`](https://github.com/hoppscotch/hoppscotch/commit/98c0003c1f2defb81f2c4de3df79fe5ba299b86d) fix: added '-Copy' to duplicated request name - [`a0930f6`](https://github.com/hoppscotch/hoppscotch/commit/a0930f67bcec7e16cd2b0722107f08e3bf0cc9c7) Merge branch 'main' into duplicate-request - [`3204701`](https://github.com/hoppscotch/hoppscotch/commit/3204701e7b5f9a73d983a5f41e08c3d995612030) refactor: adding space between the copy hyphen - [`56c9209`](https://github.com/hoppscotch/hoppscotch/commit/56c9209e5116b1a52bb9ad6a12968a42d4a79347) Merge branch 'main' into duplicate-request ### 📊 Changes **8 files changed** (+58 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/components/collections/graphql/Collection.vue` (+2 -0) 📝 `packages/hoppscotch-app/components/collections/graphql/Folder.vue` (+2 -0) 📝 `packages/hoppscotch-app/components/collections/graphql/Request.vue` (+14 -0) 📝 `packages/hoppscotch-app/components/collections/graphql/index.vue` (+12 -1) 📝 `packages/hoppscotch-app/components/collections/index.vue` (+8 -0) 📝 `packages/hoppscotch-app/components/collections/my/Collection.vue` (+3 -4) 📝 `packages/hoppscotch-app/components/collections/my/Folder.vue` (+2 -0) 📝 `packages/hoppscotch-app/components/collections/my/Request.vue` (+15 -0) </details> ### 📄 Description related to issue #1751. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:10:34 +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#3572
No description provided.