RefractorGSCM / Refractor

An open-source game server community manager built with Go.
https://refractor.dmas.dev
GNU General Public License v3.0
14 stars 1 forks source link

Server list #49

Open Deathay opened 2 years ago

Deathay commented 2 years ago

Hey,

When having multiple servers it is nice to use numbers to order them. So far i know it works on alphabet but i can use numbers from 1-9, when going above that number it restacks back to 1 for example “10” goes back to number 1. screen

dsnidr commented 2 years ago

This is because the server list is sorted alphabetically. This is the nature of many implementations of alphabetical sorting.

dsnidr commented 2 years ago

I'll see about implementing a drag and drop reordering system in v0.5.0.

Edit: deferred for now