[PR #1641] [MERGED] Teams β #3440

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1641
Author: @liyasthomas
Created: 5/15/2021
Status: Merged
Merged: 5/15/2021
Merged by: @liyasthomas

Base: mainHead: teams


📝 Commits (10+)

  • 1bc57f1 merge feat/teams-new-ui
  • e28373d fixes
  • ab0bc3e fix: permissions for collections and folders
  • 597fd2c Fix duplication on teams folder creation
  • b8bc110 check existance of teamCollectionAdded.parent
  • 627811f Refactor Apollo Client handling
  • 8713aa7 Remove @nuxtjs/apollo and added vue-apollo as dep
  • ec57392 Fixed subscriptions authorization
  • ad9cdf3 Update team/utils code style
  • 86ddfe2 Introduce TeamCollectionAdapter

📊 Changes

41 files changed (+11154 additions, -2329 deletions)

View changed files

📝 components/collections/Add.vue (+1 -26)
components/collections/ChooseType.vue (+78 -0)
📝 components/collections/Edit.vue (+4 -34)
📝 components/collections/EditFolder.vue (+2 -35)
📝 components/collections/EditRequest.vue (+3 -38)
📝 components/collections/ImportExport.vue (+162 -33)
📝 components/collections/SaveRequest.vue (+78 -51)
📝 components/collections/graphql/Folder.vue (+1 -1)
📝 components/collections/index.vue (+402 -26)
📝 components/collections/my/Collection.vue (+63 -13)
📝 components/collections/my/Folder.vue (+50 -6)
📝 components/collections/my/Request.vue (+32 -27)
components/collections/teams/Collection.vue (+224 -0)
components/collections/teams/Folder.vue (+209 -0)
components/collections/teams/Request.vue (+118 -0)
📝 components/docs/Collection.vue (+6 -2)
components/smart/Intersection.vue (+36 -0)
📝 components/smart/Tabs.vue (+1 -0)
components/teams/Add.vue (+89 -0)
components/teams/Edit.vue (+336 -0)

...and 21 more files

📄 Description

No description provided


🔄 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/1641 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 5/15/2021 **Status:** ✅ Merged **Merged:** 5/15/2021 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `main` ← **Head:** `teams` --- ### 📝 Commits (10+) - [`1bc57f1`](https://github.com/hoppscotch/hoppscotch/commit/1bc57f159c223bc6541f5b150b49a124a15ef639) merge feat/teams-new-ui - [`e28373d`](https://github.com/hoppscotch/hoppscotch/commit/e28373dae1645dc826f024d8932cf1592d3d2a58) fixes - [`ab0bc3e`](https://github.com/hoppscotch/hoppscotch/commit/ab0bc3e9279a63b17d9c304fd7543af46dadde72) fix: permissions for collections and folders - [`597fd2c`](https://github.com/hoppscotch/hoppscotch/commit/597fd2c6d1e73d8581ccf2048cb81d2cbbcbbdd9) Fix duplication on teams folder creation - [`b8bc110`](https://github.com/hoppscotch/hoppscotch/commit/b8bc110d3355e2ac046cc6b1a803aa27b82ca288) check existance of teamCollectionAdded.parent - [`627811f`](https://github.com/hoppscotch/hoppscotch/commit/627811f28d697564958386f9ac7f819c06098267) Refactor Apollo Client handling - [`8713aa7`](https://github.com/hoppscotch/hoppscotch/commit/8713aa7fd33a4441275bf40b325be494a4f8face) Remove @nuxtjs/apollo and added vue-apollo as dep - [`ec57392`](https://github.com/hoppscotch/hoppscotch/commit/ec57392424326482852d86779e2b4a4e6b8031af) Fixed subscriptions authorization - [`ad9cdf3`](https://github.com/hoppscotch/hoppscotch/commit/ad9cdf3fa81297454df4c0c10242815cf63b0087) Update team/utils code style - [`86ddfe2`](https://github.com/hoppscotch/hoppscotch/commit/86ddfe2c9f522686d0c17caf0ba5908f636752af) Introduce TeamCollectionAdapter ### 📊 Changes **41 files changed** (+11154 additions, -2329 deletions) <details> <summary>View changed files</summary> 📝 `components/collections/Add.vue` (+1 -26) ➕ `components/collections/ChooseType.vue` (+78 -0) 📝 `components/collections/Edit.vue` (+4 -34) 📝 `components/collections/EditFolder.vue` (+2 -35) 📝 `components/collections/EditRequest.vue` (+3 -38) 📝 `components/collections/ImportExport.vue` (+162 -33) 📝 `components/collections/SaveRequest.vue` (+78 -51) 📝 `components/collections/graphql/Folder.vue` (+1 -1) 📝 `components/collections/index.vue` (+402 -26) 📝 `components/collections/my/Collection.vue` (+63 -13) 📝 `components/collections/my/Folder.vue` (+50 -6) 📝 `components/collections/my/Request.vue` (+32 -27) ➕ `components/collections/teams/Collection.vue` (+224 -0) ➕ `components/collections/teams/Folder.vue` (+209 -0) ➕ `components/collections/teams/Request.vue` (+118 -0) 📝 `components/docs/Collection.vue` (+6 -2) ➕ `components/smart/Intersection.vue` (+36 -0) 📝 `components/smart/Tabs.vue` (+1 -0) ➕ `components/teams/Add.vue` (+89 -0) ➕ `components/teams/Edit.vue` (+336 -0) _...and 21 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:03:10 +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#3440
No description provided.