Commit Graph

31579 Commits

Author SHA1 Message Date
Kas
2462feb4c0 fix(curriculum): change example to valid HTML (#45783)
* Updated HTML tag for English version issue #45765

* Update curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/define-the-head-and-body-of-an-html-document.md

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

Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
2022-05-02 14:51:47 +02:00
Renovate Bot
3f9f9d4c3a fix(deps): update dependency express to v4.18.1 2022-05-02 11:22:06 +00:00
Renovate Bot
2bbf0de925 chore(deps): update dependency eslint-plugin-react-hooks to v4.5.0 2022-05-02 04:55:24 +00:00
Renovate Bot
69762e5208 chore(deps): update dependency @types/node to v16.11.33 2022-05-02 01:27:50 +00:00
Renovate Bot
3f7805ff5a chore(deps): update codesee to v0.250.0 2022-05-01 22:02:17 +00:00
sidemt
857e29258d fix(curriculum): Add periods at the end of hints (#45818) 2022-05-01 20:42:37 +02:00
Renovate Bot
e02c016484 fix(deps): update dependency react-scripts to v5.0.1 2022-05-01 17:48:49 +00:00
Renovate Bot
debfcbe382 fix(deps): update dependency typescript to v4.6.4 2022-05-01 14:55:26 +00:00
Renovate Bot
fe7b40df7f fix(deps): update dependency final-form to v4.20.7 2022-05-01 12:38:25 +00:00
Renovate Bot
9f0dbc3390 fix(deps): update dependency @sentry/gatsby to v6.19.7 2022-05-01 10:27:21 +00:00
Renovate Bot
4a62801098 chore(deps): update dependency postcss to v8.4.13 2022-05-01 05:49:29 +00:00
Renovate Bot
fc6db724a4 chore(deps): update dependency live-server to v1.2.2 2022-05-01 03:27:33 +00:00
Ilenia
919851b56a fix(curriculum): add missing backtick to hint text (#45820) 2022-05-01 00:16:29 +01:00
Renovate Bot
0be8e06f72 chore(deps): update dependency lint-staged to v12.4.1 2022-04-30 22:33:14 +00:00
Renovate Bot
6eb72110ce chore(deps): update dependency inquirer to v8.2.4 2022-04-30 20:19:39 +00:00
Renovate Bot
64c090ffa9 chore(deps): update dependency acorn to v8.7.1 2022-04-30 17:16:17 +00:00
Renovate Bot
6414052894 chore(deps): update dependency @types/react-dom to v17.0.16 2022-04-30 14:28:22 +00:00
Renovate Bot
28edd56be4 chore(deps): update dependency @types/node to v16.11.32 2022-04-30 11:48:54 +00:00
Renovate Bot
1da0b48181 chore(deps): update babel monorepo 2022-04-30 06:34:08 +00:00
Renovate Bot
06071cfbcf fix(deps): pin dependencies 2022-04-30 03:15:34 +00:00
camperbot
542b19651d chore(i18n,client): processed translations (#45806) 2022-04-29 09:54:44 -07:00
Sem Bauke
62957fd875 fix(test): remove build from mobile curriculum test (#45804) 2022-04-29 09:02:59 -07:00
camperbot
e90bd64c98 chore(i18n,docs): processed translations (#45805) 2022-04-29 08:59:21 -07:00
camperbot
71bb691056 chore(i18n,learn): processed translations (#45807) 2022-04-29 08:58:12 -07:00
saltedTofu
2cc13c322f fix(ui-components): disabled button behavior (#45739)
* fixed disabled button behavior

Changed disabled button to not have active styles

* Update tools/ui-components/src/button/button.tsx

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

* Update tools/ui-components/src/button/button.tsx

* Update tools/ui-components/src/button/button.tsx

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2022-04-29 17:14:07 +03:00
Naomi Carrigan
3999de294f chore: a couple more places to update security policy (#45782) 2022-04-28 21:12:22 -05:00
Muhammed Mustafa
45b0f14797 add sign in instruction and a clearing cookies warning (#45798)
* add sign in command and a clearing cookies waring

* Clear tips and fixed a typo
2022-04-28 21:09:56 -05:00
Sem Bauke
d92eb803da fix(tests): windows pathing (#45799)
* fix: tests on Windows

* fix: use path join instead
2022-04-28 22:04:16 +01:00
camperbot
6d2b211921 chore(i18n,client): processed translations (#45794) 2022-04-29 00:58:52 +09:00
camperbot
2bafab6ae8 chore(i18n,learn): processed translations (#45795) 2022-04-29 00:57:56 +09:00
camperbot
41e3320897 chore(i18n,learn): processed translations (#45774) 2022-04-27 08:57:55 -07:00
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