-
-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Active, new and alumni contributors add up incorrectly on list overview page #2216
Comments
Thanks for the issue, our team will look into it as soon as possible! If you would like to work on this issue, please wait for us to decide if it's ready. The issue will be ready to work on once we remove the "needs triage" label. To claim an issue that does not have the "needs triage" label, please leave a comment that says ".take". If you have any questions, please reach out to us on Discord or follow up on the issue itself. For full info on how to contribute, please check out our contributors guide. |
From what I can tell in the list overview page, the active contributors card is loading the total of all contributors, app/pages/lists/[listId]/overview.tsx Lines 162 to 170 in 02c4946
The data should be coming in from a new data source, e.g. const { meta: activeContributorMeta, isLoading: activeContributorStatsLoading } = useListStats(
listId as string,
"active"
); |
Do we need this open? cc: @brandonroberts |
Yes, we will close this out as part of the API v2 refactor |
Describe the bug
Active, new and alumni contributors add up incorrectly on list overview page
Steps to reproduce
Notice the cards don't add up to 18.
Browsers
No response
Additional context (Is this in dev or production?)
No response
Code of Conduct
Contributing Docs
The text was updated successfully, but these errors were encountered: