Commit Graph

30168 Commits

Author SHA1 Message Date
1e4f9e7f6d fix(deps): update dependency @actions/github to v5.0.1 2022-04-02 16:10:02 +00:00
2043aca618 chore(deps): update storybook monorepo to v6.4.20 2022-04-02 13:20:22 +00:00
ca33332a38 chore(challenges-utils): Typescript migration of Challenges util postUpdate$.js (#45601)
* Rename to .ts

* Typescript migration of Challenges/utils/postUpdate$.js
2022-04-02 11:58:11 +02:00
40a6abe1b0 chore(i18n,learn): processed translations (#45599) 2022-04-02 17:46:30 +09:00
f7afac00a6 chore(i18n,docs): processed translations (#45597) 2022-04-02 17:44:01 +09:00
1656ecd4ea chore(deps): update dependency @types/inquirer to v8.2.1 2022-04-02 04:38:06 +00:00
f6c903fccc chore(i18n,client): processed translations (#45598) 2022-04-01 11:01:55 -07:00
5494b7c90a fix(curriculum): copy edit for grammar (#45580)
* over-write -> overwrite

* fix(curriculum): correct grammar in lesson

* fix(curriculum): apply verbiage change to all English instances

Co-authored-by: Karen Lowe <klowe@ancestry.com>
Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>
2022-04-01 13:48:56 +02:00
e7577927df feat/create initial form control component (#45578)
* feat: form control initial structure

* feat: add form control feedback default styles.

* feat: add initial form control static styles

* feat: add initial form-control styles

* feat: add initial stories

* feat: readjust styles
2022-04-01 14:03:54 +03:00
Tom
156bf3c23f fix: cypress (#45593) 2022-04-01 07:07:01 +02:00
791b8b527b feat(ui-components): add info variant and hover state to Button component (#45541)
* add info variant

* add styling for hover state

* feat: add info variant

Co-authored-by: ahmad abdolsaheb <ahmad.abdolsaheb@gmail.com>
2022-03-31 21:54:06 +03:00
a3a8b8cb5e chore(i18n,learn): processed translations (#45583) 2022-04-01 02:01:59 +09:00
01f5769190 chore(i18n,docs): processed translations (#45582) 2022-04-01 01:57:37 +09:00
Tom
9f753a5662 feat: let users save cert project code to db (#44700)
* feat: let users save cert project code to db

fix: move getChallenges call out of request function so it only runs once

fix: use FlashMessages enum

fix: transform challengeFiles earlier

test: make tribute page use multifile editor

stuff I was playing with - revert this to get it to a working state

refactor: allow undefined editableRegionBoundaries

fix: save history

history is not necessarily ["name.ext"] and using the incorrect history
could cause weird bugs

fix: replace files -> challengeFiles on the client

refactor: DRY out ajax

fix: use file -> challengefile map

refactor: rename ajax types

fix: alphatize flash-messages.ts

revert: tribute page project

fix: remove logs

fix: prettier

fix: cypress

fix: prettier

fix: remove submitComplete action

fix: block UI for new projects

fix: handle code size

* fix: catch undefined files

* fix: don't default to undefined when it's already the default

* fix: only update savedChallenges if applicable

* fix: dehumidify backend + fine tune nearby stuff

* fix: prop-types

* fix: dehumidify sagas

* fix: variable name

* fix: types

* Apply suggestions from code review

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

* fix: typo

* fix: prettier

* fix: props types

* fix: flash messages

* Update client/src/utils/challenge-request-helpers.ts

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

* chore: rename function uniformize -> standardize

* fix: flash message

* fix: add link to forum on flash messages

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2022-03-31 10:34:40 -05:00
ed66e5d01c feat(tools): add helpblock component (#45399)
* feat: add helpblock component

* fix: clean up

* Update tools/ui-components/src/helpblock/helpblock.stories.tsx

Co-authored-by: Ismail Tlemcani <ismail.tlemcani@gmail.com>
Co-authored-by: ahmad abdolsaheb <ahmad.abdolsaheb@gmail.com>
2022-03-31 15:20:44 +03:00
405675261d fix(curriculum): clear up confusion of array index (#45576) 2022-03-30 20:45:20 +02:00
7fef4346a4 over-write -> overwrite (#45577)
Co-authored-by: Karen Lowe <klowe@ancestry.com>
2022-03-30 20:19:11 +02:00
5564dd017b chore(i18n,learn): processed translations (#45574) 2022-03-30 06:59:31 -07:00
d9d363b6fe chore(i18n,client): processed translations (#45573) 2022-03-30 06:58:34 -07:00
fc22061a9e fix: expand the editable regions (#45526) 2022-03-30 19:05:13 +05:30
004c5b6fb6 chore(utils): ts-migration of utils/slugs (#44921)
* chore: utils is added in the tsconfig

* test(util): test and test function is updated to typescript

* chore: add tsconfig for utils

* fix: exclude files importing from client/

* fix: refactor to just export functions

* chore: add emitted files to prettierignore

* fix: add new tsconfig to eslint project

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2022-03-29 08:51:13 -07:00
0a3690572c fix: failing challenge test because of commented out code (#45492)
id: 587d7b87367417b2b2512b43
title: Use Arrow Functions to Write Concise Anonymous Functions
forumTopicId: 301211
dashedName: use-arrow-functions-to-write-concise-anonymous-functions

User code tests fail when seed code is left and commented out.
2022-03-29 08:36:13 -07:00
4529d8638a chore(i18n,learn): processed translations (#45566) 2022-03-29 07:01:40 -07:00
342104c1ce chore(i18n,docs): processed translations (#45565) 2022-03-29 07:01:20 -07:00
111a402378 fix(client): add loader for email sign up (#45560)
Add a loader for the buttons.

Co-authored-by: Oliver Eyton-Williams ojeytonwilliams@gmail.com
2022-03-29 15:42:28 +05:30
40d7dc4af9 chore(learn): Remove colors shown as keywords (#45564) 2022-03-29 11:25:58 +02:00
43496432d6 chore(i18n,learn): processed translations (#45555) 2022-03-28 20:14:21 +00:00
0ec459d7ff chore(i18n,docs): processed translations (#45554) 2022-03-28 13:06:56 -07:00
07cfc8b83b fix: only test mobile curriculum on english (#45558) 2022-03-28 12:55:15 -07:00
b2a96e0a09 fix(client): sign up for email list directly (#45508)
* fix(client): sign up for email list directly

* fix: remove extraneous code
2022-03-28 19:51:58 +05:30
3375a94677 fix(deps): update dependency react-instantsearch-dom to v6.23.0 2022-03-28 04:13:13 +00:00
47785b34c9 chore(deps): update dependency postcss-import to v14.1.0 2022-03-28 01:21:42 +00:00
3cd35e8aec fix(deps): update dependency gatsby-plugin-advanced-sitemap to v2.1.0 2022-03-27 22:30:27 +00:00
f143e93088 chore(deps): update dependency @testing-library/dom to v8.12.0 2022-03-27 19:44:20 +00:00
b046847b7d chore(deps): update codesee to v0.216.0 2022-03-27 16:10:59 +00:00
1177e8182d fix(deps): update dependency typescript to v4.6.3 2022-03-27 13:20:09 +00:00
6d97c1c76e chore(deps): update dependency prettier to v2.6.1 2022-03-27 10:33:18 +00:00
a4a0cbc209 fix(deps): update dependency react-i18next to v11.16.2 2022-03-27 04:02:35 +00:00
2af0ad9ab8 chore(deps): update dependency inquirer to v8.2.2 2022-03-27 01:00:07 +00:00
acc530f382 chore(deps): update dependency babel-loader to v8.2.4 2022-03-26 22:49:40 +00:00
d750b1f1d4 chore(deps): update dependency @types/validator to v13.7.2 2022-03-26 20:45:30 +00:00
18c483322e chore(deps): update dependency @types/react to v17.0.43 2022-03-26 18:08:59 +00:00
fbb34d2810 chore(deps): update dependency @testing-library/jest-dom to v5.16.3 2022-03-26 06:00:37 +00:00
57e82a0465 chore(deps): update dependency @testing-library/dom to v8.11.4 2022-03-26 03:35:24 +00:00
65deeec35b chore(i18n,docs): processed translations (#45528) 2022-03-25 09:36:21 -07:00
4fb1af8d6f chore(i18n,client): processed translations (#45529) 2022-03-25 18:24:16 +05:30
6fc99192f4 fix(deps): update font awesome (#45479)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: ahmad abdolsaheb <ahmad.abdolsaheb@gmail.com>
2022-03-25 18:23:45 +05:30
e1262977ba chore: fixed mistakes in the source string (#45517)
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
2022-03-25 13:16:48 +01:00
6d56b777d8 fix: disable code folding when editable regions present (#45525) 2022-03-25 16:15:19 +05:30
a93a8fc70d chore(i18n,client): processed translations (#45519) 2022-03-25 06:40:33 +09:00