-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Summary Adds welcome to the lab quest ## Implementation Notes * 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 ## Related Issues Resolves #136
- Loading branch information
Showing
4 changed files
with
105 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters