Commit Graph

31373 Commits

Author SHA1 Message Date
camperbot
46d08d324f chore(i18n,client): processed translations (#47458) 2022-09-07 16:11:41 +02:00
camperbot
1e4d5a3ee1 chore(i18n,docs): processed translations (#47433) 2022-09-07 16:10:19 +02:00
camperbot
dd03da4f51 chore(i18n,learn): processed translations (#47434) 2022-09-07 14:34:53 +02:00
camperbot
b7fefbf8a5 chore(i18n,client): processed translations (#47450) 2022-09-07 09:24:39 +02:00
renovate[bot]
8c6936cd46 chore(deps): update dependency eslint-plugin-react to v7.31.7 2022-09-07 00:56:40 +00:00
Manabu Matsumoto
145521b3d4 fix(UI): restore keyboard accessibility (#47427)
* fix: restore keyboard accessibility

* fix/ make code easier to maintain
2022-09-06 19:21:38 +02:00
renovate[bot]
921a8fdc4e chore(deps): update typescript-eslint monorepo to v5.36.1 2022-09-04 21:27:56 +00:00
David Abakelia-Chartia
5aa83c9653 feat(curriculum): Add links for the MP3 files (#47380)
* Added links for the MP3 files

Had to go through the trouble of finding audio clips in the source code of the sample project to finish mine.

* Apply suggestions from code review

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2022-09-04 13:31:42 +02:00
Tom
c280e8a363 feat: add preview popout window (#46251)
* feat: add preview popout window

* fix: remove unused

* fix: add title to window

* fix: add preview to window title

* feat: it works

* chore: clean up

* chore: more clean up

* fix: add better screen reader messages
2022-09-04 13:15:54 +02:00
renovate[bot]
b436b5b337 chore(deps): update dependency rollup to v2.79.0 2022-09-04 02:59:28 +00:00
renovate[bot]
e877720f88 chore(deps): update codesee to v0.364.0 2022-09-03 23:55:32 +00:00
renovate[bot]
6b6a03913c fix(deps): update dependency react-instantsearch-dom to v6.32.1 2022-09-03 20:25:22 +00:00
renovate[bot]
41c0a81e0a chore(deps): update dependency @types/react to v17.0.49 2022-09-03 17:04:29 +00:00
renovate[bot]
103cdb3405 chore(deps): update github/codeql-action digest to 7cce9bb 2022-09-03 13:18:20 +00:00
Santiago Miranda
a9d2198aba Better wording of exercise description (#47431)
Update mutate-an-array-declared-with-const.md

Fixed unclear part of the exercise description. As cited by user [in the forum](https://forum.freecodecamp.org/t/cannot-understand-the-following-line-in-question/549786/3)
2022-09-02 17:01:08 +00:00
CryoSolace
62b7e90b75 fix(curriculum): Fix typo in step 96 of learn CSS variables project (#47435)
Update 5d822fd413a79914d39e9929.md

Minor typo

Only three more building to go. -> Only three more buildings to go.
2022-09-02 16:58:42 +00:00
Arielle D
0718771168 Changed descriptions of id from properties to attributes (#47432)
* Changed descriptions of id from properties to attributes

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/62ff8b9dab5ac88e4d3d43a3.md

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/62ff8e998d3e7eae14d6ae3b.md

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/62ff919a7b5612c0670923a5.md

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>
2022-09-02 10:58:08 -06:00
camperbot
e5d352147d chore(i18n,docs): processed translations (#47428) 2022-09-01 13:35:35 -05:00
camperbot
c525a36157 chore(i18n,client): processed translations (#47429) 2022-09-01 13:35:07 -05:00
camperbot
df0e9dfbc1 chore(i18n,learn): processed translations (#47421) 2022-09-01 13:32:36 -05:00
Naomi Carrigan
28c9cde95c docs: document how to deploy language (#47361)
* docs: document how to enable new languages

* docs: rename file, update sidebar

* docs: include hiddenLangs config
2022-08-31 18:51:09 +02:00
camperbot
aa4404e05a chore(i18n,docs): processed translations (#47419) 2022-08-31 09:00:34 -07:00
camperbot
f5ecb9aa95 chore(i18n,client): processed translations (#47420) 2022-08-31 08:58:56 -07:00
Ilenia
2e83a3d41d fix(curriculum): add for attribute to label elements in registration-form project (#47332)
* Add files via upload

* removed merge conflicts

* new step 17

* write step 17 + seed code step 18

* for and id to remaining steps

* new step 28

* finish id and for in second fieldset

* new step 37

* 37 tests

* update seeds and solution

* more updating seeds and solution

* fixed wrong seed

* fixed wrong test

* formatting

* Apply suggestions from Shaun's code review

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

Co-authored-by: Johnathan Webster <81039525+JohnathanTWebster@users.noreply.github.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2022-08-31 13:47:21 +02:00
camperbot
5fc59db760 chore(i18n,learn): processed translations (#47415) 2022-08-30 18:39:55 +02:00
Sem Bauke
57695d7d88 feat: add lang code to iframe (#47365)
* feat: add lang code to iframe

* feat: apply Naomi's code review

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>

* fix: Iframe title test

* Apply suggestions from code review

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>

* fix: hopefully things make sense

* fix: steal sem's idea for DOMParser

* fix: make the solution work on the main frame

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2022-08-30 09:30:02 -07:00
Lasse Jørgensen
6c6a0a8dc2 fix(curriculum): explain media queries (#47389)
* fix(curriculum): explain media queries

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-responsive-web-design-by-building-a-piano/612ebcba99bfa46a15370b11.md

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2022-08-30 14:56:05 +02:00
camperbot
7b6924b89c chore(i18n,docs): processed translations (#47413) 2022-08-30 14:55:05 +02:00
camperbot
3642ddfcd8 chore(i18n,client): processed translations (#47414) 2022-08-30 14:54:27 +02:00
camperbot
6990b4d889 chore(i18n,learn): processed translations (#47410) 2022-08-29 07:36:37 -07:00
camperbot
077d0a6e94 chore(i18n,client): processed translations (#47409) 2022-08-29 07:35:53 -07:00
Naomi Carrigan
406d47deb0 feat: add search link to help modal (#47385)
Co-authored-by: =?UTF-8?q?Lasse=20J=C3=B8rgensen?= <28780271+lasjorg@users.noreply.github.com>
2022-08-29 16:12:50 +02:00
camperbot
4d1a2d5284 chore(i18n,docs): processed translations (#47408) 2022-08-29 16:12:21 +02:00
renovate[bot]
da69ec485a fix(deps): update dependency typescript to v4.8.2 2022-08-29 13:45:42 +00:00
Naomi Carrigan
3651a7a6d1 docs: update private command syntax (#47390) 2022-08-29 14:27:46 +05:30
renovate[bot]
40c70ba50d fix(deps): update dependency react-instantsearch-dom to v6.32.0 (#47405)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-29 14:25:12 +05:30
Sem Bauke
568711b338 feat: update mobile app superblock order (#47364)
* feat: update mobile app superblock order

* fix: keep old rwd on second row
2022-08-29 17:36:29 +09:00
renovate[bot]
57ca2d1236 chore(deps): update typescript-eslint monorepo to v5.35.1 2022-08-29 05:27:16 +00:00
renovate[bot]
6b60989644 chore(deps): update dependency prismjs to v1.29.0 2022-08-29 01:52:46 +00:00
renovate[bot]
d27084e416 chore(deps): update dependency eslint-plugin-react to v7.31.1 2022-08-28 22:32:43 +00:00
renovate[bot]
b6cbb0463c chore(deps): update dependency @rollup/plugin-typescript to v8.4.0 2022-08-28 18:53:48 +00:00
renovate[bot]
36758d0e26 chore(deps): update codesee to v0.359.0 2022-08-28 15:27:50 +00:00
renovate[bot]
072423d994 fix(deps): update dependency react-i18next to v11.18.5 2022-08-28 12:41:04 +00:00
renovate[bot]
c67df77af2 fix(deps): update dependency jquery to v3.6.1 2022-08-28 09:29:34 +00:00
renovate[bot]
e1f6d88b55 chore(deps): update dependency webpack-bundle-analyzer to v4.6.1 2022-08-28 01:26:35 +00:00
renovate[bot]
cdcba76026 chore(deps): update dependency @types/validator to v13.7.6 2022-08-27 22:06:12 +00:00
renovate[bot]
273ea95978 chore(deps): update dependency @types/node to v16.11.56 2022-08-27 17:55:31 +00:00
renovate[bot]
31e6b823f4 chore(deps): update babel monorepo to v7.18.13 2022-08-27 14:15:50 +00:00
camperbot
ee92df95f6 chore(i18n,docs): processed translations (#47386) 2022-08-27 08:43:15 +02:00
renovate[bot]
76a56c39d1 chore(deps): update github/codeql-action digest to d5cec09 2022-08-27 05:14:39 +00:00