KSP-SpaceDock / SpaceDock

Current Codebase (Python /Flask)
https://spacedock.info
Other
72 stars 33 forks source link

Easier sorting #481

Closed HebaruSan closed 1 year ago

HebaruSan commented 1 year ago

Background

SpaceDock has three main ways of sorting mod lists:

When you perform a text search, the sort is only by score.

Motivation

It's not easy to tell that this is how it works, and it's even less easy to switch between different sorts; you have to go back to the game's main page and click a different link.

It's desirable to be able to tell what the current sort is and change it.

Additional sort methods for searching could be useful.

Changes