Commit Graph

3848 Commits

Author SHA1 Message Date
camperbot
f40a2c6da1 chore(i18n,client): processed translations (#45669) 2022-04-11 19:34:09 +05:30
Renovate Bot
c1e442a064 fix(deps): update dependency react-i18next to v11.16.5 2022-04-11 00:06:57 +00:00
Renovate Bot
44fb360cba fix(deps): update dependency @stripe/stripe-js to v1.27.0 2022-04-10 21:59:41 +00:00
Renovate Bot
6fda1f1473 chore(deps): update dependency webpack to v5.72.0 2022-04-10 19:58:25 +00:00
Renovate Bot
999a5e66a7 fix(deps): update dependency react-i18next to v11.16.3 2022-04-10 14:49:03 +00:00
Renovate Bot
b64e2f481f chore(deps): update codesee to v0.227.0 2022-04-10 06:00:09 +00:00
Renovate Bot
520db30828 fix(deps): update dependency react-instantsearch-dom to v6.23.3 2022-04-10 03:47:24 +00:00
Renovate Bot
6ed07d5823 fix(deps): update dependency @stripe/react-stripe-js to v1.7.1 2022-04-10 01:54:38 +00:00
camperbot
a963286612 chore(i18n,client): processed translations (#45644) 2022-04-09 19:01:10 +09:00
Renovate Bot
ae4603ca98 chore(deps): update dependency @testing-library/jest-dom to v5.16.4 2022-04-09 05:40:30 +00:00
Renovate Bot
b55f61c6ef chore(deps): update babel monorepo to v7.17.9 2022-04-09 02:55:43 +00:00
Oliver Eyton-Williams
1d87c3c4f2 fix: handle missing sound saga payloads (#45645) 2022-04-08 18:57:57 +01:00
Alessia Vanni
4f3b131a4b chore: Added article links in italian footer (#45586)
* Update trending.json

Added 30 articles from the column "Published" on Trello

* Update trending.json

Replaced the first thirty titles and links

* Update trending.json

Ho ridotto la lunghezza di alcuni titoli (<=28 caratteri) e spostato la parentesi di chiusura su una nuova riga

* Add missing comma

* JSON formatting

* fixed titles length

* Apply suggestions from code review

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>

Co-authored-by: Ilenia <nethleen@gmail.com>
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2022-04-08 12:55:45 +02:00
Ahmad Abdolsaheb
fbc84c6647 feat: update footer Apr 2022 (#45638) 2022-04-08 09:08:33 +02:00
camperbot
5a681766ab chore(i18n,client): processed translations (#45639) 2022-04-07 09:56:53 -07:00
Muhammed Mustafa
9e5816c0c9 fixed a typo in basic-node-and-express intro (#45640) 2022-04-07 16:26:38 +02:00
Ahmad Abdolsaheb
4034c59ba2 feat(client): add secure donation border to donation form (#45637)
* feat: add secure donation border to donation form

* feat: add string to translations

* Apply suggestions from code review

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

* feat: cleanup and reorder logic

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2022-04-07 13:24:42 +01:00
camperbot
4005d65123 chore(i18n,client): processed translations (#45632) 2022-04-07 11:28:03 +02:00
Naomi Carrigan
0c35edb4d6 feat: change monaco shortcut (#45627)
* feat: change monaco shortcut

* fix: oops I lost the eslint-enable comment

* feat(tests): add cypress tests
2022-04-07 14:10:34 +05:30
camperbot
5145d3dcfe chore(i18n,client): processed translations (#45620) 2022-04-05 12:16:39 +02:00
Tiffanie Alcaide
5b0250241a chore(client): migrate i18n/configForTest.js to TS (#45624) 2022-04-04 19:44:17 +00:00
renovate[bot]
27b71f5e1e fix(deps): update dependency nanoid to v3.3.2 (#45607)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-04 19:11:19 +05:30
Bruce B
31cbbc3501 fix: update light theme code example color contrast ratios (#45603) 2022-04-04 16:27:38 +03:00
Tom
3d242179b2 fix: make crtl+s save to appropriate location (#45406)
* fix: crtl+s for multifile cert projects

* fix: remove unused code

* feat: add limit on save frequency
2022-04-04 15:32:43 +03:00
Renovate Bot
f43de0969e fix(deps): update dependency @stripe/stripe-js to v1.26.0 2022-04-03 19:43:07 +00:00
Renovate Bot
88ac6c51f0 chore(deps): update dependency webpack to v5.71.0 2022-04-03 16:53:04 +00:00
Renovate Bot
12078b6831 chore(deps): update codesee to v0.223.0 2022-04-03 07:12:44 +00:00
Renovate Bot
11611cff28 fix(deps): update dependency react-instantsearch-dom to v6.23.1 2022-04-03 03:17:56 +00:00
Renovate Bot
2b52a9854b fix(deps): update dependency react-final-form to v6.5.9 2022-04-02 20:18:04 +00:00
sjkadali
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
camperbot
f6c903fccc chore(i18n,client): processed translations (#45598) 2022-04-01 11:01:55 -07: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
camperbot
d9d363b6fe chore(i18n,client): processed translations (#45573) 2022-03-30 06:58:34 -07:00
Mrugesh Mohapatra
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
Mrugesh Mohapatra
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
Renovate Bot
3375a94677 fix(deps): update dependency react-instantsearch-dom to v6.23.0 2022-03-28 04:13:13 +00:00
Renovate Bot
3cd35e8aec fix(deps): update dependency gatsby-plugin-advanced-sitemap to v2.1.0 2022-03-27 22:30:27 +00:00
Renovate Bot
b046847b7d chore(deps): update codesee to v0.216.0 2022-03-27 16:10:59 +00:00
Renovate Bot
1177e8182d fix(deps): update dependency typescript to v4.6.3 2022-03-27 13:20:09 +00:00
Renovate Bot
a4a0cbc209 fix(deps): update dependency react-i18next to v11.16.2 2022-03-27 04:02:35 +00:00
Renovate Bot
fbb34d2810 chore(deps): update dependency @testing-library/jest-dom to v5.16.3 2022-03-26 06:00:37 +00:00
camperbot
4fb1af8d6f chore(i18n,client): processed translations (#45529) 2022-03-25 18:24:16 +05:30
renovate[bot]
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
Naomi Carrigan
6d56b777d8 fix: disable code folding when editable regions present (#45525) 2022-03-25 16:15:19 +05:30
camperbot
a93a8fc70d chore(i18n,client): processed translations (#45519) 2022-03-25 06:40:33 +09:00
camperbot
11e929ec1a chore(i18n,client): processed translations (#45514) 2022-03-23 06:30:55 -07:00
camperbot
f975837442 chore(i18n,client): processed translations (#45503) 2022-03-23 00:44:13 -03:00
Ahmad Abdolsaheb
94650964c4 feat: a/b test lock icon (#45499)
* feat: a/b test

* Update client/i18n/locales/english/translations.json

* Apply suggestions from code review
2022-03-22 16:28:41 +00:00
Bruce B
3490a3a956 fix(a11y): hotkeys for toggle-aria-roledescription (#45498) 2022-03-22 13:22:26 +01:00
Tom
a428284804 feat: release rdbms as beta (#45428) 2022-03-22 11:35:38 +05:30