Commit Graph

2751 Commits

Author SHA1 Message Date
Renovate Bot
ebb3d9246a fix(deps): update dependency date-fns to v2.21.1 2021-04-15 20:28:37 +00:00
Nicholas Carrigan (he/him)
70a28cc528 fix(tools): i18n schema linting (#41823) 2021-04-15 09:31:18 +05:30
Renovate Bot
934c25000c chore(deps): update dependency webpack to v5.33.2 2021-04-14 22:37:12 +00:00
Renovate Bot
51510b0668 fix(deps): update dependency date-fns to v2.21.0 2021-04-14 20:08:37 +00:00
Renovate Bot
445c27d637 fix(deps): update dependency typescript to v4.2.4 2021-04-14 16:43:55 +00:00
Renovate Bot
a50650ad19 fix(deps): update dependency react-i18next to v11.8.13 2021-04-14 11:16:40 +00:00
Renovate Bot
9d920c2df5 fix(deps): update dependency date-fns to v2.20.3 2021-04-14 08:46:27 +00:00
Renovate Bot
97fe754b60 chore(deps): update dependency webpack to v5.32.0 2021-04-14 01:02:45 +00:00
Hassaan Pasha
9ce5a09593 fix (client): added editor refs to all the instances of Editor to enable hotkey focus (#41757) 2021-04-13 13:29:41 +02:00
Renovate Bot
5facdce519 chore(deps): update babel monorepo to v7.13.15 2021-04-12 14:51:29 +00:00
Michael Parkadze
081f79060d fix(client): update search results links to open in new tab (#41734) 2021-04-12 15:29:01 +07:00
Ahmad Abdolsaheb
f075837311 feat: create action row and style Multi-file editor (#41579)
* feat: add action row & style editor

* fix: separate conditional for splittter and reflex element

* fix: move jaws whenever a line is deleted or added

* feat: keep line indicator inside editable region

* feat: add submit button and restyle decorator

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-04-09 13:18:54 -07:00
Gil Joseph Klein
6325c071fb fix: typo in APIs and Microservices (#41746) 2021-04-09 11:00:18 +03:00
camperbot
ad681233c7 chore(i18n,client): processed translations (#41748) 2021-04-05 08:05:51 -07:00
camperbot
5c0d74d1db chore(i18n,client): processed translations (#41736) 2021-04-04 06:52:17 -07:00
Matthew
9dfcd67592 fix: remove repeated words in Quality Assurance intro (#41733) 2021-04-03 08:39:08 +02:00
CamperBot
2359d4ba5a chore(i18n,client): processed translations (#41727) 2021-04-02 06:52:10 -07:00
Ahmad Abdolsaheb
d5d786049e feat(api): stripe checkout integration (#41666)
* feat: add api stripe checkout integration

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-04-02 15:33:34 +09:00
Renovate Bot
b80af94373 fix(deps): update gatsby monorepo 2021-03-31 23:46:59 +00:00
CamperBot
65423248e7 chore(i8n,client): processed translations (#41706)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-31 06:33:38 -07:00
Ahmad Abdolsaheb
3edaf7f6dc Update footer links to March 2021 (#41651)
* feat: update footer links

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

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

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

Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>

Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com>
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
2021-03-31 19:03:31 +09:00
Renovate Bot
c241f3162c fix(deps): update dependency rxjs to v6.6.7 2021-03-31 05:06:18 +00:00
Renovate Bot
490b4289f4 fix(deps): update dependency react-tooltip to v4.2.17 2021-03-31 00:50:17 +00:00
Renovate Bot
316e0aaac6 fix(deps): update dependency react-i18next to v11.8.12 2021-03-31 00:01:28 +00:00
Shaun Hamilton
e00ed55a02 fix(client): add DEV_SSR false flag to gatsby-config (#41681) 2021-03-31 01:42:46 +05:30
Renovate Bot
11d6442456 chore(deps): update dependency @testing-library/react to v11.2.6 2021-03-30 20:02:01 +00:00
Ahmad Abdolsaheb
9d15b43415 feat: isolate production and staging analytics (#41648)
* feat: isolate production analytics

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-03-30 06:45:54 -07:00
Renovate Bot
36887e991a fix(deps): update dependency i18next to v19.9.2 2021-03-30 13:19:04 +00:00
Renovate Bot
bee68b651d chore(deps): update babel monorepo to v7.13.14 2021-03-30 11:54:39 +00:00
Oliver Eyton-Williams
740370eb60 refactor: explicit mocking for analytics (#41562)
The previous approach did avoid a fair number of jest.mock calls, but
made debugging the tests harder. If you don't know about the mapping
it's unclear why the imported module does not behave as normal.

By forcing the use of jest.mock it means that the answer to that
question is in the test you are working on.
2021-03-29 16:48:58 -07:00
renovate[bot]
08114292c3 fix(deps): pin dependencies (#41589)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-27 20:57:57 +05:30
Mrugesh Mohapatra
42365dd172 fix: update package files, lerna config (#41599)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-03-27 07:46:20 -07:00
Oliver Eyton-Williams
e91793b934 fix(client): polyfill path with path-browserify (#41615)
path is being used by webpack to transform imports into requires. Since
some challenges rely on this transformation, path has to exist in the
browser.
2021-03-27 19:19:30 +05:30
Mrugesh Mohapatra
1a97759b47 chore(client): update dependencies 2021-03-26 03:07:12 +05:30
Mrugesh Mohapatra
ad9b1f89d8 fix(api, client): update Gatsby, webpack & related things (#41452)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-03-25 12:13:43 -07:00
Oliver Eyton-Williams
92dfb3065c fix(tests): expand client testing for Espanol (#41574) 2021-03-25 21:25:13 +05:30
Rafael D. Hernandez
b1bd2799cc MotivationES-Update (#41573)
* add more quotes for ES curriculum

* Update client/i18n/locales/espanol/motivation.json

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

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-03-25 05:08:38 -07:00
Nicholas Carrigan (he/him)
746380b14d feat(client): style code block scrollbar (#41556)
Styles the scrollbar within the python challenges answer box.
2021-03-25 12:36:28 +01:00
Oliver Eyton-Williams
6b63da3996 fix(client): get translationPending in video chals (#41567) 2021-03-25 11:24:17 +05:30
Nicholas Carrigan (he/him)
b0f6c4e7a1 revert: remove nowrap rule (2f0b9ec) (#41572)
Revert the white-space: nowrap rule introduced in commit
2f0b9ec4a5 which was breaking multi-
line code block rendering.
2021-03-24 23:29:50 +03:00
Oliver Eyton-Williams
73d9b4c194 fix(client): split Editor panes correctly (#41570)
* refactor: clean up MultifileEditor

* fix: show correct splitters

* fix: include splitter for JSX
2021-03-24 23:21:08 +03:00
Oliver Eyton-Williams
963c3c5af5 fix(test): handle NavLinks for Chinese locale (#41566) 2021-03-24 08:11:19 -07:00
Shaun Hamilton
3aad0808ed fix(client): fix v7 certlocation (#41565) 2021-03-24 20:28:13 +05:30
Tom
73e5c4d935 fix(i18n): translate block names in completion modal (#41516)
* fix(i18n): translate block names in completion modal

* fix: update snapshot

* fix: update test and snapshot betterish

* fix: remove dasherize usage

* Update client/src/templates/Challenges/video/Show.js

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

* Update client/src/templates/Challenges/projects/frontend/Show.js

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

* fix: add block props to backend Show.js

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-03-23 23:29:16 +03:00
Patrick Franz
0190c19411 fix(client): code blocks overflowing parents (#41438) 2021-03-23 10:23:57 +05:30
Michael Padilla
7603312b35 fix(i18n): Typo on motivation file (#41497)
Fixed Typo on compliments and motivationalQuotes.
2021-03-16 09:03:06 -07:00
Shaun Hamilton
cd722a0e7f fix(client): change repl.it validation to replit for migration (#41457) 2021-03-15 19:37:43 +05:30
camperbot
b2179c5222 chore(i8n,client): processed translations (#41495)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-15 13:05:17 +00:00
camperbot
85650f5f41 chore(i8n,client): processed translations (#41461)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-13 10:29:53 -07:00
Nicholas Carrigan (he/him)
f1c8a9825b fix(i18n,client): translatable cta url (#41384) 2021-03-12 17:14:54 -07:00