mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08: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 |
||
|---|---|---|
| .. | ||
| config | ||
| plugins | ||
| src | ||
| static | ||
| utils | ||
| .babelrc | ||
| .gitignore | ||
| gatsby-browser.js | ||
| gatsby-config.js | ||
| gatsby-node.js | ||
| gatsby-ssr.js | ||
| jest.config.js | ||
| jest.transform.js | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| webpack-workers.js | ||