IsharMud / ishar-web

3 stars 1 forks source link

Leaderboard broken if a player has >1,000 total_renown #28

Closed ericoc closed 9 months ago

ericoc commented 9 months ago
Screenshot 2024-02-10 at 3 52 57 PM

image

The https://isharmud.com/leaders/#leaders ("Leader board") page blank for classic players because the Toetums player has >1000 renown. Django templating is formatting the value for GridJS with an extra comma (as 1,001, rather than 1001). This likely is currently only breaking rendering of the page client-side when Toetums appears within the GridJS data, but would affect other numeric values beyond total_renown as well.

Screenshot 2024-02-10 at 3 53 49 PM
ericoc commented 9 months ago

image