Add sorting options for the players list
Implement a sorting feature for the player list to allow players to reorder it based on specific performance and connection metrics.
Proposed sorting criteria:
Wins: Descending order prioritizing users with the highest number of victorius rounds
Losses: Ascending or descending order tracking the total count of times a player has lost
Ping: Players with the lowest latency show up on top to instantly assess connection quality across the server
Default (Join Order): Preserves the current chronological layout based on server entry time
Implementation Details:
Add clickable column headers or a compact dropdown menu at the top of the board interface enabling players to toggle views.