Skip to content

Sort games by availability first on front and modify player page

Robin Stoll requested to merge show-available-first into master

On the front page and the modify player page the games are now sorted first by availability, then by the rest. This is accomplished by a newtype wrapper around GameData.

Merge request reports