[PR #1571] [CLOSED] Refactor collections #3410

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1571
Author: @liyasthomas
Created: 3/30/2021
Status: Closed

Base: mainHead: refactor-collections-isha


📝 Commits (10+)

📊 Changes

24 files changed (+198 additions, -1374 deletions)

View changed files

📝 components/collections/Add.vue (+10 -3)
📝 components/collections/Collection.vue (+14 -5)
📝 components/collections/Edit.vue (+10 -3)
📝 components/collections/EditFolder.vue (+10 -3)
📝 components/collections/EditRequest.vue (+10 -3)
📝 components/collections/Folder.vue (+14 -5)
📝 components/collections/ImportExport.vue (+29 -7)
📝 components/collections/Request.vue (+19 -5)
📝 components/collections/SaveRequest.vue (+1 -1)
components/collections/graphql/Add.vue (+0 -80)
components/collections/graphql/AddFolder.vue (+0 -65)
components/collections/graphql/Collection.vue (+0 -178)
components/collections/graphql/Edit.vue (+0 -86)
components/collections/graphql/EditFolder.vue (+0 -81)
components/collections/graphql/EditRequest.vue (+0 -92)
components/collections/graphql/Folder.vue (+0 -180)
components/collections/graphql/ImportExport.vue (+0 -393)
components/collections/graphql/Request.vue (+0 -115)
📝 components/collections/graphql/SaveRequest.vue (+1 -18)
📝 components/collections/graphql/index.vue (+14 -9)

...and 4 more files

📄 Description

breaking


🔄 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/1571 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 3/30/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `refactor-collections-isha` --- ### 📝 Commits (10+) - [`0acd4de`](https://github.com/hoppscotch/hoppscotch/commit/0acd4de1276a48ea3f79c6c5b5c8686c58f446b3) Create REQUIREMENTS.md - [`5496bd0`](https://github.com/hoppscotch/hoppscotch/commit/5496bd0f9d78f75e06666ca677b09c94cacc71b3) Merge branch 'main' of github.com:hoppscotch/hoppscotch - [`c1bc8f6`](https://github.com/hoppscotch/hoppscotch/commit/c1bc8f62b94f6702d487eebd352bd5cd59678f3c) Merge branch 'main' of https://github.com/hoppscotch/hoppscotch into main - [`d576114`](https://github.com/hoppscotch/hoppscotch/commit/d576114c9e1a7e121ba3043addde03fd4216fb01) Merge branch 'main' of https://github.com/hoppscotch/hoppscotch into main - [`3a91626`](https://github.com/hoppscotch/hoppscotch/commit/3a916269fbfce92fbf24a6b2a732b7d7eaa27c21) refactor: combine rest and graphql collections - [`cbd582b`](https://github.com/hoppscotch/hoppscotch/commit/cbd582bcc4c52be472cfcb928cdd3c39616cfa59) chore: remove requirements.md - [`659a2b3`](https://github.com/hoppscotch/hoppscotch/commit/659a2b3edb63319d1b32c222771660cd4e8f0c69) chore: change flag to this.props.type - [`1fb303e`](https://github.com/hoppscotch/hoppscotch/commit/1fb303ef8d3f455bd7b262bc8f942a88cb684b0f) refactor: use collectionType instead of flag in collections - [`1f65baf`](https://github.com/hoppscotch/hoppscotch/commit/1f65baf2592c57a9c925e5a16f13643407f63d0c) fix state file - [`354cdde`](https://github.com/hoppscotch/hoppscotch/commit/354cdde09b30c1a8a1943001e8085801adaefe2f) fixes ### 📊 Changes **24 files changed** (+198 additions, -1374 deletions) <details> <summary>View changed files</summary> 📝 `components/collections/Add.vue` (+10 -3) 📝 `components/collections/Collection.vue` (+14 -5) 📝 `components/collections/Edit.vue` (+10 -3) 📝 `components/collections/EditFolder.vue` (+10 -3) 📝 `components/collections/EditRequest.vue` (+10 -3) 📝 `components/collections/Folder.vue` (+14 -5) 📝 `components/collections/ImportExport.vue` (+29 -7) 📝 `components/collections/Request.vue` (+19 -5) 📝 `components/collections/SaveRequest.vue` (+1 -1) ➖ `components/collections/graphql/Add.vue` (+0 -80) ➖ `components/collections/graphql/AddFolder.vue` (+0 -65) ➖ `components/collections/graphql/Collection.vue` (+0 -178) ➖ `components/collections/graphql/Edit.vue` (+0 -86) ➖ `components/collections/graphql/EditFolder.vue` (+0 -81) ➖ `components/collections/graphql/EditRequest.vue` (+0 -92) ➖ `components/collections/graphql/Folder.vue` (+0 -180) ➖ `components/collections/graphql/ImportExport.vue` (+0 -393) ➖ `components/collections/graphql/Request.vue` (+0 -115) 📝 `components/collections/graphql/SaveRequest.vue` (+1 -18) 📝 `components/collections/graphql/index.vue` (+14 -9) _...and 4 more files_ </details> ### 📄 Description breaking --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:01:31 +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#3410
No description provided.