Commit Graph

32726 Commits

Author SHA1 Message Date
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
renovate[bot]
0f3083e492 fix(deps): update dependency algoliasearch to v4.16.0 2023-03-27 03:02:52 +00:00
renovate[bot]
8f3097997b fix(deps): update dependency @stripe/stripe-js to v1.52.0 2023-03-27 00:24:42 +00:00
renovate[bot]
0f8a3d2ed9 chore(deps): update dependency @types/node to v18.15.10 2023-03-26 21:19:36 +00:00
renovate[bot]
922990c861 fix(deps): update dependency nanoid to v3.3.6 2023-03-26 18:25:55 +00:00
renovate[bot]
afa246942e fix(deps): update dependency fastify to v4.15.0 2023-03-26 15:59:50 +00:00
renovate[bot]
ea4dea4b0c chore(deps): update automerged always - codesee to v0.544.0 2023-03-26 10:26:03 +00:00
renovate[bot]
52728f9a97 chore(deps): update dependency eslint-config-prettier to v8.8.0 2023-03-26 07:34:09 +00:00
renovate[bot]
7f21c5b4ae fix(deps): update dependency nodemon to v2.0.22 2023-03-26 03:01:14 +00:00
renovate[bot]
1383e2d943 chore(deps): update dependency joi to v17.9.1 2023-03-25 23:37:06 +00:00
renovate[bot]
285b25aa20 chore(deps): update dependency webpack to v5.76.3 2023-03-25 18:34:33 +00:00