Commit Graph

31508 Commits (377d20721e3dfe0f3c7edbc8d9dd2c208f05d83d)

Author SHA1 Message Date
camperbot 377d20721e
chore(i18n,learn): processed translations (#47678) 2022-09-30 11:48:18 -07:00
Oliver Eyton-Williams 7d77a202ec
feat(client): use updateMySocials not updateUserFlag (#46380)
* feat: use updateMySocials not updateUserFlag

* fix: replace updateUserFlag with updateMyTheme

* fix: show social icons

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

* fix: delete social booleans from client

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2022-09-30 16:18:23 +03:00
Patrick Peters 7db84385f0
docs: Add note to local setup for WSL users to skip mongodb creation step. (#47667)
* add MongoDB tip for WSL Users on setup doc

* Combining MongoDB notes on local setup page

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

* Added extra line to comply with linter

Co-authored-by: Pat Peters <Pat_Peters@gallup.com>
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2022-09-30 10:15:09 +02:00
Hdanzo c4f7e45832
feat: standardize view button text (#47525)
* feat: standardize view button text

Add new translation keys Delete unused translation keys Fix tests broken with new functionalities

* Delete View variations in translations.json
Delete buttons tittle
Modify buttons text to be "View" or translated equivalent
Modify tests to query the buttons by role and name

Co-authored-by: HDAnzo <hdanzoategui@softwarenatura.com>
2022-09-30 10:39:33 +03:00
Abhinav Srinivas 85b5254c48
fix(curriculum): turn quote into code block to fix translation (#47673)
Update 62a2401b9842721796b72850.md
2022-09-30 07:06:36 +02:00
Ilenia 0d10f544a4
add how to give proofreader permissions on crowdin (#47662)
* add how to give proofreader permissions on crowdin

* Update docs/language-lead-handbook.md

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

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>
2022-09-30 06:12:04 +02:00
Lucas Vance 6a77597331
fix(docs): Update docs for Docsify port 3400 (#47671)
Update how-to-work-on-the-docs-theme.md
2022-09-29 22:01:31 +02:00
Utkersh Rajvenshi 2426222f26
fix(curriculum): typos in create RPG game in new JavaScript (#47664)
Fixed bugs referenced in issue #47660
2022-09-29 18:57:21 +00:00
limap99 17d99f7f39
fix(docs): run docsify on different port (#47665)
Update package.json

Docs and challenge editor were opening on the same port
2022-09-29 18:53:11 +00:00
Jeremy L Thompson e074c0a958
fix(curriculum): Update Cat Photo App Step 11/12 (#47651)
update step 11/12 wording
2022-09-29 11:48:38 -07:00
Shaun Hamilton 3a4640b678
fix(api): reorder certificate early returns (#47656) 2022-09-29 11:42:34 -07:00
camperbot 2c4b0adf41
chore(i18n,learn): processed translations (#47657) 2022-09-29 10:24:43 -07:00
Oliver Eyton-Williams d879e1df21
fix: stop mutating store when toggling settings (#47654) 2022-09-29 10:44:11 -05:00
Kristofer Koishigawa f80e34a950
fix: add freecodecamp to blocklist (#47650) 2022-09-29 11:20:24 +05:30
Shaun Hamilton 73c3edb56a
fix: certification to private on private timeline (#45562)
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2022-09-29 00:00:22 +05:30
camperbot 926dd9839a
chore(i18n,docs): processed translations (#47647) 2022-09-28 19:40:07 +05:30
camperbot 408dd3a204
chore(i18n,learn): processed translations (#47648) 2022-09-28 19:39:47 +05:30
Muhammed Mustafa afb861be9d
fix(client): making misclicking sign out harder (#46644)
* added hover and focus effect on signout

* increase spacing by increasing the height

* I remembered why I hated react so much

* will come back after the meeting

* cleared 10 types error

* fix: make lang menu more keyboard accessible

* increased button specificity and switch to navlink to focus better

* added className for future style when the fuction is functional

* this is funny

* slowly comming together

* will create the function tomorrow morning

* signout is read only bug

* Removed the need for enlist

* Update client/src/components/Header/components/nav-links.tsx

* Update client/src/components/Header/components/nav-links.tsx

* Props fails, I am removing enlist errors and implementing types

* Update client/src/components/Header/components/nav-links.tsx

Co-authored-by: Moshe <shootermv@gmail.com>

* half of eslint no unsafe call

* No issue without this eslint as well

* Couldn't fix enlist issue

* same error

* Removed eslint error

* no-unsafe-member enlist error

* Clear enlist error

* cleared type errors

* remove eslint no unsafe memeber access

* no unsafe return eslint

* I have opened pandora box

* npm errors

* I am really lost

* Cleared some typescript errors, hopefully I can create the modal now

* added basic style and a plan

* modal show and hide functionality

Co-authored-by: wongwinnie198@gmail.com

* Revert "modal show and hide functionality"

This reverts commit 237e0b00c4.

* modal show and hide functionality

Co-authored-by: wongwinnie198 <wongwinnie198@gmail.com>

* clear type error

* interesting my first animation attempt failed

* removed the modal

* added color, it may be damaging accessiblity

* revert translation.json changes

* cleared unused types and type mistake I added before

* Revert key press naming changes

Co-authored-by: mmatsumoto1026 <mmatsumoto1026@gmail.com>

* changed hover effect to danger variables and fix change language hover

Co-authored-by: mmatsumoto1026 <mmatsumoto1026@gmail.com>

* add lang manu height to gerenic selector

* remove redundant code, make cansel change stay color stay blue

* Revert me mess around

* prettier format

* test cypress interaction and if it accounts for mobile design

* Revert "test cypress interaction and if it accounts for mobile design"

This reverts commit 9b01e78156.

* refactor search form

* add missing value units

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

Co-authored-by: Bruce B <bbsmooth@gmail.com>
Co-authored-by: Moshe <shootermv@gmail.com>
Co-authored-by: wongwinnie198 <wongwinnie198@gmail.com>
Co-authored-by: mmatsumoto1026 <mmatsumoto1026@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2022-09-28 15:57:14 +02:00
camperbot 7af0c16a01
chore(i18n,learn): processed translations (#47641) 2022-09-28 10:52:29 +02:00
camperbot da69eab944
chore(i18n,docs): processed translations (#47639) 2022-09-28 10:51:17 +02:00
Kristofer Koishigawa c3bd23d9a0
chore: bump number of English published articles (#47644) 2022-09-28 15:23:15 +09:00
Shaun Hamilton 79c232c586
fix(client): prevent sound on every render (#47640) 2022-09-28 15:15:49 +09:00
renovate[bot] 1be96a33a1 fix(deps): update stripe 2022-09-27 23:55:47 +00:00
Quincy Larson 107b86eb48
feat(client): add inspiring quote (#47643) 2022-09-27 16:13:26 +00:00
Ahmad Abdolsaheb 3cc25b49e5
feat: update footer Sept 22 (#47569)
* feat: update footer Sept 22

* feat: make linter happy

* Apply suggestions from code review

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

Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
2022-09-27 21:24:20 +05:30
Oliver Eyton-Williams a2790190b2
refactor: saving portfolio items (#47635) 2022-09-27 21:10:01 +05:30
sidemt 147ef7ba8b
chore(i18n): update Ukrainian links (#47638) 2022-09-27 16:45:47 +02:00
renovate[bot] 7c698ad49d
chore(deps): update typescript-eslint monorepo to v5.38.1 (#47617)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-27 14:57:03 +05:30
camperbot 476ad0b86c
chore(i18n,learn): processed translations (#47624) 2022-09-27 10:30:30 +02:00
Ilenia 8135980cbb
fix: change keyword for code highlighting on forum (#47625) 2022-09-27 13:19:21 +05:30
camperbot c6dcc68e34
chore(i18n,docs): processed translations (#47623) 2022-09-27 12:48:03 +05:30
abe 67217160f6
fix: allow user to add one unsaved item at a time (#47567)
Co-authored-by: kravmaguy <flex4lease@gmail.com>
2022-09-27 12:17:58 +05:30
renovate[bot] 8b730d65a7 chore(deps): update dependency @testing-library/dom to v8.18.1 2022-09-27 05:53:42 +00:00
renovate[bot] de8ccffe10 chore(deps): update codesee to v0.378.0 2022-09-27 02:55:20 +00:00
renovate[bot] 40acb05642 fix(deps): update dependency react-router-dom to v6.4.1 2022-09-26 22:02:28 +00:00
Muhammed Mustafa 7df8f75770
chore(i18n): update German forum links (#47571)
add german forum links
2022-09-26 19:41:13 +05:30
camperbot 6d68f958f9
chore(i18n,learn): processed translations (#47600) 2022-09-26 11:53:17 +05:30
renovate[bot] da4a2cdd46
fix(deps): update dependency @actions/github to v5.1.0 (#47618)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-26 11:48:59 +05:30
Raquel 42fbf2e6ab
fix(curriculum): fix test 3 hint on cat photo app (#47587)
* fix: cat photo app step 5 hint

* Revert "fix: cat photo app step 5 hint"

This reverts commit b943858c4fdd6a6f8e4292e31e353f76e777cb20.

* fix: cat photo app step 5 hint
2022-09-26 06:59:45 +02:00
renovate[bot] d8346f1069 fix(deps): update dependency next to v12.3.1 2022-09-26 02:27:10 +00:00
Ilenia 26fad221aa
fix(curriculum): change step tests to use expected/found values (#47609)
fix: change steps to use expected/found values
2022-09-25 11:12:52 +02:00
renovate[bot] 7ac3f34b37 chore(deps): update dependency @types/validator to v13.7.7 2022-09-25 02:42:02 +00:00
renovate[bot] 44bafe7c61 fix(deps): update dependency @monaco-editor/react to v4.4.6 2022-09-24 23:26:04 +00:00
renovate[bot] 64828096c3 chore(deps): update dependency rollup to v2.79.1 2022-09-24 20:17:34 +00:00
renovate[bot] 2e4f1e31be chore(deps): update dependency joi to v17.6.1 2022-09-24 17:12:20 +00:00
renovate[bot] 54dac7bae4 chore(deps): update dependency autoprefixer to v10.4.12 2022-09-24 14:01:10 +00:00
renovate[bot] bcff1928c0 chore(deps): update dependency @types/node to v16.11.60 2022-09-24 10:33:27 +00:00
renovate[bot] 0a39741d80 chore(deps): update github/codeql-action digest to f630e9a 2022-09-24 04:40:35 +00:00
sidemt 3776f2c12e
fix(curriculum): make notation of class names consistent (#47594)
* fix(curriculum): make notation of class names consistent

* fix: add missing dot in class selector

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-css-variables-by-building-a-city-skyline/5d822fd413a79914d39e98d6.md

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

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2022-09-23 13:28:08 -07:00
camperbot 7a366dc793
chore(i18n,docs): processed translations (#47599) 2022-09-23 13:08:50 -07:00