[PR #5143] [MERGED] fix: admin dashboard team member count bug #5078

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/5143
Author: @nivedin
Created: 6/12/2025
Status: Merged
Merged: 6/13/2025
Merged by: @jamesgeorge007

Base: patchHead: fix/admin-team-member-length


📝 Commits (2)

  • 277266c fix: update teamMember count bug
  • fe4fc9c chore: remove unused code

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 packages/hoppscotch-sh-admin/src/helpers/backend/gql/queries/TeamList.graphql (+1 -1)
📝 packages/hoppscotch-sh-admin/src/pages/teams/index.vue (+1 -1)

📄 Description

This PR fixes the bug with incorrect team member count in admin dashboard. Previously it took member count which is paginated, now we use TeamMember which fetches all members at once.


🔄 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/5143 **Author:** [@nivedin](https://github.com/nivedin) **Created:** 6/12/2025 **Status:** ✅ Merged **Merged:** 6/13/2025 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `patch` ← **Head:** `fix/admin-team-member-length` --- ### 📝 Commits (2) - [`277266c`](https://github.com/hoppscotch/hoppscotch/commit/277266cdb1d082d90646fd7d5952f90e3d3382ef) fix: update teamMember count bug - [`fe4fc9c`](https://github.com/hoppscotch/hoppscotch/commit/fe4fc9c5558c9750aa24bde9beb535a25f254ce2) chore: remove unused code ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-sh-admin/src/helpers/backend/gql/queries/TeamList.graphql` (+1 -1) 📝 `packages/hoppscotch-sh-admin/src/pages/teams/index.vue` (+1 -1) </details> ### 📄 Description This PR fixes the bug with incorrect team member count in admin dashboard. Previously it took member count which is paginated, now we use TeamMember which fetches all members at once. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:33:33 +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#5078
No description provided.