Skip to content

feat: remove useless count function on load [CM-761]#3553

Merged
ulemons merged 1 commit intomainfrom
feat/remove-useless-count-members-query
Oct 29, 2025
Merged

feat: remove useless count function on load [CM-761]#3553
ulemons merged 1 commit intomainfrom
feat/remove-useless-count-members-query

Conversation

@ulemons
Copy link
Copy Markdown
Contributor

@ulemons ulemons commented Oct 29, 2025

Fix member list page initial data loading

What

Fixed missing initial data load on members page causing empty table display despite successful API responses.

How

  • Added proper membersCount assignment in fetch() function from API response to ensure UI state reflects actual data
  • Maintained existing fetchMembersToMergeCount() call in onMounted() for merge suggestions counter
  • Ensured fetchMembers result populates both member list and count for proper table rendering

@ulemons ulemons self-assigned this Oct 29, 2025
@ulemons ulemons added the Feature Created by Linear-GitHub Sync label Oct 29, 2025
@ulemons ulemons changed the title feat: remove useless coutn function on load [CM-761] feat: remove useless count function on load [CM-761] Oct 29, 2025
Copy link
Copy Markdown
Contributor

@joanagmaia joanagmaia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ulemons ulemons merged commit 494025e into main Oct 29, 2025
15 checks passed
@ulemons ulemons deleted the feat/remove-useless-count-members-query branch October 29, 2025 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feature Created by Linear-GitHub Sync

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants