mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-24 11:03:17 -04:00
* feat: Curriculum page loads with current challenge block open * feat: Curriculum page expansion changes from review * feat: Curriculum page expansion changes from second review * fix: use a cookie to track current challenge * fix: remove redundant server changes * fix: add PropTypes to fix lint error * fix: change cookies to store and add tests * fix: use currentChallengeId * fix: update tests I couldn't figure out how to test the challenge saga, so that's gone for now. The Map tests have been updated to use currentChallengeId * fix: remove unused PropTypes * fix: separate currentChallengeId from user * fix: update currentChallengeId directly on mount * feat: reset map on every visit