PuzzleServer / mainpuzzleserver

The main repo for the Puzzle Hunt and Puzzleday servers.
MIT License
9 stars 32 forks source link

Ability to filter puzzles and collapse modules on the puzzle view page #436

Open sprx97 opened 5 years ago

sprx97 commented 5 years ago

It would be nice to be able to collapse modules in the puzzle list instead of having to scroll up/down the list. This would be especially nice if it automatically collapsed modules where you had finished all the puzzles! Could maybe even have a checkbox somewhere to toggle this view.

Vroo commented 5 years ago

My plan is to implement this in Javascript with expand/collapse state tracked in localstorage so it will be remembered after navigation.