Commit Graph

32967 Commits

Author SHA1 Message Date
Lasse Jørgensen
1b69bbdaef fix(curriculum): Be more explicit about using parameters (#50269) 2023-05-05 13:25:38 +02:00
Bruce Blaser
a52b13c17e fix: remove tool panel buttons from mobile layout (#47683) 2023-05-05 10:55:52 +05:30
Naomi Carrigan
cf9972b362 feat(tools): add tests for language selector (#50284) 2023-05-05 10:54:14 +05:30
Ahmad Abdolsaheb
5cac374138 feat(client): add progress donation modal cta rotation (#50274)
Co-authored-by: Muhammed Mustafa <MuhammedElruby@gmail.com>
2023-05-05 10:53:06 +05:30
Jeremy L Thompson
9f1637f55a fix - clarify text, example, and seed code (#50242)
* fix - clarify text, example, and seed code

* fix missed variable

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-data-structures/iterate-through-the-keys-of-an-object-with-a-for...in-statement.md

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

---------

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2023-05-05 06:31:11 +03:00
camperbot
9e425d0572 chore(i18n,learn): processed translations (#50279) 2023-05-04 08:44:37 -07:00
camperbot
125e0aaceb chore(i18n,client): processed translations (#50277) 2023-05-04 08:44:14 -07:00
Naomi Carrigan
180e9dd1de fix: remove comments from code examples (#50254) 2023-05-04 13:44:53 +03:00
Dario-DC
fc0b99a6cb chore(curriculum): fixed variable name in spam filter project (#50272)
fixed variable name in spam filter project
2023-05-04 11:08:59 +02:00
Tom
d02bb663c4 refactor(curriculum): move helpCategory to block meta.json file (#50265)
* refactor: move helpCategory to block meta

* fix: test?
2023-05-04 08:46:58 +02:00
Krzysztof G
45d2ffa676 fix(client): LanguageList export (#50268)
fix: LanguageList export
2023-05-03 22:51:26 +03:00
Naomi Carrigan
b45aadca54 chore: codesee ignores gitignore (#50264) 2023-05-03 16:38:11 +00:00
camperbot
c76959f185 chore(i18n,learn): processed translations (#50262) 2023-05-03 08:57:50 -07:00
camperbot
c314e08df2 chore(i18n,client): processed translations (#50261) 2023-05-03 18:32:38 +03:00
Shaun Hamilton
e30e6d9f55 fix(api-server): check type of email to prevent throw (#50259) 2023-05-03 14:53:28 +02:00
camperbot
8094d0892a chore(i18n,docs): processed translations (#50249) 2023-05-03 12:25:08 +00:00
renovate[bot]
49b72f7197 chore(deps): update dependency markdownlint to v0.28.2 (#50218)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-03 11:08:48 +02:00
Muhammed Mustafa
cc272beb7a feat(tools): use context to set dropup in the dropdown (#50200)
* feat(tools): use context to set dropup in the dropdown

* remove the extra export

* clean extra changes export and make it into arrow function

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>

---------

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2023-05-03 11:02:15 +02:00
Tom
3f0202a7b8 feat(client): add faq section to landing page (#50243)
* feat: add faq section to landing page

* fix: add review suggestions

* fix: add CTA below testimonials

* fix: cypress
2023-05-02 11:39:35 -07:00
Dario-DC
4a5c5c3cac chore(curriculum): fixed inaccuracies and added code tags in fcc author page new JS project (#50247)
fixed typos and added code tags
2023-05-02 10:26:55 -07:00
Dario-DC
5667f0eebf chore(curriculum): removed unnecessary code tags in football team cards project to help localization (#50245)
removed unnecessary code tags to help localization
2023-05-02 10:26:03 -07:00
Oliver Eyton-Williams
5e17868c74 fix(api): allow fastify to set content-type dynamically (#50248)
fix: allow fastify to set content-type dynamically

We can set content-type: application/json for specific routes, but
doing so ends up with confusing, over-engineered code.

Instead we should take care when auditing the endpoints.
2023-05-02 10:15:31 -07:00
Oliver Eyton-Williams
7572f99f74 refactor(api): remove unused endpoints (#50252)
Also adds "dev" as an alias because I keep trying to use it.
2023-05-02 19:54:05 +03:00
Tom
25f7697382 fix(client): window title in rdb challenges (#50250)
fix: undasherize rdb window titles
2023-05-02 08:55:14 -07:00
camperbot
db553a8880 chore(i18n,learn): processed translations (#50251) 2023-05-03 00:13:36 +09:00
Vansh Baghel
f5070cc68f feat(client): add react suspense and lazy loading (#50117)
* Suspense and lazy loading used

* Wrapped profile with suspense
2023-05-01 20:25:21 +03:00
camperbot
8885f03925 chore(i18n,docs): processed translations (#50238) 2023-05-01 20:09:56 +03:00
camperbot
47b6a20dd4 chore(i18n,learn): processed translations (#50240) 2023-05-01 20:09:25 +03:00
camperbot
4e9d3f807f chore(i18n,client): processed translations (#50239) 2023-05-01 09:38:44 -07:00
Muhammed Mustafa
d4bb1e7ef2 feat(client): revert the change to language icon (#50235) 2023-05-01 12:35:17 +02:00
Oliver Eyton-Williams
bb0ebc39b4 fix(client): ensure correct types for project links (#50206) 2023-05-01 10:47:33 +03:00
Sergen Karaoglan
d226842eed fix: improve full stack certificate table (#50229)
* fix: improve full stack certificate table

fix: include table header for certifications

* make header sr-only

* fix: translatable header for certification

Co-authored-by: Muhammed Mustafa <MuhammedElruby@gmail.com>

---------

Co-authored-by: Muhammed Mustafa <MuhammedElruby@gmail.com>
2023-04-30 23:08:22 +02:00
renovate[bot]
f5b86a197b fix(deps): update dependency react-router-dom to v6.11.0 2023-04-30 11:49:30 +00:00
renovate[bot]
cd77c88546 fix(deps): update dependency date-fns to v2.30.0 2023-04-30 09:02:43 +00:00
renovate[bot]
82c5d5ee3c chore(deps): update automerged always - codesee to v0.575.0 2023-04-30 07:35:16 +00:00
renovate[bot]
8937e5fe30 fix(deps): update dependency react-i18next to v12.2.2 2023-04-30 04:08:48 +00:00
renovate[bot]
e3e5a63d42 fix(deps): update babel monorepo 2023-04-30 01:12:36 +00:00
renovate[bot]
86d5715f65 chore(deps): update dependency yargs to v17.7.2 2023-04-29 21:56:55 +00:00
renovate[bot]
ebc54d8d56 chore(deps): update dependency tailwindcss to v3.3.2 2023-04-29 17:47:19 +00:00
renovate[bot]
83535810e9 chore(deps): update dependency joi to v17.9.2 2023-04-29 14:22:14 +00:00
renovate[bot]
b07b3a87d5 chore(deps): update dependency @types/react-dom to v16.9.19 2023-04-29 11:45:28 +00:00
renovate[bot]
6c6ca6c20c chore(deps): update babel monorepo 2023-04-29 09:50:23 +00:00
renovate[bot]
809e00bcfe chore(deps): update github/codeql-action digest to f3feb00 2023-04-29 06:12:36 +00:00
Mrugesh Mohapatra
b8dc4d5393 chore: update error message for Crash Dumps (#50213) 2023-04-28 17:17:55 -07:00
camperbot
082f778262 chore(i18n,learn): processed translations (#50211) 2023-04-28 08:26:45 -07:00
camperbot
ee1d1eb9d8 chore(i18n,docs): processed translations (#50209) 2023-04-28 08:26:19 -07:00
camperbot
77a95e2dab chore(i18n,client): processed translations (#50210) 2023-04-28 19:10:59 +05:30
Muhammed Mustafa
c93d61f1e5 feat(client, tools): make ui component respect theme (#50202)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2023-04-28 12:44:12 +03:00
Shaun Hamilton
3af73290bc refactor(client): migrate certification to ts (#49708)
* refactor(client): migrate certification to ts

* fix: reduce certMap into projectMap etc.

* fix: rename certMap -> fullCertMap

* fix: cert-and-project-map strict typing

* close but not close enough

* fix: combine project and legacy project maps

* chore: add type assertion safety comment

* fix: add correct types to test mocks

* fix: another test

* remove settings-button.test.js

The test did not handle any changes, and only served as a failing snapshot when projects are added/updated

* refactor: use exported map types

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

* refactor: use exported map types

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

---------

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>
2023-04-28 10:01:44 +02:00
Ahmad Abdolsaheb
44ae9bd0c5 feat: send RWD render times to GA (#50196)
* feat: send RWD render times to GA

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2023-04-28 09:00:22 +02:00