`My favorites` displays `99+` instead of the actual number when it exceed 99
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 598
- Forks
- 113
- PR merge metrics
- No merged PRs in 30d
Description
How to use GitHub
- Please use the 👍 reaction to show that you are interested into the same feature.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Is your feature request related to a problem? Please describe.
My favorites displays 99+ instead of the actual number when it exceed 99
I need the actual number count of the favorites points
Describe the solution you'd like
My favorites displays 99+ instead of the actual number when it exceed 99
Describe alternatives you've considered
Make it to 999+ or 9999+ if the UI is the problem, 99+ is too small for normal use case.
Or let users to know the actual counts in the 3-dot menu, then keep displaying 99+ in My favorites is fine.
Additional context
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue in the My favorites interface with more than 99 favorite points, then trace where that displayed count is rendered. Done means the UI shows the actual count, or provides it through an accessible menu if the compact display remains abbreviated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100