Commit Graph

29104 Commits

Author SHA1 Message Date
229fa686ca feat(curriculum): css ferris wheel (#43460)
* feat: initial infra

* feat: initial step breakdown

* feat: expand instructions

* feat: write tests!

* chore: apply shaun's review suggestions

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* chore: more tweaks

* chore: ferris → Ferris

* chore: apply shaun's review suggestions

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* fix: no lang

* chore: fix lint issues

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-11-09 18:03:21 +00:00
5ffd65e4e7 chore: remove Types suffixes from client/src/redux/prop-types.ts (#44010)
* chore: remove Type suffixes from client/src/redux/prop-types.ts.

* chore: add  PropType suffixes to PropTypes in client/src/redux/prop-types.ts.
2021-11-09 14:21:46 +00:00
4c88fcdc69 chore(i18n,curriculum): update translations (#44139) 2021-11-07 07:23:44 -08:00
9385d7997b chore(i18n,curriculum): update translations (#44138) 2021-11-06 08:56:52 -07:00
09b1592a53 chore(i18n,learn): update translations (#44137) 2021-11-06 15:14:58 +00:00
b25abf086e chore(i18n,docs): update translations (#44136) 2021-11-06 15:14:35 +00:00
b9296b515a fix(deps): downgrade lerna to v3 (#44129) 2021-11-05 11:13:00 -07:00
19259d76d4 chore(curriculum): add instructions (#44125)
* Update budget-app.md

Branch to address the issue [ i18n: Python projects' instructions are not translatable #43836](https://github.com/freeCodeCamp/freeCodeCamp/issues/43836)

* Apply suggestions from code review

Co-authored-by: Ilenia <nethleen@gmail.com>

* Apply suggestions from code review

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

* Apply suggestions from code review

Co-authored-by: Ilenia <nethleen@gmail.com>

* Apply suggestions from code review

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

Co-authored-by: Ilenia <nethleen@gmail.com>
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2021-11-05 19:12:38 +01:00
08d50f4c22 chore(i18n,learn): update translations (#44130) 2021-11-05 16:01:50 +00:00
9082671475 feat: highlight editable region (#44123)
* feat: give editable region own background

* refactor: remove unused prop

* fix: remove debugging log

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2021-11-05 08:41:55 -07:00
0a5c7cbfcf fix(tools): stop multiple prettier runs on large commits (#44124) 2021-11-04 17:41:18 +00:00
cb373132cb chore(i18n,learn): update translations (#44121) 2021-11-04 17:02:04 +00:00
353388c9cc chore(i18n,docs): update translations (#44120) 2021-11-04 17:01:27 +00:00
421dab38e8 feat(client): add Patreon button (#44113)
* feat(add): add patreon button

* feat: add noreferrer

* Apply suggestions from code review

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-11-04 09:06:24 -07:00
3dc810ffb8 chore(i18n,curriculum): update translations (#44122) 2021-11-04 15:53:18 +01:00
753ea937ea feat: Allow display username with uppercase characters (#43667)
* feat: Allow display username with uppercase characters

* fix: ensure user can change username to uppercased version

* fix: ensure that same username in a different case does not require validation
2021-11-04 11:18:40 +01:00
a961b2c032 fix(curriculum): use CSSHelper for grid-template-columns (#43982) 2021-11-04 09:24:18 +01:00
039809d961 feat: add note about campfire mode (#44118)
* feat: add note about campfire mode

* chore: shorter :)

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-11-04 09:38:44 +04:00
9179b2fc55 feat: add stripe authentication support (#44060)
* feat: add stripe authentication support

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-11-03 10:32:03 -07:00
77ff095d89 chore(i18n,learn): update translations (#44112) 2021-11-03 08:24:08 -07:00
efdbf1c2b7 chore(i18n,docs): update translations (#44111) 2021-11-03 08:23:46 -07:00
18a239e9a1 chore(i18n,curriculum): update translations (#44114) 2021-11-03 08:22:32 -07:00
98fe099ef7 chore: python demo (#43854) 2021-11-03 12:30:00 +00:00
0b79725a9e chore(deps): apply npm audit fix on all packages (#44108)
chore(deps): apply npm audit fix on all packages
2021-11-03 16:26:50 +05:30
a971126368 docs: update Node.js and npm versions 2021-11-03 15:06:19 +05:30
4574e4e81d chore: update all workflows to Node.js v16 2021-11-03 15:06:19 +05:30
466f39794b chore: update all lockfiles to v2 2021-11-03 15:06:19 +05:30
6fef483946 chore: update all packages to node v16 & npm v8 2021-11-03 15:06:19 +05:30
0d33dff597 feat: nutrition label (#43852)
* feat: initial infra

* feat: break down steps

* feat: tests 1-30

* feat: tests 31 to end

* chore: apply gikf's review suggestions

Co-authored-by: Krzysztof <60067306+gikf@users.noreply.github.com>

* feat: actually testing things helps

* chore: apply review suggestions

Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>

* chore: take the part, put it in a step

* chore: apply shaun's review suggestions

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* chore: missed one

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* chore: clarify verbiage

Co-authored-by: Krzysztof <60067306+gikf@users.noreply.github.com>
Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2021-11-03 09:13:47 +01:00
e7523dd6d1 fix(deps): update dependency @stripe/stripe-js to v1.21.0 2021-11-02 22:52:07 +00:00
6d8d18ef1b fix(deps): update dependency sanitize-html to v2.5.3 2021-11-02 20:36:37 +00:00
81cbd942c8 chore(i18n,docs): update translations (#44099) 2021-11-02 18:25:00 +00:00
a695f744e2 chore(actions): update mongodb in cypress workflow (#44098) 2021-11-02 22:23:06 +05:30
12a0ce697a chore(i18n,curriculum): update translations (#44101) 2021-11-02 15:09:55 +00:00
ade47bfc2b chore(deps): update dependency @testing-library/jest-dom to v5.15.0 2021-11-02 15:04:43 +00:00
9c5104602f chore(actions): bump Node.js to v16 in codesee workflow (#44094) 2021-11-02 17:27:31 +05:30
f84d6078fd chore(actions): use Ubuntu-20.04 in all workflows (#44095) 2021-11-02 17:19:50 +05:30
2dd29a8f68 docs: add news theme docs (#44092) 2021-11-02 15:57:06 +05:30
c080efb89c feat(i18n,esp): back-end and api cert fully translated and proofread (#44083) 2021-11-02 15:55:29 +05:30
2b5c1ed712 chore(deps): updated versions to address vulnerabilities (#44075) 2021-11-02 15:55:05 +05:30
0fa47ead1f chore(deps): update codesee to v0.133.0 2021-11-02 05:41:17 +00:00
647816db63 fix(deps): update dependency @babel/standalone to v7.16.2 2021-11-02 03:28:34 +00:00
a0be79c13c fix(deps): update dependency validator to v13.7.0 2021-11-02 01:18:05 +00:00
a34345d889 chore(i18n,docs): update translations (#44078) 2021-11-01 15:43:48 -07:00
c712f22667 fix(client): keep hints while user edits code (#44085)
* fix: only reset hints and test button on restart

Previously it would be triggered by any change to the editor contents

* refactor: move output node reset into own function

* refactor: reorganise init/update editable region args

* fix: control when line decorations update

* refactor: clean up updateEditableRegion
2021-11-01 16:43:42 +00:00
f163a77fe5 fix(curriculum): typo in accessibility-quiz step-046.md (#44087)
targetting -> targeting
2021-11-01 16:14:22 +00:00
c2572b314d chore(i18n,curriculum): processed translations (#44086) 2021-11-01 15:38:37 +01:00
c42dc1b350 chore(deps): update dependency rollup to v2.59.0 2021-11-01 11:04:30 +00:00
e9512cb968 chore(i18n,curriculum): update translations (#44072) 2021-11-01 11:38:44 +05:30
48b31e1d6d fix(deps): update dependency node-fetch to v2.6.6 2021-10-31 19:04:50 +00:00