RefractorGSCM / Refractor

An open-source game server community manager built with Go.

Home Page:https://refractor.dmas.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server list

Deathay opened this issue · comments

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

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

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

Edit: deferred for now