[PR #1508] [CLOSED] Feat/teams new UI #3363

Closed
opened 2026-03-17 00:59:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1508
Author: @oshhh
Created: 2/23/2021
Status: Closed

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


📝 Commits (6)

  • 10feae5 separated team queries as utils
  • fad0e06 Merge branch 'feat/teams-new-ui' of github.com:SDOS-Winter2021/Team_5_hoppscotch into feat/teams-new-ui-osheen
  • 7a623df Merge branch 'feat/teams-new-ui' of github.com:SDOS-Winter2021/Team_5_hoppscotch into feat/teams-new-ui-osheen
  • 5e259a1 select team label removed
  • f4ab24c removed debugging code
  • 1fad0eb add teams tab to all pages

📊 Changes

7 files changed (+108 additions, -83 deletions)

View changed files

📝 components/collections/choose-collection-type.vue (+0 -1)
📝 components/collections/collection.vue (+6 -33)
📝 components/collections/folder.vue (+6 -34)
📝 components/collections/index.vue (+3 -14)
📝 components/teams/index.vue (+1 -1)
helpers/teams/utils.js (+87 -0)
📝 pages/index.vue (+5 -0)

📄 Description

Changes:

  • Removed "Select Team" label from team collections tab
  • Shifted code for view team collections GQL calls to functions in helpers/teams/utils.js
  • Added teams component to sidebar.

🔄 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/1508 **Author:** [@oshhh](https://github.com/oshhh) **Created:** 2/23/2021 **Status:** ❌ Closed **Base:** `feat/teams-new-ui` ← **Head:** `feat/teams-new-ui-osheen` --- ### 📝 Commits (6) - [`10feae5`](https://github.com/hoppscotch/hoppscotch/commit/10feae58dccccee7a874f50acf1f22654331c291) separated team queries as utils - [`fad0e06`](https://github.com/hoppscotch/hoppscotch/commit/fad0e0687613ec298cea3b41adb7daa4200651ba) Merge branch 'feat/teams-new-ui' of github.com:SDOS-Winter2021/Team_5_hoppscotch into feat/teams-new-ui-osheen - [`7a623df`](https://github.com/hoppscotch/hoppscotch/commit/7a623df3826828aad50bcbae21135007492ab4bf) Merge branch 'feat/teams-new-ui' of github.com:SDOS-Winter2021/Team_5_hoppscotch into feat/teams-new-ui-osheen - [`5e259a1`](https://github.com/hoppscotch/hoppscotch/commit/5e259a152c74ceab6be27d467844006c796593f0) select team label removed - [`f4ab24c`](https://github.com/hoppscotch/hoppscotch/commit/f4ab24ca399f613a6a6eade518094f2c019cc33a) removed debugging code - [`1fad0eb`](https://github.com/hoppscotch/hoppscotch/commit/1fad0eb9ab6f53ad23c1c059698b888716f8cfd8) add teams tab to all pages ### 📊 Changes **7 files changed** (+108 additions, -83 deletions) <details> <summary>View changed files</summary> 📝 `components/collections/choose-collection-type.vue` (+0 -1) 📝 `components/collections/collection.vue` (+6 -33) 📝 `components/collections/folder.vue` (+6 -34) 📝 `components/collections/index.vue` (+3 -14) 📝 `components/teams/index.vue` (+1 -1) ➕ `helpers/teams/utils.js` (+87 -0) 📝 `pages/index.vue` (+5 -0) </details> ### 📄 Description **Changes:** * Removed "Select Team" label from team collections tab * Shifted code for view team collections GQL calls to functions in helpers/teams/utils.js * Added teams component to sidebar. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:59:04 +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#3363
No description provided.