cf309b5349
fix: optionally add name to customer creation ( #43486 )
2021-09-20 09:56:42 +02:00
3a4889942b
chore(deps): update dependency eslint-plugin-testing-library to v4.12.3
2021-09-20 00:07:21 +00:00
19fb0ebda9
chore(deps): update dependency eslint-plugin-react to v7.25.3
2021-09-19 22:23:32 +00:00
3337f48586
chore(i18n,curriculum): update translations ( #43493 )
2021-09-19 20:11:53 +01:00
cce4419a9a
chore(i18n,docs): update translations ( #43488 )
2021-09-19 20:06:45 +01:00
f0aca2d351
chore(i18n,learn): update translations ( #43492 )
2021-09-19 20:03:32 +01:00
96205ccf53
chore(i18n,learn): update translations ( #43489 )
2021-09-18 19:23:44 +01:00
15be1fe6bb
chore(i18n,curriculum): update translations ( #43463 )
2021-09-18 19:22:53 +01:00
81d48b26ad
chore(deps): update codesee to v0.90.0
2021-09-18 14:23:12 +00:00
badeb6e2df
fix(curriculum): reworded grammar to do without hyphen ( #43487 )
...
Suggesting the removal of "-" on line 29 in the description, as the comma before "such" is sufficient to separate the examples from the rest of the sentence.
2021-09-18 13:13:05 +01:00
c184f23d27
chore(deps): update babel monorepo to v7.15.7
2021-09-18 02:07:35 +00:00
c7968d53b7
chore(deps): update dependency mock-fs to v5.1.0
2021-09-17 23:54:51 +00:00
bccc217981
fix(deps): update gatsby monorepo
2021-09-17 22:08:20 +00:00
e5523bf16e
feat: add Stripe card form ( #43433 )
...
* eat: add Stripe card form
* Apply suggestions from code review
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* feat: adjust payload and error handling
* feat: readjust error handling
* Apply suggestions from code review
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* feat: refactors from comments
* feat: prevent submition during processing
* feat: redefine isSubmitting
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* fix: show the proper paypal button on donate page
* fix: handle errors from stripe
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com >
2021-09-17 22:15:56 +03:00
2dd106eb2f
feat(client): migrate to ts - (HelpModal, Preview, VideoModal, Side-Panel) ( #42857 )
...
* refactor: migrate HelpModal, Preview, VideoModal, Side-Panel
* refactor: import order
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2021-09-17 18:37:53 +01:00
5de0aae5da
chore(i18n,learn): update translations ( #43476 )
2021-09-17 18:12:54 +01:00
0fd8e55b9b
fix(deps): update dependency date-fns to v2.24.0
2021-09-17 09:36:48 +00:00
5a44900bd2
chore(deps): update codesee to v0.89.0
2021-09-17 02:56:59 +00:00
10c8113b3b
chore(deps): update dependency webpack to v5.53.0
2021-09-17 00:02:10 +00:00
615e8158c3
fix(deps): update dependency gatsby to v3.13.1
2021-09-16 22:05:39 +00:00
1bfe5d5c34
chore(deps): update dependency @types/react-transition-group to v4.4.3
2021-09-16 20:20:19 +00:00
6033992edc
chore(deps): update dependency prismjs to v1.25.0
2021-09-16 17:56:51 +00:00
cdbbd168fd
chore(deps): update dependency prettier to v2.4.1
2021-09-16 10:19:33 +00:00
b1f57abcb0
chore(deps): update codesee to v0.87.1
2021-09-15 23:10:06 +00:00
1dc6f2ac74
chore(deps): update codesee to v0.85.0
2021-09-15 01:56:09 +00:00
30cae62259
chore(deps): update codesee to v0.84.0
2021-09-14 22:51:16 +00:00
ff90a509f2
chore(deps): update dependency mongodb to v3.7.1
2021-09-14 21:28:19 +00:00
46933e1f2d
fix(deps): update dependency sanitize-html to v2.5.1
2021-09-14 17:27:04 +00:00
d0f4240ca0
chore(i18n,learn): update translations ( #43455 )
2021-09-14 13:58:08 +01:00
27226732ef
chore(deps): update codesee to v0.83.0
2021-09-14 02:19:40 +00:00
c154848dfd
chore(deps): update codesee to v0.82.0
2021-09-13 22:23:43 +00:00
179e8f0e32
chore(deps): update typescript-eslint monorepo to v4.31.1
2021-09-13 20:11:49 +00:00
c0d6c3c3db
chore(i18n,client): processed translations ( #43442 )
2021-09-13 19:18:47 +02:00
2cf4a7d787
feat(curriculum): add piano project ( #43364 )
...
* feat: i broke it horribly
* fix: background colour first
* chore: apply shaun's review suggestions
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* fix: missing asserts
* chore: apply shaun's review suggestions
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* chore: apply shaun's review suggestions
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* fix: remove extra background
* fix: meta order
* feat: clarify descriptions
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
2021-09-13 17:51:42 +01:00
6996d54fe7
fix(curriculum): specify array is returned from the function ( #43425 )
...
* (fix)Sort an array alphabetically using the sort Method - Array is returned from the function #43417
* (mod)Curriculum - Adding explicit instructions so that function will return a sorted array #43417
* (fix)Curriculum - Correcting grammetic error in instructions #43417
* mod: updated transaltion message #43417
* fix: Curriculum - Updated grammatical error in instructions #43417
Co-authored-by: Vama Mehta <vama.mehta@inqubit.in >
2021-09-13 17:22:55 +02:00
3d50ac03ad
chore(i18n,curriculum): processed translations ( #43435 )
2021-09-13 16:13:43 +02:00
8d33ff21f4
chore(deps): update dependency jest to v27.2.0
2021-09-13 11:01:14 +00:00
0752c68a64
chore(deps): update dependency @types/lodash-es to v4.17.5
2021-09-12 18:27:27 +00:00
bd2573f081
chore(deps): update dependency eslint-plugin-jest-dom to v3.9.2
2021-09-12 11:42:06 +00:00
7b5d54bb78
chore(deps): update dependency @testing-library/react to v12.1.0
2021-09-11 13:34:10 +00:00
969e4ac9e2
chore(deps): update dependency @testing-library/dom to v8.5.0
2021-09-11 11:04:10 +00:00
a563b3b4e4
feat(curriculum): CSS Box Model project ( #42182 )
...
* feat(curriculum): add initial steps
Add the initial step files for this project.
* feat(curriculum): write test texts
Add some test text (tests coming soon).
* feat: tests for HTML bits
Add tests for the HTML bits - CSS holding off until parser lands.
* feat: CSS tests
New CSS parser works great!
* fix: link href
Fix the href in the boilerplate.
* chore: apply suggestions from code review
Co-authored-by: gikf <60067306+gikf@users.noreply.github.com >
* fix: clarify link element
* fix: optional chaining
* fix: remove unused meta props
* fix: update helper and fix tests
* chore: apply tom's review suggestions
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
* chore: no console logs
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* feat: intro
Add introductory text, tweak instructions a bit.
Co-authored-by: gikf <60067306+gikf@users.noreply.github.com >
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
2021-09-10 17:17:03 +01:00
ac11c85409
chore(deps): update dependency webpack to v5.52.1
2021-09-10 15:36:47 +00:00
4ae1a50fd7
chore(deps): update dependency tailwindcss to v2.2.15
2021-09-10 14:10:13 +00:00
e9be93f964
chore(deps): npm audit fix - tools
2021-09-10 18:11:02 +05:30
240a3aea88
chore(deps): npm audit fix - root
2021-09-10 18:11:02 +05:30
9aea61d0df
fix: conflicting info updated ( #43394 )
2021-09-10 15:40:39 +05:30
f46d183d95
chore(deps): update babel monorepo to v7.15.6 ( #43424 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-09-10 15:27:27 +05:30
11493a6a5e
chore(deps): update dependency serve to v12.0.1
2021-09-09 22:56:31 +00:00
1552c5226f
chore(deps): update codesee to v0.81.0
2021-09-09 21:02:13 +00:00