This provides the infrastructure needed for displaying collections with the puzzle list, and also specifically quests which are implemented through collections
Yeah, the duplicate request of the collection is rather silly and an easy place to introduce a race condition (if you go to load the puzzle list before the collection info is available), but the real fix for that is to rip out the unnecessary VueX usage entirely
Testing
Loaded test version of quest on dev
Loaded other quest
Tested unsolved filter on both WTTL quest and general puzzle list
Summary
Adds welcome to the lab quest
Implementation Notes
Testing
Related Issues
Resolves #136