Commit Graph

35748 Commits

Author SHA1 Message Date
camperbot
a139a4fe63 chore(i18n,docs): processed translations (#45792) 2022-04-27 16:14:40 +02:00
Ashley Ratigan
fa3141ec53 fix(curriculum): typo of through instead of though (#45789) 2022-04-27 11:33:28 +02:00
Naomi Carrigan
56820d90f8 feat: add challenge editor tool (#45214)
* feat: add challenge editor tool

chore: prepare API/Client setup

feat: migrate to react!

feat: styling

fix: useEffect loop

feat: add challenge helpers

feat: use actual code editor

feat: styling

Bring it a bit more in line with /learn

* refactor: use workspaces

Which unfortunately required a rollback to React 16, because having
multiple React versions causes all sorts of issues.

* chore: apply Oliver's review suggestions

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

* chore: remove test files for now

* fix: prettier issue

* chore: apply oliver's review suggestions

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

* chore: move scripts to root

* fix: lint errors oops

* chore: remove reportWebVitals thing

* chore: DRY out paths

* fix: create-empty-steps takes one arg

* chore: start doesn't make sense now

* chore: DRY out button requests

* chore: one more review suggestion

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

* chore: cleanup CRA files

* fix: correct note for creating new project

* feat: enable js and jsx highlighting

* feat: include all superblocks

* feat: improve button ux

* feat: add "breadcrumbs"

* feat: add link back to block from step tools

* chore: remove unused deps

* chore: apply oliver's review suggestions

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

* chore: parity between file names and commands

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2022-04-26 12:33:43 -05:00
camperbot
22fd681db5 chore(i18n,docs): processed translations (#45787) 2022-04-26 17:46:12 +02:00
Oliver Eyton-Williams
ad8cf94202 fix: allow sentryClientDSN to be null (#45786) 2022-04-26 16:00:39 +01:00
Mrugesh Mohapatra
bf7924b216 docs: update the security policy (#45781) 2022-04-26 01:23:58 +05:30
Naomi Carrigan
0d749d7ff0 feat: enable RWD on i18n (#45587) 2022-04-25 19:00:27 +01:00
Naomi Carrigan
60b8f08d3d chore(docs): update security section of readme (#45780) 2022-04-25 23:05:39 +05:30
Mrugesh Mohapatra
00900de075 feat: add security.txt file (#45775) 2022-04-25 18:31:22 +02:00
Ilenia
130f30ca2e fix(curriculum): change alt text in example to match the image (#45777) 2022-04-25 18:17:02 +02:00
Mrugesh Mohapatra
6f0d2fa502 docs: update the security policy (#45776)
* docs: update the security policy

* chore: apply suggestions from code review

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

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2022-04-25 20:16:20 +05:30
Ilenia
18c6a2b16e fix(curriculum): correct usage of element and tag (#45768) 2022-04-25 16:09:27 +02:00
apvarghese19
84b4b2e7c2 fix(curriculum): allow spaces before opening parenthesis in .log call (#45748)
Co-authored-by: Andrew Varghese <andvarg@umich.edu>
2022-04-25 14:47:46 +01:00
camperbot
e899581875 chore(i18n,client): processed translations (#45773) 2022-04-25 15:35:04 +02:00
Eric Leung
6a5fda28be fix(docs): update codebase link (#45752)
I appears the main contributing page got updated headers. This commit
updates a link to said page.
2022-04-25 14:22:18 +01:00
Huyen Nguyen
86935fa59f feat(ui-components): add support for link to Button component (#45671)
* add active style

* add disable state

* add support for full-width

* add custom focus outline

* feat(ui-components): add support for link to Button component

* Add onClick action

* center content
2022-04-25 13:47:40 +03:00
Rafael D. Hernandez
db94165d0f feat(i18n,esp):quality assurance cert fully translated and proofread (#45750)
* feat: add Quality Assurance Cert to auditedCerts for ES

* fix(i18n,esp) remove extra comma

Co-authored-by: Rafael Hernandez <rafaeldavish@Rafaels-MacBook-Pro.local>
2022-04-25 10:49:28 +05:30
yuanhepeng
b740bed1c1 fix: ”bold“should it be cited (#45747) 2022-04-24 16:53:25 +07:00
Renovate Bot
05195e1cc3 fix(deps): update dependency redux to v4.2.0 2022-04-24 04:20:06 +00:00
Renovate Bot
aa5e4cde81 chore(deps): update dependency lint-staged to v12.4.0 2022-04-24 01:55:09 +00:00
Renovate Bot
5062845014 chore(deps): update dependency autoprefixer to v10.4.5 2022-04-23 23:46:07 +00:00
Renovate Bot
d71a22c794 fix(deps): update dependency @stripe/stripe-js to v1.29.0 2022-04-23 21:47:03 +00:00
Renovate Bot
301d8be420 chore(deps): update codesee to v0.242.0 2022-04-23 19:44:07 +00:00
Renovate Bot
7e50096954 fix(deps): update dependency react-instantsearch-dom to v6.23.4 2022-04-23 17:45:01 +00:00
Renovate Bot
75b2669e90 fix(deps): update dependency react-i18next to v11.16.7 2022-04-23 15:52:21 +00:00
Renovate Bot
2094b450b1 fix(deps): update dependency nanoid to v3.3.3 2022-04-23 13:24:21 +00:00
Renovate Bot
8ebbe84972 fix(deps): update dependency @stripe/react-stripe-js to v1.7.2 2022-04-23 10:44:32 +00:00
Renovate Bot
f79ed13e33 chore(deps): update dependency babel-loader to v8.2.5 2022-04-23 05:37:18 +00:00
Lenin Kennedy
a4c6e1cd84 fix(curriculum): test to check the ".canvas" selector (#45746)
* fix the test to check the "canvas" selector

Changed the word "one" to "canvas"

* change onePadding to canvasPadding
2022-04-22 21:03:54 +02:00
camperbot
aa9b152b7e chore(i18n,learn): processed translations (#45749) 2022-04-22 09:40:12 -07:00
camperbot
2ca554918c chore(i18n,docs): processed translations (#45741) 2022-04-22 19:56:38 +09:00
camperbot
234fe94e0f chore(i18n,learn): processed translations (#45742) 2022-04-21 23:34:24 +05:30
Jeremy L Thompson
7e5b82cfb4 fix(learn): update tests round in Fib Word challenge (#45727) 2022-04-21 10:24:02 +05:30
Muhammed Mustafa
864b3d6836 fix(curriculum): change description and instructions to correct project (#45737) 2022-04-21 10:23:31 +05:30
camperbot
766ae44972 chore(i18n,client): processed translations (#45734) 2022-04-20 09:44:57 -07:00
Oliver Eyton-Williams
d224311886 fix: remove Coding Interview Prep from audited uk certs (#45735) 2022-04-20 16:20:15 +01:00
Shaun Hamilton
965b46c406 fix(curriculum): correct reg-form instruction (#45732) 2022-04-20 20:02:17 +05:30
camperbot
d5558bb40b chore(i18n,docs): processed translations (#45733) 2022-04-20 20:01:38 +05:30
Matheus Pormanhani
888c9ca75e chore: migrate client/components/formHelpers/Form.test.js to TS (#45726) 2022-04-20 14:37:54 +02:00
camperbot
669c98040a chore(i18n,docs): processed translations (#45708) 2022-04-20 12:57:51 +05:30
Bruce B
361a21e29f fix: remove alt text from icons (#45730) 2022-04-20 08:38:34 +02:00
Oliver Eyton-Williams
2432fbb428 fix: create config files before linting (#45723) 2022-04-19 08:27:19 -07:00
Oliver Eyton-Williams
1017738090 fix: encode image urls (#45722) 2022-04-19 08:06:33 -07:00
camperbot
59eb4b18c1 chore(i18n,learn): processed translations (#45711) 2022-04-19 07:48:03 -07:00
camperbot
be2b5c62b1 chore(i18n,client): processed translations (#45724) 2022-04-19 07:44:21 -07:00
Bruce B
647469a479 fix(a11y): beta RWD feedback for code check (#45579)
* fix: beta RWD feedback for code check

* cleaned up comments

* move colon on hint heading to CSS

* fix: keep status message box size consistent
2022-04-19 14:34:15 +03:00
Ahmad Abdolsaheb
3c4f671629 feat/add props form control (#45706)
* feat: add textarea variation to formControl

* feat/add-storybook-argtypes
2022-04-19 11:39:04 +03:00
Naomi Carrigan
58235a42c6 fix(a11y): wcag contrast issue on search icon (#45716)
* fix: hack the colours

* Revert "fix: hack the colours"

This reverts commit bd60d44c84.

* fix: global sr-only approach

* fix: motivation author colour
2022-04-18 22:47:48 -07:00
Matheus Pormanhani
be29e37a69 chore: typescript migration of components/settings/Honesty.test.js (#45713)
* chore: renamed file to .tsx

* chore: migrate components/settings/Honesty.test.js to .tsx

* fix: update Honesty.test.tsx snapshot
2022-04-18 09:03:44 -07:00
Ilenia
54290c74e6 fix(curriculum): fixing sentence for correct usage of backticks (#45714) 2022-04-18 20:06:31 +05:30