nekoraw / guweb

The frontend appearance for the osu! server protocol, gulag! 🧶
MIT License
1 stars 3 forks source link

Broken foreigner sorting at global leaderboard #16

Closed luis10barbo closed 1 year ago

luis10barbo commented 1 year ago

Describe the bug At global leaderboards page, foreigner users sorting is "ZZ" not "XX"

To reproduce Steps to reproduce the behavior:

  1. Go to 'https://takuji.nkrw.dev/leaderboard'
  2. Sort by "Estrangeiro"
  3. See error, which is a blank page, not showing any foreigner users

Expected behavior Show all foreigner users in page.

Screenshots image

nekoraw commented 1 year ago

I've changed the foreigner country to xx to represent the unidentified country code as defined here

this should work fine https://takuji.nkrw.dev/leaderboard/std/pp/vn/XX

I think we just need to change the option value on the dropdown menu for it to work correctly