Commit Graph

29555 Commits

Author SHA1 Message Date
5b61c8a56f refactor(client): ts-migration of i18n/validate-keys.js (#44292)
* refactor - file extenstion change to .ts

* fix - imports syntax

* fix - migration complete

* fix - lint:prettier warn

* refactor - validate-keys in tools/scripts/lint/

* refactor - validate-keys.ts moved to tools/scripts/lint and added in tsconfig.json

* refactor - tsconfig.json file for tools

* fix - lint:ts script update and validate-keys.js added to .eslintignore

* fix - lint:prettier and ts compilation

* fix - ts compilation

* refactor - changes in .gitignore and validate-keys script
2021-11-30 08:37:00 -08:00
bcb0465a50 fix: donation clean up (#44257)
* fix: donation clean up

* rename file

* rename2
2021-11-30 07:30:21 -08:00
f65a7a53bf chore(i18n,curriculum): processed translations (#44319) 2021-11-30 15:06:52 +01:00
d9971a2ac2 chore(i18n,client): processed translations (#44333) 2021-11-30 10:30:57 -03:00
6822a469ff chore(i18n,docs): processed translations (#44332) 2021-11-30 10:25:51 -03:00
5ad279d5f7 fix(deps): update dependency @types/node to v16.11.11 (#44322)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-30 18:13:56 +05:30
c0ec604035 chore(deps): update dependency jest to v27.4.1 2021-11-30 11:05:00 +00:00
1edb879988 chore(deps): update storybook monorepo to v6.4.1 2021-11-30 08:20:07 +00:00
37d3dbd5c1 chore(deps): update dependency jest to v27.4.0 (#44318)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-30 10:02:15 +05:30
8004ba4358 fix(deps): update dependency reselect to v4.1.4 (#44185)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-11-30 08:44:30 +05:30
a1d3fbdce3 fix(docs): updated reference to /utils/dasherize.js in docs (#44316) 2021-11-29 21:48:37 +00:00
25865cc9bb fix(curriculum): add better test case for insert-an-element-into-a-max-heap challenge (#44285)
* fix(cirriculum): add better testcase for insert-an-element-into-a-max-heap challenge

* fix(cirriculum): fix testcase for insert-an-element-into-a-max-heap challenge

* Update insert-an-element-into-a-max-heap.md

* Update insert-an-element-into-a-max-heap.md
2021-11-29 12:43:40 -08:00
0ed6b0607b chore(i18n,docs): update translations (#44311) 2021-11-29 20:39:12 +00:00
a10d49b75a Fix a typo (#44309) 2021-11-29 12:05:13 -08:00
1b8f006669 fix(curriculum): separate tag into two (#44281) 2021-11-29 11:57:41 -08:00
ad730dc84b fix(curriculum): missing backticks (#44308) 2021-11-29 11:50:38 -08:00
bb7893db8e feat: show project preview (#43967)
* feat: add data for preview to challengeMeta

* feat: allow creation of project preview frames

* feat: make project preview data available for frame

* refactor: simplify reducer

* feat: show project preview for first challenge

* feat: show project preview on MultiFile challenges

* test: check for presence/absence of preview modal

* fix: simplify previewProject saga

* test: uncomment project preview test

* fix: increase modal size + change modal title

* modal-footer

* feat: adjust preview size

* fix: remove margin, padding, and line-height for preview of finished projects

* Revert "fix: remove margin, padding, and line-height for preview of finished projects"

This reverts commit 0db11a0819.

* fix: remove margin on all previews

* refactor: use closeModal('projectPreview') for clarity

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

* fix: get started -> start coding!

* fix: update closeModal type

Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2021-11-29 18:30:28 +00:00
a8b0332720 chore(i18n,curriculum): update translations (#44283) 2021-11-29 08:32:04 -08:00
aa9215b111 fix(curriculum): Edit the title of Project Euler Problem 283 (#44305)
* Edited the title following the issue

* Edited the title in the JSON file as well
2021-11-29 08:26:24 -08:00
a152420041 chore(client): migrate TestSuite component to TypeScript (#43794)
* chore: rename Test-Suite.js to test-suite.tsx

* feat: migrate test-suite to ts

* feat: use type guard to narrow down tests prop

* revert: text prop from Test type I added when rebasing

* remove optionality from props

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

Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-11-29 09:58:15 +01:00
0deac73642 chore(curriculum): add instructions 08 (#44160)
Co-authored-by: Krzysztof <60067306+gikf@users.noreply.github.com>
2021-11-29 10:54:18 +05:30
118d5aa59d fix(curriculum): added whitespace after MathJax tag (#44304) 2021-11-29 10:52:36 +05:30
0b7170852f chore(i18n,docs): update translations (#44282) 2021-11-27 20:18:33 +00:00
e8be711b6f chore(deps): update dependency postcss to v8.4.4 2021-11-27 16:58:25 +00:00
58701d511b feat(tools): add Alert component (#43835)
* feat(alert): initialize component

* feat(alert): add children prop

* feat(alert): add className prop

* feat(alert): add variant prop

* feat(alert): add close button and handle onDismiss click

* feat(alert): place all alert related css in alert.css

* feat: define state color variables and use them instead of bootstrap ones

* chore: remove unused classes

* feat: replace base alert styles with tailwind classes

* feat: extract close button to separate component

* chore: remove unused css

* test: add close button tests

* refactor: use more tailwind-like approach for adding colors to theme

* refactor: use more expressive prop name for close button label

* refactor: use semantic color names

* feat: add stories with/without close button

* chore: add missing variants
2021-11-27 12:28:40 +03:00
32dbf3d57c chore(deps): update dependency postcss to v8.4.3 2021-11-26 22:52:51 +00:00
a3f3243fad chore(deps): update storybook monorepo to v6.4.0 2021-11-26 20:24:21 +00:00
0418c59445 docs: explain dynamic hints in more depth (#44290) 2021-11-26 14:06:22 +00:00
ff3d9385f4 chore(deps): update dependency webpack to v5.64.4 2021-11-25 18:59:26 +00:00
e93172b366 chore(deps): update dependency prettier to v2.5.0 2021-11-25 17:51:10 +00:00
260f945de8 feat: allow for dynamic hints (#44279) 2021-11-25 15:10:01 +00:00
63f6d9d3f2 feat(storybook): add theme toggle (#44234) 2021-11-25 16:32:52 +03:00
f5c214dc8d fix: adjust patreon night colors (#44256) 2021-11-25 12:38:45 +01:00
98fc7fba0e fix(config): build all-langs.js before server (#44274)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-11-25 11:01:50 +00:00
56e394eb0e chore(curriculum): add instructions for certificate 09 (#44241) 2021-11-25 11:22:06 +01:00
67d0061aa1 fix: getting of fallback issued date for fullstack certificate (#43977) 2021-11-25 06:37:34 +00:00
ed29836204 chore(deps): update codesee to v0.145.0 2021-11-25 05:22:14 +00:00
e4f48d1363 fix(deps): update dependency @types/react to v17.0.37 2021-11-25 03:48:52 +00:00
de0ef96a27 chore(deps): update dependency postcss to v8.4.1 2021-11-25 01:18:59 +00:00
c8ba3e9316 chore(client): rename test.tsx files to kebab-case (#44261) 2021-11-24 22:16:46 +00:00
e8dc7a754b chore(deps): update dependency postcss to v8.4.0 2021-11-24 21:56:37 +00:00
cf9f06918a fix(curriculum): typo in the description in Problem 29: Distinct powers (#44243)
* Typo fixed in problem 29 Distinct

* Typo fixed using MathJax

* Update curriculum/challenges/english/10-coding-interview-prep/project-euler/problem-29-distinct-powers.md

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

Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
2021-11-24 10:10:54 -08:00
d409194dd8 docs: update instructions (#44267)
* docs: update instructions

* docs: update instructions

* Update docs/devops.md

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-11-24 17:41:11 +00:00
35b55f071a fix: typo in back end instructions #44231 (#44232) 2021-11-24 09:32:34 -08:00
afd5d234d0 chore(deps): update dependency webpack to v5.64.3 2021-11-24 17:09:59 +00:00
9cf0d9fc3c chore(i18n,curriculum): update translations (#44272) 2021-11-24 15:29:35 +00:00
340f423c36 fix(deps): update dependency @types/node to v16.11.10 2021-11-24 08:56:56 +00:00
78babc1d5e chore(deps): update codesee to v0.144.0 2021-11-24 02:22:27 +00:00
b2da0cccbe fix(deps): update dependency sanitize-html to v2.6.0 2021-11-23 22:19:02 +00:00
ccfe21afb5 chore(i18n,curriculum): update translations (#44255) 2021-11-23 19:06:14 +00:00