Commit Graph

32736 Commits

Author SHA1 Message Date
renovate[bot]
82e21aca0e fix(deps): update dependency react-i18next to v12 (#49800)
* fix(deps): update dependency react-i18next to v12

* chore: address linting issues

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mrugesh Mohapatra <noreply@mrugesh.dev>
2023-04-04 10:38:32 +01:00
renovate[bot]
314c978524 chore(deps): update babel monorepo to v7.21.4 2023-04-04 07:21:28 +00:00
Naomi Carrigan
8aa0432b18 chore(curriculum): no quotes in code strings (#49936)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2023-04-03 20:29:27 +00:00
Arsalan Yaqoob Malik
8d9a31ac77 fix: add test for only 4 keyframe waypoints (#49935) 2023-04-03 19:07:48 +00:00
Muhammed Mustafa
6e89d3b2dd feat(tools): remove assertion in params inside challenge editor (#49931) 2023-04-03 18:38:22 +00:00
Rabin-Osti
b9fd70cdfc fix: Improve wording in Record Collection instructions (#49926) 2023-04-03 12:09:29 -06:00
renovate[bot]
a638da6747 chore(deps): update dependency markdownlint to v0.28.0 (#49854)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-03 17:03:43 +00:00
Mrugesh Mohapatra
6b0f5ebc06 fix(pnpm): disable strict peers flag (#49934) 2023-04-03 22:00:11 +05:30
camperbot
16a1f915d6 chore(i18n,learn): processed translations (#49930) 2023-04-03 07:51:10 -07:00
camperbot
5151d70ad3 chore(i18n,client): processed translations (#49929) 2023-04-03 15:20:31 +02:00
Muhammed Mustafa
283f8e2c2a fix(client): rendering the block title as an array (#49924) 2023-04-03 12:53:23 +00:00
renovate[bot]
b48d12714a fix(deps): update dependency @sinclair/typebox to v0.26.6 (#49855)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2023-04-03 09:13:36 +00:00
Muhammed Mustafa
b460bc0fba feat(client): add unique flash messages to the sounds (#49785)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2023-04-03 14:08:45 +05:30
Anmol Sarraf
6552b88382 fix(curriculum): reword instructions in XMLHttpRequest section (#49876) 2023-04-03 09:37:39 +01:00
Muhammed Mustafa
3988d426f5 feat(tools): remove system colors variables from colors.css (#49870) 2023-04-03 14:06:18 +05:30
Muhammed Mustafa
fed78de7a1 fix(client): hack the outline look for the logo in the nav bar (#49903)
Co-authored-by: Bruce B <bbsmooth@gmail.com>
2023-04-03 14:05:15 +05:30
a2937
56d0f02b58 chore(curriculum): Clarify hints for Cat Photo App Step 56 (#49765)
* Clarify instructions for cat photo app.

* Allow the attribute order to be reversed.
2023-04-02 21:49:00 +02:00
renovate[bot]
506257ad12 chore(deps): update github/codeql-action digest to 04df126 2023-04-01 16:08:11 +00:00
Krzysztof G
c14a353c88 fix(client): remeasureFonts when fonts are loaded (#49908)
fix: remeasureFonts when fonts are loaded
2023-04-01 10:43:18 +02:00
camperbot
d66da4c5c4 chore(i18n,learn): processed translations (#49906) 2023-03-31 18:48:49 +01:00
Muhammed Mustafa
11e38cd68d fix(client): import Tfunction from i18next in models (#49815)
* fix(client): import Tfunction from i18next

* Import Tfunction as type
2023-03-31 14:27:45 +02:00
Mani Chandra Teja Gaddam
a62c7cd190 fix(curriculum): check for assignment operator (#49904)
fix(curriculum): updated third test to check for assignment operator
2023-03-31 11:14:36 +02:00
camperbot
26d10b455d chore(i18n,learn): processed translations (#49902) 2023-03-30 20:56:38 -07:00
camperbot
a9eca7a167 chore(i18n,docs): processed translations (#49900) 2023-03-30 20:56:19 -07:00
Muhammed Mustafa
6112f0ad9b fix(client): align multifileEditor and editor types (#49825)
* fix(client): align multifileEditor editor and hotkeys types

* sort the last types

* sort the last types

* clean wrong types

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

* clean wrong types

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

* Change the comment

---------

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2023-03-30 15:37:04 -05:00
Muhammed Mustafa
a8d5fdeec1 fix(client): remove boolean value for non boolean attribute (#49831) 2023-03-30 15:03:28 -05:00
Muhammed Mustafa
47944110b0 refactor(client): wrong TFunction type in searchBar (#49859)
refactor(client): mis aligned types in searchbar
2023-03-30 14:01:33 -05:00
Muhammed Mustafa
f61700dc48 fix(client): import TFunction from i18next in forms (#49817)
fix(client): import tfunction from i18next
2023-03-30 18:24:10 +00:00
Muhammed Mustafa
43e5edcbbd fix(client): import TFunction from i18next for challenges context (#49820)
* fix(client): import tfunction from i18next

* swap the type for the hook

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

* refactor block intros function

* Revert "refactor block intros function"

This reverts commit 32ee772e6c.

* remove array from block title

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

---------

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2023-03-30 13:16:58 -05:00
Muhammed Mustafa
6752199cf1 fix(client): import tfunction from i18next in show components (#49819)
fix(client): import tfunction from i18next
2023-03-30 12:59:59 -05:00
Muhammed Mustafa
e9d834f1d8 fix(client): import Tfunction from i18next in privacy inputs (#49818)
* fix(client): import Tfunction from i18next

* swap tFuntion with the hook when possilbe
2023-03-30 12:39:52 -05:00
Muhammed Mustafa
b67a82ff0a fix(client): import TFunction from i18next in profile componenets (#49814)
* fix(client): import TFunction from i18next

* Import Tfunction as type

* swap tFuntion with the hook when possilbe
2023-03-30 10:28:14 -05:00
camperbot
c410a2cae7 chore(i18n,client): processed translations (#49901) 2023-03-30 15:19:40 +02:00
Naomi Carrigan
d1d5b2635f fix: use superblock name in intro.md for new projects (#49897)
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2023-03-30 10:59:22 +00:00
Kristofer Koishigawa
81c88c32e3 fix: add .keepOpen() method explanation and examples to chai-http challenges (#49878)
fix: add .keepOpen() method explanation and examples to Chai-HTTP
challenges
2023-03-30 03:36:09 -07:00
camperbot
d5de5962f3 chore(i18n,learn): processed translations (#49895) 2023-03-30 12:24:54 +02:00
Shaun Hamilton
e77baf55a4 fix(client): only fetch if username exists (#49874)
A test to see if the number of sentry errors decreases after this commit
2023-03-30 11:26:43 +02:00
Mrugesh Mohapatra
e5590e56d7 chore: use pnpm v8 for deps (#49892)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2023-03-29 20:18:49 +05:30
camperbot
b287e702aa chore(i18n,client): processed translations (#49894) 2023-03-29 18:22:28 +05:30
Oliver Eyton-Williams
06d4076a45 feat(api): dev login (#49880)
Co-authored-by: Mrugesh Mohapatra <hi@mrugesh.dev>
2023-03-29 18:08:38 +05:30
Shaun Hamilton
93192539e5 fix(client): remove unused i18next variable (#49885) 2023-03-28 12:14:45 -07:00
camperbot
05f0ef1dab chore(i18n,client): processed translations (#49877) 2023-03-28 15:53:27 +00:00
camperbot
716ba7f357 chore(i18n,learn): processed translations (#49879) 2023-03-28 21:16:03 +05:30
Oliver Eyton-Williams
a128dd8fcd chore(api): compile TS into /dist (#49812
* chore: compile TS into /dist

Having the output co-located with the source meant that the js would be
imported by default. Given that we don't recompile on source changes,
this means the server got 'stuck' at the point of compilation and would
only register changes on build.

Also, compiling to a dist directory should make it easier to build when
we want to deploy. That said, the motivation is mostly DX.

* fix: put schema.prisma in the default location
2023-03-28 19:42:20 +05:30
renovate[bot]
bf3aa621e9 fix(deps): update dependency json-server to v0.17.3 (#49847)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-28 11:28:05 +02:00
camperbot
ae939979fb chore(i18n,docs): processed translations (#49871) 2023-03-27 20:14:33 +02:00
Jeremy L Thompson
e85510835c fix(curriculum) - clearer RecordCollection instructions (#49745)
* fix - clearer RecordCollection instructions

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/record-collection.md

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

---------

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2023-03-27 10:23:02 -07:00
Naomi Carrigan
1d1174d4dd feat: rewrite calorie counter project (#48927)
Co-authored-by: Jessica Wilkins  <67210629+jdwilkin4@users.noreply.github.com>
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
Co-authored-by: scissorsneedfoodtoo <scissorsneedfoodtoo@gmail.com>
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2023-03-27 17:36:35 +09:00
Muhammed Mustafa
e3b25be4d9 chore(tools): create formgroup component (#46758)
Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2023-03-27 13:39:18 +05:30
Ahmad Abdolsaheb
8bd84760b3 feat(client): isolate progress bar (#49479)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2023-03-27 08:02:55 +00:00