Commit Graph

28306 Commits

Author SHA1 Message Date
Victor Duarte
a4358fc56c
fix(client): update display prop on element (#42912)
* fix: profile menu icon overlapping content

* refactor: profile icon usage
2021-07-27 12:27:32 +03:00
Renovate Bot
7b92f1df83 chore(deps): update codesee to v0.52.1 2021-07-27 01:35:20 +00:00
Renovate Bot
daf0f71f82 chore(deps): update typescript-eslint monorepo to v4.28.5 2021-07-26 22:22:02 +00:00
Renovate Bot
4363e85b43 chore(deps): update dependency start-server-and-test to v1.13.1 2021-07-26 21:28:52 +00:00
Nicholas Carrigan (he/him)
c1fc6889d4
docs: draft curriculum structure (#42952)
* docs: draft curriculum structure

* docs: add superblock instructions

* docs: intro.json

* feat: enhance curriculum file structure docs

* docs: add redirect note

* chore: apply shaun's review suggestions

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

* chore: full stop

Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2021-07-26 21:55:23 +02:00
Nicholas Carrigan (he/him)
8535c23b08
fix: address crowdin issues (#43021) 2021-07-26 19:43:15 +01:00
Renovate Bot
9104bd45a6 chore(deps): update dependency @rollup/plugin-commonjs to v19.0.2 2021-07-26 16:53:02 +00:00
Ahmad Abdolsaheb
9b401570bc
fix(client): adjust big cta size (#43017) 2021-07-26 16:35:54 +01:00
camperbot
85f054e1a5
chore(i18n,curriculum): update translations (#43018) 2021-07-26 09:39:21 -05:00
camperbot
652f2da548
chore(i18n,docs): update translations (#43016) 2021-07-26 09:18:32 -05:00
Renovate Bot
0a82c36e1b fix(deps): update dependency react-i18next to v11.11.4 2021-07-26 10:51:21 +00:00
Aryan-Mohanty
cb7df3444b
feat: update readme links to link to specific blocks (#43013)
* Updates link in readme.md

* Updates original link to the headings !

Added all the original links to their respective headings.
2021-07-26 10:30:04 +01:00
Renovate Bot
e07d95d440 chore(deps): update storybook monorepo to v6.3.6 2021-07-26 08:46:21 +00:00
Renovate Bot
50740f337c chore(deps): update dependency mocha to v9.0.3 2021-07-25 19:39:15 +00:00
camperbot
f02de3c64c
chore(i18n,curriculum): processed translations (#43008) 2021-07-25 20:17:00 +02:00
Huyen Nguyen
20c458bfe7
chore: update issue templates (#42999) 2021-07-25 22:56:49 +05:30
camperbot
f938a9cf98
chore(i18n,docs): processed translations (#43005) 2021-07-25 22:55:49 +05:30
camperbot
c5963374cb
chore(i18n,client): processed translations (#43007) 2021-07-25 22:54:39 +05:30
Renovate Bot
c80acbb0dc chore(deps): update dependency @testing-library/user-event to v13.2.1 2021-07-25 15:51:24 +00:00
Victor Duarte
80e75ea690
fix(client): remove odd snap of editor panels (#42990)
* fix(client): remove odd snap of editor panels

* fix(client): reduce set state calls
2021-07-25 14:41:22 +02:00
Renovate Bot
242b21a34b fix(deps): update dependency i18next to v20.3.5 2021-07-25 10:51:00 +00:00
Renovate Bot
4ed074ccfd chore(deps): update dependency @rollup/plugin-node-resolve to v13.0.4 2021-07-25 08:53:52 +00:00
Renovate Bot
427c464dcc chore(deps): update dependency rollup to v2.54.0 2021-07-25 07:41:36 +00:00
Renovate Bot
0d6bfaa4d4 chore(deps): update dependency @rollup/plugin-node-resolve to v13.0.3 2021-07-24 20:24:31 +00:00
camperbot
c983466142
chore(i18n,docs): update translations (#42994) 2021-07-24 09:41:03 -07:00
Victor Duarte
10511a7402
refactor(client): document and test create types utilities (#42960)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-07-24 23:24:08 +07:00
Renovate Bot
99c16ae551 chore(deps): update dependency lint-staged to v11.1.1 2021-07-24 13:32:57 +00:00
gikf
f93acf28a6
fix(curriculum): clean-up Project Euler 261-280 (#42905)
* fix: clean-up Project Euler 261-280

* fix: typo

* fix: typo

* fix: typo
2021-07-24 09:09:54 +02:00
Oliver Eyton-Williams
f4dc81bce3
fix: improve cert claiming test (#42989)
cy.intercept to ensure that the server has saved the submission

should('not.exist') since the modal leaves the dom

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

Co-authored-by: gikf <60067306+gikf@users.noreply.github.com>
2021-07-23 23:27:12 +02:00
camperbot
77e6d0d0ed
chore(i18n,curriculum): update translations (#42984) 2021-07-23 18:42:17 +00:00
camperbot
15a8b172c9
chore(i18n,docs): update translations (#42981) 2021-07-23 19:15:25 +02:00
camperbot
80cddc7731
chore(i18n,learn): update translations (#42983) 2021-07-23 15:03:23 +02:00
Renovate Bot
8b2eaec191 chore(deps): update dependency tailwindcss to v2.2.7 2021-07-23 12:50:17 +00:00
Renovate Bot
7e2d72e7dd fix(deps): update dependency date-fns to v2.23.0 2021-07-23 09:21:19 +00:00
Shaun Hamilton
06b1e584f9
feat(client): add new coder survey link to learn (#42955)
* feat(client): add new coder survey link

* add translation key to all locales

* close i18n tags

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

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-07-23 08:03:25 +02:00
Renovate Bot
e462b0c339 chore(deps): update dependency start-server-and-test to v1.13.0 2021-07-23 02:17:19 +00:00
Renovate Bot
b626f03c8c chore(deps): update codesee to v0.51.1 2021-07-23 00:39:27 +00:00
Renovate Bot
b9e6e6da29 chore(deps): update dependency lint-staged to v11.1.0 2021-07-22 23:48:40 +00:00
Renovate Bot
5f37ca8251 chore(deps): update storybook monorepo to v6.3.5 2021-07-22 22:02:25 +00:00
Luca
970a1c1b56
fix(curriculum): fix incomplete test (#42970) 2021-07-22 16:01:04 -04:00
camperbot
368a6ebf7c
chore(i18n,curriculum): update translations (#42976) 2021-07-22 19:11:52 +00:00
camperbot
c7fb462b4a
chore(i18n,curriculum): update translations (#42969) 2021-07-22 18:01:38 +02:00
awu43
24250d278e
feat(curriculum): rewrite capture groups description 2021-07-22 17:37:50 +02:00
camperbot
146b87ccfa
chore(i18n,docs): update translations (#42967) 2021-07-22 15:15:44 +02:00
Renovate Bot
be5177ca48 chore(deps): update dependency webpack to v5.46.0 2021-07-22 13:12:50 +00:00
gikf
47fc3c6761
fix(curriculum): clean-up Project Euler 281-300 (#42922)
* fix: clean-up Project Euler 281-300

* fix: missing image extension

* fix: missing power

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>

* fix: missing subscript

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2021-07-22 12:38:46 +09:00
Renovate Bot
fed983d69f chore(deps): update dependency tailwindcss to v2.2.6 2021-07-21 23:40:11 +00:00
awu43
d98857069b
feat(client): ESLint Fragments rule (#42963)
* add eslint rule

* Remove unused Fragment imports
2021-07-21 22:07:46 +01:00
Nicholas Carrigan (he/him)
8900fe0b8e
feat: CSS Cafe Menu (#41797)
* fix: general bugs

- Ensure editable region at end of code-block is followed by a blank
line.
- Remove apparent duplicate step.
- Address spelling issues.

* feat: some tests

* feat: tests 6-20

Add tests for steps 6-20.

* feat: tests 21-30

Add tests for steps 21 through 30.

* feat: tests 31-40

Add tests for steps 31 through 40.

* feat: tests 41-50

Add tests for steps 41 through 50.

* feat: tests 51-60

Add tests for steps 51 through 60.

* feat: tests 61-70

Add tests for steps 61 through 70.

* feat: tests 71-80

Add tests for steps 71 through 80.

* feat: steps 81-92

Add tests for steps 81 through 92.

* feat: align dashed names

Align the dashed names with the titles and file names.

* fix: apply gikf's suggestions

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

* fix: manual review suggestions

Apply gikf's other suggestions.

* feat: more thorough testing

When a test asserts that a camper adds a new element relative to
an existing element, also test that the existing element is not
malformed.

* feat: optional semi colons

Make EOL semi-colons optional in the CSS. If they're missing and the
CSS doesn't render correctly, other tests will catch that. If they
are on the last property of the ruleset, they technically aren't
required so we shouldn't require them?

* chore: apply review suggestions

Apply review suggestions from gikf

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

* chore: apply suggestions from code review

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

* feat: review suggestions

Apply Ahmad's review suggestions.

* chore: additional suggestions

Manual application of Ahmad's review suggestions.

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>

* chore: apply suggestions from code review

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>

* chore: apply shaun's review suggestions

Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com>

* feat: add clarification

Add a bit of text clarifying the file switch in the editor.

* chore: replace URLs

Replace the tinyurls with our self-hosted CDN images.

* feat: new CSS tests

Re-write CSS tests with new parser.

* fix: grammar

Apply Shaun's grammar reviews.

Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com>

* fix: optional chaining

* chore: apply suggestions from code review

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

* chore: apply reviews manually

* chore: getStyle update

Replace getStyleDeclaration with getStyle.

* fix: resolve test issue

* chore: remove jQuery :(

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

* chore: apply suggestions from code review

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

* fiux: Update curriculum/challenges/english/01-responsive-web-design/basic-css-cafe-menu/part-073.md

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>

Co-authored-by: gikf <60067306+gikf@users.noreply.github.com>
Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2021-07-21 14:03:09 -05:00
Renovate Bot
0e611f321e chore(deps): update dependency postcss to v8.3.6 2021-07-21 18:03:15 +00:00