Commit Graph

30357 Commits (707f1a753c378df0fc825498710a2853461eb987)

Author SHA1 Message Date
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
camperbot a8bb1c01c4
chore(i18n,client): processed translations (#45710) 2022-04-18 06:58:21 -07:00
renovate[bot] 6ed7a3ceb7
chore(deps): update dependency prismjs to v1.28.0 (#45707)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-18 19:03:05 +05:30
Mrugesh Mohapatra 7f550a61d1
chore: update hall of fame 2022-04-18 18:56:51 +05:30
Huyen Nguyen d35c24af42
feat(ui-components): add states and full-width support to Button component (#45665)
* add active style

* add disable state

* add support for full-width

* add custom focus outline
2022-04-18 11:26:36 +03:00
Renovate Bot d117989677 chore(deps): update dependency @rollup/plugin-node-resolve to v13.2.1 2022-04-18 06:04:57 +00:00
Renovate Bot 15e7be4141 chore(deps): update codesee to v0.234.0 2022-04-18 02:10:05 +00:00
Renovate Bot 0e4030e1bc fix(deps): update dependency react-i18next to v11.16.6 2022-04-17 22:06:40 +00:00
Renovate Bot cbf835bd61 chore(deps): update storybook monorepo to v6.4.22 2022-04-17 18:53:32 +00:00
Renovate Bot 694db374ce chore(deps): update dependency tailwindcss to v3.0.24 2022-04-17 15:06:12 +00:00
Renovate Bot 70ecfa5850 chore(deps): update dependency rollup to v2.70.2 2022-04-17 11:15:24 +00:00
Renovate Bot 458d0832b6 chore(deps): update dependency lint-staged to v12.3.8 2022-04-17 04:44:25 +00:00
Renovate Bot f743dce632 chore(deps): update dependency @types/react-test-renderer to v17.0.2 2022-04-17 01:18:22 +00:00
Renovate Bot 413d240771 chore(deps): update dependency @types/react-redux to v7.1.24 2022-04-16 22:05:17 +00:00
Renovate Bot 6237921541 chore(deps): update dependency @types/node to v16.11.27 2022-04-16 19:18:18 +00:00
Renovate Bot be3b27fd78 chore(deps): update dependency @types/chai to v4.3.1 2022-04-16 16:15:42 +00:00
Renovate Bot 3c54a53055 chore(deps): update dependency @testing-library/react to v12.1.5 2022-04-16 13:14:12 +00:00
Renovate Bot 6b8c33697e chore(deps): update dependency @rollup/plugin-typescript to v8.3.2 2022-04-16 10:00:58 +00:00
Renovate Bot 0f7415234b fix(deps): pin dependency @sentry/gatsby to 6.19.6 2022-04-16 04:11:39 +00:00
camperbot 6060197423
chore(i18n,docs): processed translations (#45685) 2022-04-16 04:14:53 +09:00
camperbot d177ff4e11
chore(i18n,learn): processed translations (#45682) 2022-04-15 14:16:36 -03:00
camperbot 049689bbd8
chore(i18n,client): processed translations (#45681) 2022-04-15 14:14:15 -03:00
Naomi Archibong 4ff9c2a6fc
feat: update wording for string length (#45602) 2022-04-15 08:13:42 -07:00
Tristan Toye dfe5a7fd05
Add Sentry to client for error handling (#43920)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2022-04-15 09:54:02 -05:00
Rafael D. Hernandez 832eb29c0d
fix(learn): Change width for piano on step 28 (#45673)
* fix: change width on step 28

* fix: update step-33 seed

Co-authored-by: Rafael Hernandez <rafaeldavish@Rafaels-MacBook-Pro.local>
2022-04-15 09:36:24 -05:00
Oliver Eyton-Williams 4cc20172c5
fix: fallback to english challenges (#45635)
* fix: fallback to english challenges

All challenges will use the english version if a translated file is not
available.  SHOW_NEW_CURRICULUM still gates what's shown in the client.

* refactor: use closures to simplify createChallenge

* refactor: remove messy destructure

* refactor: add meta via helper

* fix: fallback to [] for meta.required

* fix: repair challenge.block

* refactor: use CONST_CASE for meta + challenge dirs

* fix: catch empty superblocks immediately

* fix: clean up path.resolves

* fix: invalid syntax in JS project steps

* fix: default to english comments and relax tests

Instead of always throwing errors when a comment is not translated, the
tests now warn while SHOW_UPCOMING_CHANGES is true, so that tests will
pass while we're developing and allow translators time to work.

They still throw when SHOW_UPCOMING_CHANGES is false to catch issues
in production

* test: update createCommentMap test

* refactor: delete stale comment

* refactor: clarify validate with explanatory consts

* feat: throw if audited cert falls back to english

* fix: stop testing upcoming localized curriculum
2022-04-15 09:17:49 -05:00
Tom e0a5fcdb8e
fix: add message about third-party cookies (#45672) 2022-04-13 20:56:16 +05:30
Mrugesh Mohapatra 9ea7018740
Merge pull request from GHSA-cc3r-grh4-27gj
* feat: restrict update-user-flag endpoint

* feat(api): add dedicated-endpoints for user

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2022-04-13 20:51:31 +05:30
camperbot bb0f9c8036
chore(i18n,docs): processed translations (#45678) 2022-04-13 23:44:06 +09:00
camperbot 67768b057e
chore(i18n,learn): processed translations (#45679) 2022-04-13 23:42:58 +09:00
yuanhepeng 8072041012
fix(curriculum): improve the wording of a challenge (#45677) 2022-04-12 22:05:14 -07:00
Naomi Carrigan f88b272f79
chore: migrate instructions to learn (#45568)
* chore: migrate instructions to learn

* chore: apply sem's review suggestions

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

* chore: apply tom's review suggestion

Co-authored-by: Tom <20648924+moT01@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>
2022-04-12 09:20:56 -05:00
camperbot 905018ad35
chore(i18n,learn): processed translations (#45670) 2022-04-11 19:34:39 +05:30
camperbot f40a2c6da1
chore(i18n,client): processed translations (#45669) 2022-04-11 19:34:09 +05:30
Renovate Bot c1e442a064 fix(deps): update dependency react-i18next to v11.16.5 2022-04-11 00:06:57 +00:00
Renovate Bot 44fb360cba fix(deps): update dependency @stripe/stripe-js to v1.27.0 2022-04-10 21:59:41 +00:00
Renovate Bot 6fda1f1473 chore(deps): update dependency webpack to v5.72.0 2022-04-10 19:58:25 +00:00
Renovate Bot fb216cccb7 chore(deps): update dependency @testing-library/dom to v8.13.0 2022-04-10 17:07:49 +00:00
Renovate Bot 999a5e66a7 fix(deps): update dependency react-i18next to v11.16.3 2022-04-10 14:49:03 +00:00
Renovate Bot 1d1f1ad77e chore(deps): update dependency eslint-plugin-import to v2.26.0 2022-04-10 11:37:32 +00:00
Renovate Bot b64e2f481f chore(deps): update codesee to v0.227.0 2022-04-10 06:00:09 +00:00
Renovate Bot 520db30828 fix(deps): update dependency react-instantsearch-dom to v6.23.3 2022-04-10 03:47:24 +00:00