Commit Graph

28700 Commits

Author SHA1 Message Date
b9d08f2fea feat: locale specific help posts (#43290) 2021-08-25 21:43:40 +05:30
673b1caa39 chore(i18n,curriculum): update translations (#43267) 2021-08-25 21:42:11 +05:30
867044aa63 chore(i18n,client): processed translations (#43299) 2021-08-25 21:41:33 +05:30
d493150f26 chore(deps): update dependency @testing-library/dom to v8.2.0 2021-08-25 15:18:55 +00:00
e78b60a456 chore(deps): update dependency @testing-library/dom to v8.1.1 2021-08-25 12:13:38 +00:00
7314609c5e chore(deps): update dependency husky to v7.0.2 2021-08-25 04:10:23 +00:00
4603a1f9a7 chore(deps): update dependency eslint-plugin-import to v2.24.2 2021-08-25 02:48:57 +00:00
c80031b6d8 chore(deps): update dependency eslint-plugin-testing-library to v4.12.0 2021-08-24 22:26:28 +00:00
d161998acc test: check that JS projects can be submitted. (#43222)
* test: check that JS projects can be submitted.

* refactor: remove stale workflow comments

* refactor: remove redundant build

* chore: update Cypress version in CI

* test: create separate electron-only workflow

* test: put data-cy on correct button

* test: drop mailhog from electron CI

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

* refactor: update differences comment

* test: separate toggling from logging in

* test: check solutions can be viewed on cert

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2021-08-24 20:26:48 +02:00
5371af7767 fix(learn): removed space from first sentence and added instruction to basic javascript challenges (#43198)
* sheesh

* added markdown formatting to challenge

* added formatting to keep space in concatenating strings with the plus equals operator

* Delete husky.sh

* added back in italian dictionary

* removed code formatting

* updating text formatting for challenges, removed space and added instruction

Co-authored-by: Pat Lehmann <patrick.lehmann@homes.com>
2021-08-24 10:26:45 -07:00
a42348d3b9 test: Privacy terms redirection (#43195) 2021-08-24 22:36:23 +05:30
202da8452e chore(i18n,docs): processed translations (#43275) 2021-08-24 20:09:49 +05:30
f8b41a34ab chore(i18n,client): processed translations (#43276) 2021-08-24 16:39:35 +02:00
e2d6639773 feat(e2e): Add cypress globals to eslint overrides (#43234)
fix(docs): Remove cypress eslint note on e2e docs
2021-08-24 16:29:00 +02:00
b3cae635e1 fix: typo intro.json 2021-08-24 16:05:17 +02:00
15f560cd26 chore(deps): update typescript-eslint monorepo to v4.29.3 2021-08-23 21:37:28 +00:00
5e49521fc2 fix(client): some editor edge cases (#43256)
* fix: handle erm on line zero

* refactor: fix eslint errors

* fix: prevent crash on zero height editable region
2021-08-23 11:34:53 -07:00
498805c235 fix(client): use en top contributor link for i18n (#43248)
* Changes made as directed in the instructions

* second revision

* Third revision

* Cypress Test updated

* cypress test updation

* directly linking to top-contributors news page

Co-authored-by: Ilenia <nethleen@gmail.com>
2021-08-23 16:50:28 +01:00
a44c2e4b8f fix(deps): update dependency algoliasearch to v4.10.4 2021-08-23 12:06:43 +00:00
5ecfbcc5d4 Update trending.json 2021-08-23 18:33:55 +08:00
d2af4c69d2 chore(deps): update dependency rollup to v2.56.3 2021-08-23 09:59:19 +00:00
70be4b53c4 chore(i18n,docs): update translations (#43261) 2021-08-23 09:48:27 +02:00
6f720dc068 chore(deps): update dependency autoprefixer to v10.3.2 2021-08-21 21:32:09 +00:00
7dfa94902d chore(i18n,curriculum): update translations (#43255) 2021-08-21 19:28:22 +02:00
bd7a6780a9 feat(client): ts-migrate Map component (#42845)
* feat(client) Renamed index.js to index.tsx

* feat(client): ts-migrate Map component
2021-08-21 12:06:09 +01:00
815f588942 fix: typo grammar (#43259) 2021-08-21 09:26:03 +02:00
7624462d52 chore(deps): update dependency eslint-plugin-prettier to v3.4.1 2021-08-21 01:18:47 +00:00
3c71593931 fix(client): "help translate" link for Italian & Portuguese (#43254) 2021-08-20 08:34:17 -07:00
0f1fbb4213 chore(deps): update dependency mocha to v9.1.0 2021-08-20 09:06:42 +00:00
ec9034751e chore(i18n,learn): update translations (#43190) 2021-08-20 09:03:00 +02:00
703394b127 chore(i18n,curriculum): update translations (#43178) 2021-08-20 09:00:51 +02:00
1b7ddb13d2 chore(i18n,docs): update translations (#43188) 2021-08-20 09:00:06 +02:00
b99ee5e7de feat: english forum for guide posts (#43246) 2021-08-20 11:58:07 +05:30
ea97315531 fix(deps): update dependency @actions/core to v1.5.0 2021-08-20 03:04:02 +00:00
8dc9cd4d6d chore(deps): update codesee to v0.71.1 2021-08-20 01:03:55 +00:00
016f0da4c1 chore(deps): update dependency eslint-plugin-import to v2.24.1 2021-08-19 23:05:08 +00:00
55e8db1d9c chore(deps): update codesee to v0.70.1 2021-08-19 21:44:25 +00:00
1fec73cdf7 feat(client): Unify donation loading state (#43179)
* initial loading state unification

* feat(client): show buttons after 3 seconds

* fix: use window.setInterval explicitly

Otherwise TS assumes that it's node's setInterval

* feat(client): remove spinner when first button load

* feat(client): move the loader to the donate page button area

* feat(client): extract grid from modal donation form

* feat(client): remove duplicate donation forms

* feat(client):extract unused components from donationForm

* feat(client): load paypal on load not onInit (for perf)

* feat(client): set paypal loading state if stripe already loaded

* feat(clinet):make lpaypal oading condition strickt.

* Apply suggestions from code review

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

* feat: clean up

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-08-19 14:47:25 -05:00
72529a8050 fix(deps): update dependency @stripe/stripe-js to v1.17.1 2021-08-19 18:03:39 +00:00
47c6e33e06 chore(deps): update dependency webpack to v5.51.1 2021-08-19 16:20:33 +00:00
25f750f888 chore(deps): update dependency webpack to v5.51.0 2021-08-19 10:39:37 +00:00
20c4b68ad4 chore(deps): update codesee to v0.69.0 2021-08-19 03:14:27 +00:00
24c482b18c chore(deps): update dependency ts-node to v10.2.1 2021-08-18 19:58:44 +00:00
21fbbe69d5 chore(deps): update codesee to v0.67.0 2021-08-18 18:51:27 +00:00
1745411c24 fix(curriculum): add sentence to instructions for clarity (#43227) 2021-08-18 17:17:50 +02:00
84760cba9e fix(client): removes cut off in certificate page (#43090) 2021-08-18 09:23:34 -05:00
52447d28a9 fix(deps): update gatsby monorepo 2021-08-18 12:34:03 +00:00
e71b1f3dbf fix(curriculum): Removed URL for wrong video solution (#43210) 2021-08-18 16:35:57 +05:30
278ea78473 docs: minor wording update (#43229) 2021-08-18 16:32:11 +05:30
ca902b96c5 chore: fix typo in report-user.js (#43203)
intially -> initially
2021-08-18 12:28:37 +05:30