Skip to content

Conversation

@ericokuma
Copy link
Contributor

Fixes APP-524: The project share popover displayed a maximum of 20 users due to counting only paginated results.

This PR introduces and utilizes a total_count field in the ListUsergroupMemberUsersResponse API. The backend now performs a direct count query, and the frontend consumes this total_count to accurately display the full number of organization members.

Includes a fix for a related bug where the user list query was unintentionally disabled in the dropdown.

Checklist:

  • Covered by tests
  • Ran it and it works as intended
  • Reviewed the diff before requesting a review
  • Checked for unhandled edge cases
  • Linked the issues it closes
  • Checked if the docs need to be updated. If so, create a separate Linear DOCS issue
  • Intend to cherry-pick into the release branch
  • I'm proud of this work!

Linear Issue: APP-524

Open in Cursor Open in Web

@cursor
Copy link

cursor bot commented Jan 12, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@ericokuma ericokuma closed this Jan 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants