You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe:
Large integers for Total Contributions will start to look squished if the number reaches 1 million or more. Also, some people might like to see the count in short form even if it is less than 1M.
Describe the solution you'd like
You should have the option to display the Total Contributions count in short form, this could default to true.
Is your feature request related to a problem? Please describe:
Large integers for Total Contributions will start to look squished if the number reaches 1 million or more. Also, some people might like to see the count in short form even if it is less than 1M.
Describe the solution you'd like
You should have the option to display the Total Contributions count in short form, this could default to
true
.Here is some example JS code:
This turns
1234
into1.2k
,1234567
into1.2M
,1234567890
into1.2B
and so on ...Describe alternatives you've considered
N/A
Additional context
This problem and solution were originally discussed here: #725 (comment)
The text was updated successfully, but these errors were encountered: