1ca335794c
fix(client): make language dropdown as wide as the nav ( #43991 )
...
Co-authored-by: arun elanthamil <arun.elanthamil@superops.ai >
2021-10-27 13:53:16 +03:00
21b7a9ee4f
chore: fix breaking change in monaco
2021-10-27 13:52:32 +05:30
544588779e
fix(deps): update monaco editor
2021-10-27 13:52:32 +05:30
fa9fb61f6a
feat(client): convert class components to functional components ( #43226 )
2021-10-27 11:17:47 +05:30
fbc0ea8742
fix(deps): update dependency reselect to v4.1.1 ( #44009 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-27 10:38:56 +05:30
e0f40549b5
chore(deps): update codesee to v0.128.0
2021-10-27 03:48:13 +00:00
9905175929
chore(deps): update dependency lint-staged to v11.2.6
2021-10-27 01:11:42 +00:00
f4cae7015f
fix(client): use https for CodeAlly frame ( #44024 )
2021-10-26 17:46:45 -05:00
94079b263a
chore(client): Migration of SolutionViewer component to Typescript. ( #43694 )
...
* The Solutionviewer .js file has been migrated into the .tsx file.
* Apply suggestions from code review
I have added the suggestions and before adding them to the commit, I have checked it once locally and it doesn't throw any new error.
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
* Update the SolutionViewer.tsx
Added the "null" and "undefined" type to "solution" property.
* Update SolutionViewer.tsx
* Update ProjectModal.tsx
* Update ProjectModal.tsx
* Update SolutionViewer.tsx
* Update ProjectModal.tsx
* Apply suggestions from code review
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update client/src/components/SolutionViewer/ProjectModal.tsx
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Apply suggestions from code review
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Apply suggestions from code review
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
* type of solution prop has been changed into "solution?:string;"
* assert solution is not `null` for modal
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
2021-10-26 12:16:25 -07:00
fc868b3201
chore(deps): update codesee to v0.126.0 ( #44023 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-27 00:45:34 +05:30
389f2ff672
chore(deps): update dependency lint-staged to v11.2.5
2021-10-26 18:14:17 +00:00
cf0286dd36
chore(client): migrate Tool-Panel component to ts ( #43790 )
...
* chore: rename Tool-Panel.js to tool-panel.tsx
* feat: migrate tool-panel to ts
* chore: remove unused ts-expect-error
* chore: improve videoUrl and guideUrl types
* chore: update executeChallenge prop type
2021-10-26 09:00:17 -07:00
ee9659d0c0
chore(i18n,docs): processed translations ( #44018 )
2021-10-26 08:01:37 -07:00
b4c68c039b
chore(deps): run npm audit fix on all packages ( #44002 )
2021-10-26 19:11:53 +05:30
40e588ab90
chore(i18n,client): processed translations ( #44019 )
2021-10-26 19:09:17 +05:30
54fe28d1c4
fix(deps): update dependency react-instantsearch-dom to v6.14.0
2021-10-26 13:14:05 +00:00
df3d043fed
fix(curriculum): change note in problem 14 ( #44015 )
2021-10-26 12:51:24 +02:00
63e451b202
chore(deps): update dependency webpack to v5.60.0 ( #44003 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-26 13:41:34 +05:30
f586d7083d
fix(deps): update dependency @types/node to v16.11.6 ( #44008 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-26 10:34:37 +05:30
8b2cc86094
chore(deps): update codesee to v0.125.0 ( #44005 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-26 10:33:51 +05:30
499baa0422
fix(tools): no comment for staff ( #44004 )
...
fix(tools): no comment for staff
2021-10-26 10:30:38 +05:30
e3822b9cac
fix(curriculum): test removing non-existing element from empty and non-empty tree ( #43885 )
...
* fix: test removing element not in a tree
* fix: test removing from empty tree
2021-10-25 23:07:12 -05:00
866c9ee9d9
refactor: clean up MultifileEditor ( #43996 )
2021-10-25 22:06:11 -05:00
62a48deae9
fix(deps): update dependency @types/react to v17.0.33
2021-10-26 01:47:16 +00:00
409399c272
fix(curriculum): simplify challenge "Access Props Using this.props" ( #43840 )
...
* simplify access props using this.props challenge
* trying to make the test pass
* change description access props challenge
* Update curriculum/challenges/english/03-front-end-development-libraries/react/access-props-using-this.props.md
Co-authored-by: Krzysztof <60067306+gikf@users.noreply.github.com >
* delete test
* Update curriculum/challenges/english/03-front-end-development-libraries/react/access-props-using-this.props.md
Co-authored-by: Krzysztof <60067306+gikf@users.noreply.github.com >
2021-10-25 15:08:10 -07:00
e4e22e9f57
chore(deps): update dependency rollup to v2.58.3
2021-10-25 21:43:46 +00:00
a07a16b38b
fix: added possibility to revert back to default profile picture ( #43962 )
...
* added possibility to revert to default profile picture
* removed required from picture input
* remove addPlaceholderImage and replaced with empty string
* added test for empty string to avatar-renderer
2021-10-25 21:06:32 +02:00
9abc5f66ba
feat(client): ts-migrate multiple files ( #43262 )
...
* feat(client): ts-migrate rename files
* feat(client): ts-migrate client/src/templates/Introduction/*
* feat(client): ts-migrate client/src/components/formHelpers/form*
* fix: import
* Update client/src/components/formHelpers/form-validators.tsx
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update client/src/components/formHelpers/form-fields.tsx
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update client/src/components/formHelpers/form-fields.tsx
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* fix: types in client/src/components/formHelpers/index.tsx
* fix: types in client/src/templates/Introduction/super-block-intro.tsx
* fix: types in client/src/components/formHelpers/*
* fix: signInLoading and value types
* Update client/src/templates/Introduction/super-block-intro.tsx
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* Update client/src/components/formHelpers/index.tsx
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* Update client/src/components/formHelpers/index.tsx
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* Update client/src/components/formHelpers/index.tsx
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* chore(deps): update dependency rollup to v2.58.1
* fix: rename variables and fix imports for ts-migrate
* fix: remove `Type` suffix from the type definition.
* Update client/src/components/formHelpers/form.tsx
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-25 18:45:36 +01:00
001aa3ea9e
feat(i18n): Add more motivational phrases and quotes in Spanish ( #43970 )
...
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
2021-10-25 23:09:24 +05:30
0a3ce84e5a
chore(api): update non-semver axios
2021-10-25 22:49:46 +05:30
9780533fa4
chore(api,deps): housekeeping for patch updates
2021-10-25 22:49:46 +05:30
af52f468c1
fix(deps): update dependency @fortawesome/react-fontawesome to v0.1.16 ( #43922 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-25 22:48:20 +05:30
bcc9beff1f
feat(curriculum): introduce let and const earlier ( #43133 )
...
* fix: move "Explore Differences Between..." to basic JS, update seed and tests
* fix: resequence "Declare String Variables"
* fix: move "Declare a Read-Only Variable..." to basic JS, update seed and tests
* fix: revert changes to non-English "Explore Differences Between..." test text
* fix: revert test strings, solutions, and seeds for non-English challenges
* fix: update "Declare String Variables" description
* fix: sync quotation marks in description and seed
* fix: modify note in "Declare a Read-Only..." challenge
* fix: update operator and compound assignment challenges
* fix: update string challenges
* fix: update array and array method challenges
* fix: update function and scope challenges, resequence slightly
* fix: "Word Blanks" solution
* fix: add spacing to seed
* fix: concatenating += challenge spacing
* fix: appending variables to strings spacing
* fix: find the length of a string spacing
* fix: removed instances of removedFromMyArray = 0
* fix: switch challenges
* fix: function argument and param spacing
* fix: update counting cards, object challenges, and record collection
* fix: finish rest of Basic JS section
* fix: introducing else statements solution
* fix: update spacing and wording
* fix: update wording for const challenge
* fix: update functional programming challenges
* fix: intermediate algorithms and cert challenges
* fix: revert some spacing and remove comments for fp challenge solutions
* feat: add notes with links to moved let and const challenges in first two es6 challenges
* fix: update es6 intro text
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/concatenating-strings-with-the-plus-equals-operator.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/finding-a-remainder-in-javascript.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/global-scope-and-functions.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/iterate-through-an-array-with-a-for-loop.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/iterate-through-an-array-with-a-for-loop.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/functional-programming/implement-map-on-a-prototype.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/declare-a-read-only-variable-with-the-const-keyword.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* fix: concatenating strings with plus operator seed
* fix: add comments back to Declare a Read-Only Variable... seed
* feat: add es6 to basic javascript redirect tests for let and const challenges
* fix: revert "Concatenating Strings with Plus Operator" seed
* fix: move test file to cypress/integration/learn/redirects, separate redirect tests
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
2021-10-25 17:55:58 +01:00
71b555ab16
chore(i18n,curriculum): update translations ( #43998 )
2021-10-25 18:08:03 +02:00
5d950b4d4f
chore(i18n,docs): update translations ( #43997 )
2021-10-25 18:07:41 +02:00
a7af447f35
fix(docs): update & simplify introduction copy ( #43999 )
...
* fix(docs): update& simplify introduction copy
* Update docs/index.md
Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com >
Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com >
2021-10-25 17:06:59 +01:00
f90dc7d903
fix(curriculum): update challenge to heading tags instead of headers ( #43429 )
...
* header changed to heading tag
* fix: Exercise about heading tags <h1> ... <h6>, accidentally refers to header tags
* fix: changed header to heading on pages affected
* Update curriculum/challenges/_meta/applied-visual-design/meta.json
Co-authored-by: Ilenia <nethleen@gmail.com >
* Update curriculum/challenges/english/01-responsive-web-design/applied-accessibility/use-headings-to-show-hierarchical-relationships-of-content.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/01-responsive-web-design/applied-accessibility/use-headings-to-show-hierarchical-relationships-of-content.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/01-responsive-web-design/applied-accessibility/use-headings-to-show-hierarchical-relationships-of-content.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/01-responsive-web-design/applied-accessibility/use-headings-to-show-hierarchical-relationships-of-content.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/01-responsive-web-design/applied-accessibility/use-headings-to-show-hierarchical-relationships-of-content.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/01-responsive-web-design/basic-html-cat-photo-app/part-002.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/01-responsive-web-design/applied-visual-design/adjust-the-size-of-a-header-versus-a-paragraph-tag.md
Co-authored-by: gikf <60067306+gikf@users.noreply.github.com >
* Update curriculum/challenges/english/01-responsive-web-design/applied-visual-design/adjust-the-size-of-a-header-versus-a-paragraph-tag.md
Co-authored-by: gikf <60067306+gikf@users.noreply.github.com >
* file renamed
* dashed-name changed for all languages
* made changes in all the challenges
* file title changed
* added cypress test
* cypress test added
* Update cypress/integration/learn/redirects/heading-challenge.js
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com >
Co-authored-by: Ilenia <nethleen@gmail.com >
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
Co-authored-by: gikf <60067306+gikf@users.noreply.github.com >
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com >
2021-10-25 16:17:54 +01:00
e37b600fba
chore(.env): remove stripe create plans key ( #43978 )
2021-10-25 14:14:01 +02:00
9114f80b03
fix(docs): reorder the sidebar in order of relevance ( #43992 )
2021-10-25 12:56:22 +02:00
a4ba10a7bc
chore(deps): update dependency rollup to v2.58.1
2021-10-25 08:42:09 +00:00
33c095a415
chore(i18n,curriculum): update translations ( #43988 )
2021-10-25 09:26:40 +05:30
f5ccaf971b
fix(config): add a bolder warning when missing .env ( #43979 )
2021-10-25 09:23:13 +05:30
fa8b2693ad
fix(deps): update dependency @types/react to v17.0.32
2021-10-24 13:58:11 +00:00
6088002f7b
chore(deps): update dependency lint-staged to v11.2.4
2021-10-23 22:04:16 +00:00
798ac7793b
chore(i18n,learn): update translations ( #43984 )
2021-10-23 09:35:51 -07:00
c8e2cae8d1
chore(deps): update dependency @types/validator to v13.6.5
2021-10-23 13:04:01 +00:00
0499b06ad2
chore(deps): update codesee to v0.124.0
2021-10-23 03:05:05 +00:00
b4d68a9c64
chore(deps): update dependency ts-node to v10.4.0
2021-10-23 00:48:07 +00:00
8f8333d710
fix(deps): update dependency gatsby to v3.14.4
2021-10-22 21:59:00 +00:00
0f5690f786
chore(i18n,docs): update translations ( #43969 )
2021-10-22 14:52:41 +01:00