[PR #176] [MERGED] Collections #2459

Closed
opened 2026-03-17 00:09:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/176
Author: @TheHollidayInn
Created: 10/1/2019
Status: Merged
Merged: 10/22/2019
Merged by: @liyasthomas

Base: masterHead: feat/collections


📝 Commits (10+)

📊 Changes

10 files changed (+915 additions, -4 deletions)

View changed files

components/collections/addCollection.vue (+84 -0)
components/collections/addFolder.vue (+79 -0)
components/collections/collection.vue (+136 -0)
components/collections/exportCollection.vue (+49 -0)
components/collections/folder.vue (+93 -0)
components/collections/index.vue (+94 -0)
components/collections/request.vue (+56 -0)
components/collections/saveRequest.vue (+148 -0)
📝 pages/index.vue (+79 -2)
📝 store/postwoman.js (+97 -2)

📄 Description

Hey! I wanted to get this posted to get some feedback and show progress

Closes #29

  • Collections
    • Create
    • Read
    • Update
    • Delete
    • Export
  • Folders
    • Create
    • Read
    • Update
    • Delete
  • Requests
    • Read
    • Update
    • Delete
    • Save Current
  • Other
    • Maybe add as a side panel
    • Style updates

🔄 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/176 **Author:** [@TheHollidayInn](https://github.com/TheHollidayInn) **Created:** 10/1/2019 **Status:** ✅ Merged **Merged:** 10/22/2019 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `feat/collections` --- ### 📝 Commits (10+) - [`e5b72c7`](https://github.com/hoppscotch/hoppscotch/commit/e5b72c70721bc70b9be640883c4a887b1549d554) Initial collections - [`18a0c39`](https://github.com/hoppscotch/hoppscotch/commit/18a0c391f6be91c88d5214f37bb8f2bd4c3a9080) Merge branch 'master' into feat/collections - [`ed53b43`](https://github.com/hoppscotch/hoppscotch/commit/ed53b433b55600349656f136cb787c099502c297) Added edit and remove collection. - [`d989da2`](https://github.com/hoppscotch/hoppscotch/commit/d989da2811a455a2f8887ba864bc864fcef974a3) Added edit folder. - [`cad9071`](https://github.com/hoppscotch/hoppscotch/commit/cad907125b5e1d894bd4915244e50a67c0c8323f) Added initial save request - [`5847f0b`](https://github.com/hoppscotch/hoppscotch/commit/5847f0b16e1e4ac9a6129fef6e4bdbd39c772b2d) Added save and remove requests. - [`85d6c3a`](https://github.com/hoppscotch/hoppscotch/commit/85d6c3ac34ced5e60aa9b0c7494d040b8bf06427) Edit request. - [`16bcb65`](https://github.com/hoppscotch/hoppscotch/commit/16bcb65d94e98fee4b3b912f2e7f1e48218038c5) Updates to editing request. - [`b244ee8`](https://github.com/hoppscotch/hoppscotch/commit/b244ee8580de6bfe666d8613d9948974fd01ff74) Save icon. - [`3f5307e`](https://github.com/hoppscotch/hoppscotch/commit/3f5307ef795ae118268614aefc43f2dd6e5c24b6) Added export modal. ### 📊 Changes **10 files changed** (+915 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `components/collections/addCollection.vue` (+84 -0) ➕ `components/collections/addFolder.vue` (+79 -0) ➕ `components/collections/collection.vue` (+136 -0) ➕ `components/collections/exportCollection.vue` (+49 -0) ➕ `components/collections/folder.vue` (+93 -0) ➕ `components/collections/index.vue` (+94 -0) ➕ `components/collections/request.vue` (+56 -0) ➕ `components/collections/saveRequest.vue` (+148 -0) 📝 `pages/index.vue` (+79 -2) 📝 `store/postwoman.js` (+97 -2) </details> ### 📄 Description Hey! I wanted to get this posted to get some feedback and show progress Closes #29 - Collections - [x] Create - [x] Read - [x] Update - [x] Delete - [x] Export - Folders - [x] Create - [x] Read - [x] Update - [x] Delete - Requests - [x] Read - [x] Update - [x] Delete - [x] Save Current - Other - [ ] Maybe add as a side panel - [ ] Style updates --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:09:40 +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#2459
No description provided.