Commit Graph

4444 Commits

Author SHA1 Message Date
renovate[bot]
9bfdc1ed01 fix(deps): update dependency @stripe/react-stripe-js to v1.16.4 2023-01-21 17:21:25 +00:00
camperbot
5e381bc16c chore(i18n,client): processed translations (#49073) 2023-01-20 08:59:39 -06:00
Bruce Blaser
03cedceb46 fix(a11y): remove tab stop on code panel (#49068)
fix: remove tabstop on code panel
2023-01-20 09:53:11 +01:00
Bruce Blaser
9a0d26fd64 fix: add personal information heading (#49060) 2023-01-19 14:28:17 +01:00
camperbot
3001616cc4 chore(i18n,client): processed translations (#49062) 2023-01-19 14:25:23 +01:00
Sem Bauke
df53c7778c feat: integrate The Odin Project (#48617)
* feat: integrate the odin project

* feat: add assignment to markdown parser

* feat: add assignment logic

* fix: doe not always show assignment block

* fix: some other stuff

* fix: introdiction to html and css questions

* fix: remove assignments after first question

* fix: update snapshots and tests

* feat: create rest of HTML foundation course structure

* feat: meta file

* feat: add descriptions to 'html boiler plate' questions

* feat: add description for 'working with text and list items'

* fix: multiple logic issues

* fix: make linter happy

* feat: add description for 'links and images' questions

* fix: add assignments to Joi schema

* fix: tests

* fix: schema

* fix: add help category

* fix: change to possessive wording

* fix: set upcoming change to true in meta file

* fix: spell unordered and ordered correctly

* fix: switch order in meta

* fix: spell boilerplate correctly

* feat: add final project

* chore: add more tests to the final project

* fix: question spelling

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* fix: translation

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

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

* fix: create new challenge type

* fix: get the new challenge type working and remove ol css

* fix: translation location

* fix: add challenge type to epic

* fix: set correct video

* fix: max challengeType number

* fix: spelling/grammar errors in project

* fix: check if anchor tags is empty

* Apply suggestions from code review

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

* Update tools/challenge-parser/parser/plugins/add-video-question.js

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

* chore: multiple suggestions

* chore: separate assignments into different plugin

* Apply suggestions from code review

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

* fix: dubble answer header after review

* fix: issue with Gatsby hopefully

* fix: add assignments to Gatsby's Challenge schema

* Update curriculum/schema/challengeSchema.js

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

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
2023-01-19 14:55:26 +02:00
Ahmad Abdolsaheb
5bc8c5d2d0 feat(client): add ES GTM id (#49057)
* feat(client): add ES GTM id

* Update client/src/analytics/index.ts

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

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2023-01-19 13:17:49 +02:00
camperbot
6ebbbac01e chore(i18n,client): processed translations (#49058) 2023-01-18 07:11:50 -06:00
camperbot
7d2e3a2c53 chore(i18n,client): processed translations (#49052) 2023-01-17 09:37:28 -06:00
Rahul Siloniya
099dee75bf fix(client): changed the reset button in JS course (#49034)
* Re-worded reset code button in js lessons

* Made suggested changes in translation.json and lower-jaw.tsx

* Updated 'reset-step' translation
2023-01-17 08:47:28 +00:00
renovate[bot]
f1fcf2a43f chore(deps): update automerged always - codesee to v0.479.0 2023-01-15 11:38:25 +00:00
renovate[bot]
71a2916bf9 fix(deps): update dependency final-form to v4.20.8 2023-01-14 21:29:01 +00:00
renovate[bot]
3e21aa7d94 fix(deps): update dependency @stripe/react-stripe-js to v1.16.3 2023-01-14 18:22:14 +00:00
renovate[bot]
e3211520db fix(deps): update algolia-instantsearch monorepo to v6.38.3 2023-01-14 14:35:40 +00:00
Muhammed Mustafa
46d4591803 fix(client): wrong position of search bar components in RTL (#48905)
* fix(client/RTL) searchbar result and reset icon positions

* fix: menu alignment and icons rotation

* Align search hits to the right

* account for scroll bar

* Clear float property position searchbar to the right

* Make the media condition similar

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

Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
2023-01-11 18:57:22 +02:00
Muhammed Mustafa
1d1ab78957 feat(client): increase the line height in RTL (#48960)
feat(client): increate the line height in RTL

Co-authored-by: hbar1st <hanaab@gmail.com>

Co-authored-by: hbar1st <hanaab@gmail.com>
2023-01-10 15:49:24 +01:00
camperbot
cb56a47632 chore(i18n,client): processed translations (#48980) 2023-01-10 15:12:24 +01:00
Manabu Matsumoto
4aa3b4d6ad fix(UI): refactor the searchbar from flex to grid (#48944)
* fix: refactor the searchbar from flex to grid

* fix: refactor the way of displaying searchbar input outline

* chore: remove unnecessary border settings

* fix: follow the RTL support best practice

* fix: follow the RTL support best practice

* fix: remove unnecessary grid gap and refactor for RTL

* fix: refactor the padding setting with padding block

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>

* fix: refactor the padding setting with padding inline

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>

* fix: refactor the positioning of reset button in searchbar

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>
2023-01-10 16:19:55 +09:00
Muhammed Mustafa
d349e5345b feat(client): respect user color scheme in editor (#48974)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: auchynnikau <viachaslau_auchynnikau@epam.com>
2023-01-09 14:06:22 -08:00
camperbot
eb51244f5d chore(i18n,client): processed translations (#48976) 2023-01-09 14:55:52 +02:00
Mrugesh Mohapatra
c087ad3dca fix: update formating per prettier 2023-01-08 21:24:01 +05:30
Madawa De Silva
1395f74883 chore(client): remove the mentioning of Node Package Manager from Intro.json (#48966)
Update intro.json
2023-01-08 13:29:59 +01:00
renovate[bot]
ca513bdcd2 chore(deps): update automerged always - codesee to v0.474.0 2023-01-07 21:37:25 +00:00
renovate[bot]
6a42412a5e fix(deps): update dependency @stripe/react-stripe-js to v1.16.2 2023-01-07 18:50:08 +00:00
renovate[bot]
cc0514ea35 chore(deps): update dependency postcss to v8.4.21 2023-01-07 15:06:15 +00:00
renovate[bot]
39dba8d84a fix(deps): update dependency react-instantsearch-dom to v6.38.2 2023-01-07 11:13:47 +00:00
renovate[bot]
0b6efdbe40 chore(deps): update babel monorepo to v7.20.12 2023-01-07 08:31:49 +00:00
Mrugesh Mohapatra
76fa6a29db chore: drop faker-js (#48957) 2023-01-07 14:00:49 +05:30
Ahmad Abdolsaheb
8b5838ef23 fix(client): GA to GTM Migration (#48811) 2023-01-07 11:36:45 +05:30
Oliver Eyton-Williams
0a20f8fd73 refactor: remove a lot of unused code (#48935)
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2023-01-07 10:33:35 +05:30
Bruce Blaser
2b2360d77f fix(a11y): accessible names for cert buttons/links in Settings (#48890) 2023-01-07 06:39:45 +02:00
YMatsuda
95aba7810b fix(i18n,client): translate view certificate button (#48949)
fix(i18n): translate view certificate button
2023-01-06 20:33:45 -08:00
Mrugesh Mohapatra
f2fcfe593d fix(client): add message to loader (#48934)
Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
2023-01-06 19:03:52 -08:00
camperbot
c902284f4d chore(i18n,client): processed translations (#48947) 2023-01-06 20:20:42 +05:30
Bruce Blaser
f995809dd4 fix(a11y): donation faq (#48941)
* fix: headings for faq titles

* fix: add aria-expanded

* fix: header font
2023-01-06 08:25:18 +02:00
camperbot
b2a5ef7248 chore(i18n,client): processed translations (#48937) 2023-01-05 19:38:12 +05:30
Atir Nayab
9ad2fedf39 fix(client): set fcc-sound value in local storage (#48762) 2023-01-05 12:40:09 +05:30
Leon Feng
1cf977f06a chore(i18n): translate motivational messages into Chinese (#48832) 2023-01-05 12:37:46 +05:30
camperbot
f0cfcbd7ef chore(i18n,client): processed translations (#48924) 2023-01-04 07:46:37 -06:00
Mrugesh Mohapatra
3cc8e0485c revert(client): improve alert component (#48921)
Revert "fix(client): Improve alert component (#48861)"

This reverts commit 17b880020d.
2023-01-04 17:32:03 +05:30
camperbot
1e6f802877 chore(i18n,client): processed translations (#48898)
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2023-01-03 10:53:58 -06:00
Ahmad Abdolsaheb
a73996c174 Revert "fix(client): expose donate button on navigation bar" (#48902)
Revert "fix(client): expose donate button on navigation bar (#48820)"

This reverts commit 959d667aeb.
2023-01-03 18:26:15 +05:30
Ahmad Abdolsaheb
959d667aeb fix(client): expose donate button on navigation bar (#48820)
* feat: expose donate nav button

* feat: add the ignores

* fix: adjust tests

* feat: adjust nav button styles
2023-01-03 10:40:47 +01:00
Muhammed Mustafa
1d3786f653 fix: spacing issue in RTL layout (#48824) 2023-01-02 23:08:28 +05:30
Oliver Ullman
17b880020d fix(client): Improve alert component (#48861) 2023-01-02 23:07:50 +05:30
camperbot
241b2e4170 chore(i18n,client): processed translations (#48854) 2023-01-02 11:12:40 -06:00
YMatsuda
2a473098b4 chore(i18n): small fixes in translations.json (#48894) 2023-01-02 22:32:52 +05:30
renovate[bot]
953d79572a chore(deps): update automerged always - codesee to v0.470.0 2023-01-01 01:39:54 +00:00
renovate[bot]
35865ed48c chore(deps): update automerged always - codesee to v0.465.0 2022-12-25 07:16:36 +00:00
renovate[bot]
f96b416b78 fix(deps): update dependency sanitize-html to v2.8.1 2022-12-24 19:00:18 +00:00