Commit Graph

35748 Commits

Author SHA1 Message Date
Muhammed Mustafa
af00febdbb feat(i18n): add Arabic language config to all langs (#48128)
* feat: add Arabic language config to all langs

* add arabic to hiddenLangs

* change the superblock to the new RWD certification

* add Arabic to beta release section
2022-10-21 19:30:21 +09:00
camperbot
51b6b8a728 chore(i18n,docs): processed translations (#48150) 2022-10-20 09:16:51 -07:00
camperbot
5f3b6b1807 chore(i18n,learn): processed translations (#48152) 2022-10-20 09:13:17 -07:00
camperbot
ac3fc2e7eb chore(i18n,client): processed translations (#48151) 2022-10-20 09:08:22 -07:00
Atir Nayab
242b334517 fix(curriculum): typos in challenge description (#47759)
* fix: typos in challenge description

* fix: remove quotation from code block

* Update curriculum/challenges/english/10-coding-interview-prep/rosetta-code/state-name-puzzle.md

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

* Update curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-basic-javascript-by-building-a-role-playing-game/62aa2999ec27ec516655eba6.md

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

Co-authored-by: Ilenia <nethleen@gmail.com>
2022-10-20 13:40:21 +01:00
Mehdi Bouaziz
818568376d fix(UI): replace button with icons in challenge lower jaw (#48014)
* fix: replace button with icons in challenge lower jaw

* fix: update icon buttons to add data-cy, align right, and cleaner conditional display

* fix: update cypress test with correct selector, update conditional button syntax

* fix: add reset and help icon components, move lowerjaw.css to editor.css

* feat: adjust icon buttons order

Co-authored-by: ahmad abdolsaheb <ahmad.abdolsaheb@gmail.com>
2022-10-20 14:08:56 +02:00
Lars Kappert
f22e4002c3 feat(tools): introduce knip to find unused files, dependencies & exports (#47836)
* chore(deps): add exportman to devDependencies

* chore(client): add exportman config for /client folder

* chore: migrate from exportman to knip

* chore: add npm script

* chore: prepare npm script for usage in CI
2022-10-20 12:44:36 +02:00
Muhammed Mustafa
130634d0ad feat(crowdin): add arabic language to download workflow (#48127)
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2022-10-20 03:21:18 +05:30
Muhammed Mustafa
e0a95175e3 chore(client): add Arabic i18n json files (#48130) 2022-10-20 03:19:39 +05:30
camperbot
f55d550052 chore(i18n,docs): processed translations (#48136) 2022-10-19 12:01:30 -05:00
camperbot
305b21c30b chore(i18n,learn): processed translations (#48139) 2022-10-19 12:01:08 -05:00
Florencia
d8b7c3feb4 fix(curriculum): Rework Euler Problem 125 (#48015)
* update problem125

* remove accidental change

* Apply suggestions from code review

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

* Apply suggestions from code review

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

* Change parameter

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

* update

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

* revert merge

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
2022-10-19 18:54:21 +02:00
camperbot
7706bc0c09 chore(i18n,client): processed translations (#48137) 2022-10-19 17:47:55 +01:00
Mrugesh Mohapatra
7dbac98244 chore: apply npm audit (#48140) 2022-10-19 19:46:14 +05:30
Zishan
d22a96ccf4 docs: clear typo in language lead document (#48134)
Docs: Typo
2022-10-19 14:12:51 +02:00
Mrugesh Mohapatra
d7f68732aa fix(renovate): packages wont update & other chores 2022-10-19 14:48:24 +05:30
Sai Harvin
3653ff4e18 fix(learn): update JS Algo and DS - New Cert (#48030) 2022-10-19 14:35:29 +05:30
Oliver Eyton-Williams
129c110368 fix: only fetch growthbookUri in browser contexts (#48112) 2022-10-19 01:13:54 -07:00
Mayank Prakash
936e11e1b4 fix: typo in js rpg challenge (#48122) 2022-10-19 06:33:17 +02:00
Kristofer Koishigawa
382717cce4 feat: add docs for News launches (#48025)
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
Co-authored-by: Sem Bauke <semboot699@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2022-10-19 02:29:04 +05:30
camperbot
2f841a56db chore(i18n,client): processed translations (#48110) 2022-10-18 19:56:44 +05:30
Mrugesh Mohapatra
a7d8e49f0c chore: re-arrange the env entries (#48113) 2022-10-18 19:56:09 +05:30
camperbot
f659c2d39b chore(i18n,learn): processed translations (#48111) 2022-10-18 16:21:01 +02:00
camperbot
13a295b561 chore(i18n,docs): processed translations (#48109) 2022-10-18 19:32:23 +05:30
camperbot
41bbc30b94 chore(i18n,learn): processed translations (#48105) 2022-10-18 12:59:49 +05:30
Shaun Hamilton
e22f87a085 chore(.gitpod): update extensions (#48104) 2022-10-18 02:43:14 +02:00
Valentin
4acaa58892 chore(utils): migrate block-nameify to TS and add unit tests (#48086) 2022-10-17 19:03:36 +01:00
Atir Nayab
2a5fae91db fix(curriculum): build a city skyline instruction updated (#48010)
* fix(curriculum): feedback on Learn Css Variables By Building A City Skyline instruction updated

* skyline instruction updated

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-css-variables-by-building-a-city-skyline/5d822fd413a79914d39e98d5.md

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

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-css-variables-by-building-a-city-skyline/5d822fd413a79914d39e98d5.md

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

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-css-variables-by-building-a-city-skyline/5d822fd413a79914d39e98d5.md

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

Co-authored-by: Ilenia <nethleen@gmail.com>
2022-10-17 23:02:40 +05:30
abe
52b5bba501 fix: test remove element from max heap failing as expected (#47959)
Co-authored-by: kravmaguy <flex4lease@gmail.com>
2022-10-17 23:01:16 +05:30
Atir Nayab
bc4edf518e fix(tools/script): add tests for hotkeys when instruction is clicked (#47838)
fix: added check for hotkeys when instruction is clicked
2022-10-17 22:57:56 +05:30
Nemanja Lekic
eef52dcc42 fix(curriculum): change if to if to help translation (#48100)
fix(curriculum): change `if` to if

By removing the code tags the implication of the sentence stays the same but it will make translating it easier.
2022-10-17 08:44:36 -07:00
camperbot
94df22a592 chore(i18n,client): processed translations (#48099) 2022-10-17 20:13:44 +05:30
renovate[bot]
59266433aa fix(deps): update dependency util to v0.12.5 (#48092)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-17 19:39:59 +05:30
Michelle Paradis
0fd6852b86 docs: typo on how to open pull request document (#48093) 2022-10-17 19:39:34 +05:30
Ahmad Abdolsaheb
0df7ee430d feat(client): add growthbook (#48003)
* feat: initial set up

* feat: useFeature setup

* feat: adjust attributes

* chore(client): remove ts-disables in growth-book-wrapper

* feat: pull growthbook uri from env

* feat: adjust the staff atribute

* feat: make linter happy

* feat: update recruitment message

* refactor: simplify types

* chore: delete unused config

* fix: update copy

* fix: add growthbookUri to expected env vars

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2022-10-17 14:53:25 +02:00
renovate[bot]
060826f70b fix(deps): update dependency react-tooltip to v4.4.0 2022-10-17 00:39:50 +00:00
renovate[bot]
1f38a821ec fix(deps): update stripe 2022-10-16 21:01:26 +00:00
renovate[bot]
2ce8c867f8 chore(deps): update dependency playwright-webkit to v1.27.1 2022-10-16 19:43:27 +00:00
renovate[bot]
6df93646db chore(deps): update dependency cypress to v10.10.0 2022-10-16 16:59:03 +00:00
renovate[bot]
a812b8b90e chore(deps): update codesee to v0.401.0 2022-10-16 14:21:29 +00:00
renovate[bot]
a0ec380193 chore(deps): update dependency postcss to v8.4.18 2022-10-16 11:04:51 +00:00
renovate[bot]
46351191c5 chore(deps): update dependency joi to v17.6.3 2022-10-16 07:58:15 +00:00
renovate[bot]
352684d810 chore(deps): update dependency @types/node to v16.11.66 2022-10-16 04:59:16 +00:00
renovate[bot]
3bdc1cd3bc chore(deps): update dependency @types/validator to v13.7.8 2022-10-16 02:43:01 +00:00
renovate[bot]
c98d08565d chore(deps): update dependency eslint-plugin-react to v7.31.10 2022-10-15 23:04:21 +00:00
renovate[bot]
55ae36b46f chore(deps): update dependency @types/node to v16.11.65 2022-10-15 20:49:40 +00:00
renovate[bot]
a7a25e820b chore(deps): pin dependency playwright-webkit to v1.25.2 2022-10-15 18:36:52 +00:00
renovate[bot]
e56646e63e chore(deps): update babel monorepo 2022-10-15 15:29:02 +00:00
renovate[bot]
a7295b38e0 chore(deps): update github actions to 93ea575 (#48062)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-15 12:55:48 +00:00
Mrugesh Mohapatra
0937ed131e chore: drop extraneous file 2022-10-15 16:45:54 +05:30