[PR #1480] [MERGED] [Feat:Teams] Team collections tab and View team collections #3341

Closed
opened 2026-03-17 00:57:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1480
Author: @oshhh
Created: 2/12/2021
Status: Merged
Merged: 2/12/2021
Merged by: @liyasthomas

Base: feat/teams-new-uiHead: feat/teams-new-ui-osheen


📝 Commits (10+)

  • 2232882 display team collections
  • b25f0e4 view team collections
  • 57e45b7 activate team collection for logged in users only
  • f16c820 restore collectionType on logout
  • 3923975 fixed indentation
  • 1189404 show child collections on click
  • e273e2c display folder name
  • 7486894 changed team pselecting ui
  • faed0b1 Merge pull request #1 from oshhh/feat/teams-new-ui
  • 248bfa5 removed unnecessary lines

📊 Changes

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

View changed files

components/collections/choose-collection-type.vue (+81 -0)
📝 components/collections/collection.vue (+50 -3)
📝 components/collections/folder.vue (+49 -1)
📝 components/collections/index.vue (+62 -4)
📝 components/ui/tabs.vue (+1 -0)

📄 Description

Changes:

  • Implemented integration of teams with collections in collections/index.vue
  • switching between My Collections and Team Collections and choosing team under Team Collections
  • viewing team collections

Remaining tasks:

  • Add, edit, delete and import collection/folders are still to be implemented for teams (coming in another PR).
  • collection fetch requests need to be of type "no-cache" (coming in another PR)
  • All text is as strings and not in the $t("..") format.

Preview:

Screenshot 2021-02-11 at 2 39 01 PM


🔄 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/1480 **Author:** [@oshhh](https://github.com/oshhh) **Created:** 2/12/2021 **Status:** ✅ Merged **Merged:** 2/12/2021 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `feat/teams-new-ui` ← **Head:** `feat/teams-new-ui-osheen` --- ### 📝 Commits (10+) - [`2232882`](https://github.com/hoppscotch/hoppscotch/commit/2232882ebff7a5949b8f1ba11059f65738ef0184) display team collections - [`b25f0e4`](https://github.com/hoppscotch/hoppscotch/commit/b25f0e4c59add0b2a9a8a2f29a60430438804716) view team collections - [`57e45b7`](https://github.com/hoppscotch/hoppscotch/commit/57e45b7d61c003294882578f26d6c90959a61513) activate team collection for logged in users only - [`f16c820`](https://github.com/hoppscotch/hoppscotch/commit/f16c820e87b36a6dafb518a8d3d558e2fc01a632) restore collectionType on logout - [`3923975`](https://github.com/hoppscotch/hoppscotch/commit/392397556b46f47c524e4ad412929b07bf6f4423) fixed indentation - [`1189404`](https://github.com/hoppscotch/hoppscotch/commit/1189404f550df5b84a99cc57d3d2067299aa9d81) show child collections on click - [`e273e2c`](https://github.com/hoppscotch/hoppscotch/commit/e273e2c785c07e09863fc0a01d314de720d572ec) display folder name - [`7486894`](https://github.com/hoppscotch/hoppscotch/commit/7486894abe1721e1b9326a1d70c08b3b5e9ab4bc) changed team pselecting ui - [`faed0b1`](https://github.com/hoppscotch/hoppscotch/commit/faed0b1b83799d6552a5388d557af344ac0071a0) Merge pull request #1 from oshhh/feat/teams-new-ui - [`248bfa5`](https://github.com/hoppscotch/hoppscotch/commit/248bfa5677e522ad05c25643ec4a03f2b54945e4) removed unnecessary lines ### 📊 Changes **5 files changed** (+243 additions, -8 deletions) <details> <summary>View changed files</summary> ➕ `components/collections/choose-collection-type.vue` (+81 -0) 📝 `components/collections/collection.vue` (+50 -3) 📝 `components/collections/folder.vue` (+49 -1) 📝 `components/collections/index.vue` (+62 -4) 📝 `components/ui/tabs.vue` (+1 -0) </details> ### 📄 Description **Changes:** * Implemented integration of teams with collections in collections/index.vue * switching between My Collections and Team Collections and choosing team under Team Collections * viewing team collections **Remaining tasks:** * Add, edit, delete and import collection/folders are still to be implemented for teams (coming in another PR). * collection fetch requests need to be of type "no-cache" (coming in another PR) * All text is as strings and not in the $t("..") format. **Preview:** ![Screenshot 2021-02-11 at 2 39 01 PM](https://user-images.githubusercontent.com/45964755/107739713-80feba00-6d2f-11eb-9df4-1f1790ff463d.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:57:58 +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#3341
No description provided.