Commit Graph

28186 Commits (30c22d1fb3949ad6e6944d1e8893edf12dc9eef3)

Author SHA1 Message Date
Renovate Bot 30c22d1fb3 chore(deps): update dependency rollup to v2.53.2 2021-07-15 09:48:03 +00:00
Mrugesh Mohapatra 7eb0630f2d
chore(i18n,chn): manually downloaded curriculum (#42858) 2021-07-15 13:04:11 +05:30
gikf eef1805fe6
fix(curriculum): clean-up Project Euler 201-220 (#42826)
* fix: clean-up Project Euler 201-220

* fix: corrections from review

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2021-07-15 09:20:31 +02:00
Renovate Bot 505c3b7c6c chore(deps): update dependency inquirer to v8.1.2 2021-07-14 18:00:36 +00:00
Oliver Eyton-Williams 03913024a5
fix: various multifile editor bugs (#42855)
* refactor: use refs to hold editor and monaco

Also removed a lot of unnecessary conditionals

* refactor: get a ref to the editor directly

Previously we got a ref to react-monaco-editor, but that's an
unnecessary layer of abstraction

* fix: replace data state with ref

* fix: replace remaining useStates with useRefs

* refactor: simplify dataRef access

* fix: store correct id for output zone

* refactor: remove unused parts of MultifileEditor

* fix: use separate models per fileKey

Temp fix, I think the data should store one version per fileKey

* fix: create data for each editor

* refactor: declare data once

* fix: handle widgets etc. like other data

* fix: store an editor per fileKey

* refactor: clean up types + initial properties

* refactor: remove redundant constructor

* fix: remove redundant comment

* refactor: update comments
2021-07-14 18:09:50 +02:00
Adriano Cangiamila 480afedd62
Update completion-modal.tsx (#42842) 2021-07-14 17:43:14 +02:00
Mrugesh Mohapatra fc0511bd91
chore(i18n): download curriculum manually (#42835) 2021-07-14 10:32:51 -05:00
camperbot 2f8c5619ff
chore(i18n,client): processed translations (#42856) 2021-07-14 19:52:21 +05:30
gikf bfc21e4c40
fix(curriculum): clean-up Project Euler 141-160 (#42750)
* fix: clean-up Project Euler 141-160

* fix: corrections from review

Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>

* fix: corrections from review

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>

* fix: use different notation for consistency

* Update curriculum/challenges/english/10-coding-interview-prep/project-euler/problem-144-investigating-multiple-reflections-of-a-laser-beam.md

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

Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2021-07-14 13:05:12 +02:00
Renovate Bot 7b327f082b fix(deps): update dependency react-i18next to v11.11.2 2021-07-14 10:54:46 +00:00
Renovate Bot e918e05cfa fix(deps): update dependency i18next to v20.3.3 2021-07-14 09:27:01 +00:00
Renovate Bot c6878a1309 chore(deps): update dependency redux-saga-test-plan to v4.0.3 2021-07-14 03:15:42 +00:00
Renovate Bot cc8d92798a chore(deps): update codesee to v0.48.0 2021-07-13 23:21:22 +00:00
RawandDev 6fac38ef7d
fix(curriculum): improve seo with better-used terms (#42848)
* update main JS introduction

* update note

* update es6 with rephrasing

* intro of basic algo scripting remove unnecessary comma

* oop intro removing unnecessary phrase

* Update client/i18n/locales/english/intro.json

Done!

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

* Update client/i18n/locales/english/intro.json

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

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2021-07-13 22:27:44 +02:00
Ahmad Abdolsaheb e6a17214e2
fix(client):fix scriptloader args (#42847) 2021-07-13 12:36:18 -05:00
tristansoriaga 5e8ac21c26
fix(curriculum): remove example function calls from seed (#42797) 2021-07-13 16:37:38 +01:00
Renovate Bot e97c302c3d fix(deps): update dependency react-reflex to v4.0.2 2021-07-13 12:31:33 +00:00
Renovate Bot 6c37c9a538 chore(deps): update dependency lint-staged to v11.0.1 2021-07-13 11:11:36 +00:00
Nicholas Carrigan (he/him) b8b89ed549
feat: enable more certs (#42764) 2021-07-12 23:42:26 +01:00
camperbot ba828f9040
chore(i18n,client): processed translations (#42831) 2021-07-12 23:37:14 +02:00
Renovate Bot 16078251e3 chore(deps): update typescript-eslint monorepo to v4.28.3 2021-07-12 19:43:35 +00:00
Renovate Bot d8262375fd chore(deps): update dependency autoprefixer to v10.3.1 2021-07-12 18:46:16 +00:00
camperbot b890322065
chore(i18n,docs): processed translations (#42830) 2021-07-12 21:02:20 +05:30
gikf 32fac23a2d
fix(curriculum): clean-up Project Euler 161-180 (#42782)
* fix: clean-up Project Euler 161-180

* fix: corrections from review

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2021-07-12 16:19:03 +02:00
Ismail Tlemcani 4307179d00
fix broken image url after submission on profile page (#42507) 2021-07-12 13:26:10 +02:00
Renovate Bot f6455db7b8 chore(deps): pin dependency axios to 0.21.1 2021-07-12 10:19:42 +00:00
awu43 e1d8f4be3a
feat(client): ts-migrate client/src/utils (#42666)
* rename js files to ts

* start migrating ajax

* finish migrating ajax

* migrate algolia-locale-setup

* migrate format

* migrate format.test

* migrate get-words

* install axios for types in handled-error

* migrate handled-error

* migrate handled-error.test

* migrate report-error

* migrate script-loaders

* migrate to-learn-path

* correct renamed imports

* remove unnecessary type assertions in searchBar

* remove unnecessary global comment

* remove unnecessary max-len enable/disable

* change axios imports to type imports

* revert to .then() from await

* use UserType from redux/prop-types

* replace assertion with generic type

* revert format to JS

* remove unused getArticleById()

* update putUpdateUserFlag() to use Record

* remove unnecessary envData cast

* update algolia-locale-setup types

* remove invalid key property
2021-07-12 11:17:58 +02:00
Oliver Eyton-Williams 92d7ae1725
fix(client): remove extra slash when redirecting to client (#42588)
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-07-12 13:54:54 +05:30
ABHINAV SHARMA e2ca65c803
feat(client): ts-migrate layoutSelector component (#42748) 2021-07-12 14:05:01 +07:00
Huyen Nguyen a33584fd5b
docs: mention Repl instead of Glitch (#42828) 2021-07-12 12:15:31 +05:30
gikf a8e2aff073
feat(client): add hotkey 'r' to focus on instructions panel (#42503) 2021-07-12 09:20:07 +05:30
Renovate Bot 8dfd98183d chore(deps): update dependency redux-saga-test-plan to v4.0.2 2021-07-12 03:08:54 +00:00
Anirudh Modi 1e26dc1529
fix(curriculum): updates `body-parser` with explanation for `extended` config (#42740)
* fix: better explaination for body-parser extened config

* text readability by introducing line break

* grammer fixes

* fix: typo

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

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2021-07-11 15:06:57 +01:00
Renovate Bot 67ef1238e5 chore(deps): update dependency rollup to v2.53.1 2021-07-11 08:46:59 +00:00
Renovate Bot 4152cacd7c chore(deps): update dependency joi to v17.4.1 2021-07-11 07:51:44 +00:00
camperbot d475b850bc
chore(i18n,docs): update translations (#42816) 2021-07-11 00:10:31 +01:00
Huyen Nguyen 52b61c736d
chore(eslint): use recommended configs for jsx-a11y (#42818) 2021-07-10 21:06:47 +01:00
Renovate Bot ba24087c54 chore(deps): update dependency autoprefixer to v10.3.0 2021-07-10 12:46:21 +00:00
alirezaghey 5bd0e3ff71
fix: correct test commands in contributor docs (#42813) 2021-07-10 11:35:50 +05:30
Nicholas Carrigan (he/him) c4fd49e5b7
chore: manual translations (#42811) 2021-07-10 09:53:54 +05:30
Renovate Bot a3395269a0 chore(deps): update dependency ts-node to v10.1.0 2021-07-09 23:13:46 +00:00
Renovate Bot 750d0a62cf fix(deps): update dependency gatsby to v3.9.1 2021-07-09 20:34:40 +00:00
Innocent V.I ac2fe62eef
fixed create-decimal-numbers-with-javascript challenge external link (#42801) 2021-07-09 09:02:47 -05:00
camperbot 97344ecee1
chore(i18n,docs): processed translations (#42808) 2021-07-09 15:11:48 +02:00
camperbot 69c6105531
chore(i18n,client): processed translations (#42809) 2021-07-09 15:11:11 +02:00
Renovate Bot be5fec4bb5 chore(deps): update dependency rollup to v2.53.0 2021-07-09 10:44:49 +00:00
Moshe 63f26db336
refactor(client): Replace <Fragment> tags to <> (#42796)
* refactor(40115): Replace <Fragment> tags to <>
2021-07-09 09:50:11 +02:00
Renovate Bot f8654d6d07 chore(deps): update codesee to v0.47.2 2021-07-09 07:00:42 +00:00
Shaun Hamilton 0891d41c35
fix(client): re-ref editor (#42799) 2021-07-09 09:29:11 +05:30
Shaun Hamilton d95962e405
fix(client): adjust project link logic to show files (#42717) 2021-07-08 22:00:04 -05:00