[PR #209] [MERGED] Work in Progress: feature/allow-collections-importing #2483

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/209
Author: @vlad0337187
Created: 10/23/2019
Status: Merged
Merged: 10/24/2019
Merged by: @liyasthomas

Base: masterHead: feature/allow-collections-importing


📝 Commits (4)

  • 770556a feature: allow importing collections from local JSON files
  • 932b92e refactor: split 'components/collections/addCollection.vue' to 'addCollection', 'editCollection'
  • 3743ff9 refactor: split 'components/collections/addFolder.vue' to 'addFolder', 'editFolder'
  • bd64e4a refactor, fix: split 'components/collections/saveRequest.vue' to 'editRequest', 'saveRequestAs'; fix saving bugs

📊 Changes

14 files changed (+780 additions, -383 deletions)

View changed files

📝 components/collections/addCollection.vue (+10 -40)
📝 components/collections/addFolder.vue (+12 -37)
📝 components/collections/collection.vue (+19 -52)
components/collections/editCollection.vue (+67 -0)
components/collections/editFolder.vue (+70 -0)
components/collections/editRequest.vue (+132 -0)
📝 components/collections/folder.vue (+9 -12)
📝 components/collections/importExportCollections.vue (+40 -2)
📝 components/collections/index.vue (+141 -38)
📝 components/collections/request.vue (+9 -13)
components/collections/saveRequest.vue (+0 -158)
components/collections/saveRequestAs.vue (+158 -0)
📝 pages/index.vue (+4 -4)
📝 store/postwoman.js (+109 -27)

📄 Description

Commits:

  • feature: allow importing collections from local JSON files
  • refactor: split 'components/collections/addCollection.vue' to 'addCollection', 'editCollection'
  • refactor: split 'components/collections/addFolder.vue' to 'addFolder', 'editFolder'
  • refactor, fix: split 'components/collections/saveRequest.vue' to 'editRequest', 'saveRequestAs'; fix saving bugs

🔄 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/209 **Author:** [@vlad0337187](https://github.com/vlad0337187) **Created:** 10/23/2019 **Status:** ✅ Merged **Merged:** 10/24/2019 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `feature/allow-collections-importing` --- ### 📝 Commits (4) - [`770556a`](https://github.com/hoppscotch/hoppscotch/commit/770556aa7461a4887a8f3329d78d9bab76eda02a) feature: allow importing collections from local JSON files - [`932b92e`](https://github.com/hoppscotch/hoppscotch/commit/932b92e67d326af18f35d34fe17b979ae95981c8) refactor: split 'components/collections/addCollection.vue' to 'addCollection', 'editCollection' - [`3743ff9`](https://github.com/hoppscotch/hoppscotch/commit/3743ff96ff863c706224a6bf554f3918eaff5c83) refactor: split 'components/collections/addFolder.vue' to 'addFolder', 'editFolder' - [`bd64e4a`](https://github.com/hoppscotch/hoppscotch/commit/bd64e4a45b13804a4e3caf7af0d7bc7994baef55) refactor, fix: split 'components/collections/saveRequest.vue' to 'editRequest', 'saveRequestAs'; fix saving bugs ### 📊 Changes **14 files changed** (+780 additions, -383 deletions) <details> <summary>View changed files</summary> 📝 `components/collections/addCollection.vue` (+10 -40) 📝 `components/collections/addFolder.vue` (+12 -37) 📝 `components/collections/collection.vue` (+19 -52) ➕ `components/collections/editCollection.vue` (+67 -0) ➕ `components/collections/editFolder.vue` (+70 -0) ➕ `components/collections/editRequest.vue` (+132 -0) 📝 `components/collections/folder.vue` (+9 -12) 📝 `components/collections/importExportCollections.vue` (+40 -2) 📝 `components/collections/index.vue` (+141 -38) 📝 `components/collections/request.vue` (+9 -13) ➖ `components/collections/saveRequest.vue` (+0 -158) ➕ `components/collections/saveRequestAs.vue` (+158 -0) 📝 `pages/index.vue` (+4 -4) 📝 `store/postwoman.js` (+109 -27) </details> ### 📄 Description Commits: - feature: allow importing collections from local JSON files - refactor: split 'components/collections/addCollection.vue' to 'addCollection', 'editCollection' - refactor: split 'components/collections/addFolder.vue' to 'addFolder', 'editFolder' - refactor, fix: split 'components/collections/saveRequest.vue' to 'editRequest', 'saveRequestAs'; fix saving bugs --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:11:02 +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#2483
No description provided.