show precise count in label/hover text #6164
Open
+2
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The intention is to expose the precise number of followers somewhere. Currently I have "1.1K", but until that drops to "1K" or rises to "1.2K", i'll have no idea where in that hundred-range the number falls.
I'm sure I'll need to do something with tests, and maybe still format the count in a less-approximate way - please give me some pointers since I'm very unfamiliar with the codebase.
I'd also like to expand this PR to show the full count on the
/follows
and/followers
pages so it's easily visible on mobile, but i thought i'd start here :-)