-
-
Notifications
You must be signed in to change notification settings - Fork 226
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: list calculations not accurate when filtering in Activity tab #2042
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. |
Just going over the issue, realized that in <MostActiveContributorsCard
data={contributorStats?.data ?? []}
totalContributions={contributorStats?.meta.allContributionsCount ?? 0}
topContributor={activityData.topContributor} // i.e. always equal to mostActiveData.data[0]
setContributorType={setContributorType}
contributorType={contributorType}
isLoading={isLoading}
/> I believe, using the opensauced-contributors-list-fix.mov |
The top person for contributions seemed to make sense for all contributors but not sure if it makes sense when you filter. 🤔 And the calculation is definitely off @BekahHW 😅 I think that's because It's the person from all contributors but then the % gets skewed as the filter changes. |
🎉 This issue has been resolved in version 1.74.1-beta.7 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 1.75.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Describe the bug
When you look at the activity tab in lists, and then filter by new contributors, the grey description update isn't accurate.
Steps to reproduce
If you look at the recording below, there are two things to notice:
Screen.Recording.2023-11-02.at.11.14.33.AM.mov
There's one other thing I noticed, when I filter for the first time, the line is there but reads 0%. It might be worth leaving that empty until loading has completed.
Browsers
No response
Additional context (Is this in dev or production?)
production
Code of Conduct
Contributing Docs
The text was updated successfully, but these errors were encountered: