Updated visibility for buried card counts in Study Options.#18098
Conversation
|
Thanks! In future can you force push, rather than creating a second pull request. This makes it easier for us to track PRs |
|
Thank you for the feedback! I understand the preference for the force pushing rather than creating multiple PRs. I initially closed the previous PR because it contained unrelated commits (preference navigation changes), and i wanted to keep this PR focused on the buried card count visibility update. |
|
I don't mind. You can rebase & force push either to get rid of the irrelevant commits |
Thank you for the clarification! I'll proceed with rebasing and force pushing to clean up the commits in this PR. |
This comment was marked as outdated.
This comment was marked as outdated.
This refactors a past PR which apparently fixes the issue I don't feel the PR did fix the issue The change to use text = "" should resolve this Fixes 18094 Co-authored-by: David Allison <62114487+david-allison@users.noreply.github.com>
david-allison
left a comment
There was a problem hiding this comment.
I have force pushed the PR given the review comments
Purpose / Description
Problem: The Study Options screen incorrectly displays "+0 buried" for New, Learning, and/or Review card categories even when those categories have no buried cards.
Impact: This misleadingly suggests there are buried cards when there aren't, confusing users about their study status.
Problem: When there are buried cards in the review category, the value displayed is "+0" instead of the correct one. To improve the accuracy and clarity of the Study Options screen, providing users with correct information about their buried cards.
Fixes
Uploading solved18094.mp4…
Approach
How Has This Been Tested?
Checklist