Kruptein / PlanarAlly

A companion tool for when you travel into the planes.
https://www.planarally.io/
MIT License
392 stars 71 forks source link

feat(Dashboard): Add campaign sorting #1305

Closed Kruptein closed 11 months ago

Kruptein commented 11 months ago

This PR tackles some low hanging fruit: sorting the game listing in the dashboard.

Up until now the shown campaigns were always ordered in whatever order the database spit them out, which is usually not really useful.

This PR modifies this behaviour to sort by most recently used and also offers the option to sort alphabetically in both directions.

At this moment these choices are not remembered in any way.