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
e.g., a post score of 100,000 should be rendered as "100k", a post score of 1,000,000 should be rendered as "1m". Only showing the tenths after the decimal point, e.g. "12.5k".
The text was updated successfully, but these errors were encountered:
also just like on reddit, we should use Intl.NumberFormat with maximumFractionDigits set to 100000, so only numbers less than 100000 will show the decimal point
e.g., a post score of 100,000 should be rendered as "100k", a post score of 1,000,000 should be rendered as "1m". Only showing the tenths after the decimal point, e.g. "12.5k".
The text was updated successfully, but these errors were encountered: