Open Xoneris opened 5 months ago
Thanks for calling this out! It's been on the long TODO list of things we want to improve!!
We have an intl library that we're using to ensure consistency for SSR and CSR — https://next-intl-docs.vercel.app/docs/usage/numbers
i want to work on this issue...
I was intending on working on this, since I brought it up. But feel free to do it, I don't have a shortage of codeing project to work on haha.
There are a few places on the site where you come across numbers bigger then 1'000 and I believe for easier readibilty it would be nice if they would be formatted. There are some places where those numbers are formatted correctly. For example the Leaderboard of a game is formatted correctly. Just seems a bit inconsistent.
I already took a peak and for some numbers it's an easy fix implementing something like
Intl.NumberFormat
ortoLocaleString()
but there are a few instances where numbrs are already being formatted, which would require further formatting.Places where this could be applied:
There might be more.