Commit Graph

30949 Commits (f27d04d99cb054a0c462ccb524d55b7df7e8daea)

Author SHA1 Message Date
camperbot 6ea4afcf1a
chore(i18n,docs): processed translations (#46520) 2022-06-17 18:10:07 +02:00
Bruce Blaser bcb048a93b
fix(a11y): improve RWD challege grid accessibility (#45957)
* fix: improve RWD challege grid accessibility

* fix: change wording from challenge to step

* fix: improve keyboard focus indicator on step links

* fix: style jump link as button

* fix: accessible background color for completed steps

* refactor: make steps a nav region

* refactor: remove duplicate selector

* fix: enhance focus indicator on jump link

* fix: TS type

* refactor: remove unneeded CSS

* chore: resolve conflict

* chore: translate accessible name on nav

* fix: remove h4 from button

* fix: add course name to toggle button

* fix: improve accessibility of course stats on toggle button

* fix: prefix step links with sr-only "Step"

* fix: add start project button

* refactor: remove unnecessary spaces

* fix: clean up styles

* Update client/src/templates/Introduction/intro.css

Co-authored-by: ahmad abdolsaheb <ahmad.abdolsaheb@gmail.com>
2022-06-17 15:45:40 +03:00
Mrugesh Mohapatra c72aa66056
fix: invalid template syntax (#46535) 2022-06-17 13:49:51 +05:30
Lasse Jørgensen 9a637e2667
fix(curriculum): add info about environment variables and replit (#46526) 2022-06-17 13:30:39 +05:30
billybrown-iii 72e35ec256
fix(curriculum): make space optional (#46531) 2022-06-17 13:29:40 +05:30
Naomi Carrigan 45c7ba5333
feat: new contributor welcome (#46529) 2022-06-16 14:38:50 -07:00
Mrugesh Mohapatra 011a6772ae
fix(actions): delete welcome workflow (#46528) 2022-06-16 23:17:53 +03:00
A N K I T 3563682424
fix(curriculum): wrong selector on step 79 of building a magazine (#46524)
* Update 6148f693e0728f77c87f3020.md

feat(curriculum): Update .list-header to .list-title in learn-css-grid-by-magazine

* replace seed content with the correct selector

Co-authored-by: Sboonny <MuhammedElruby@gmail.com>
2022-06-16 13:11:58 -05:00
Oliver Eyton-Williams 71b1d25d54
refactor: stop adding jwt to headers (#46367)
The client never uses the header, so there's no need for the api to set
it.
2022-06-16 09:42:32 -05:00
Jeremy L Thompson 2d5d37e472
feat(curriculum): update euler128 to more flexible problem, add solution (#46488)
euler128 - update to more flexible problem
2022-06-16 09:18:28 -05:00
Jeremy L Thompson f07a1e9194
fix(curriculum): faster solution for euler10 (#46491)
euler10 - faster solution
2022-06-16 15:16:02 +02:00
Jeremy L Thompson 4afd13489a
fix(curriculum): slighly faster solution for euler47 (#46487)
euler47 - slighly faster soln
2022-06-16 15:15:23 +02:00
Ilenia 64ded859bd
fix(curriculum): tests for background-color in skyline project (#46489)
* fix(curriculum): better validation of properties with variable value

* more instances for which to use propValue
2022-06-16 08:14:25 -05:00
Muhammed Mustafa 081f1aece2
fix(curriculum): external HFFS links in CIP (#46476)
* fix(curriculum): external HFFS links in CIP

* revert the sequence order and hopefully clearer description

* rosetta link added

* Rosetta not wiki

* formated nth

* forgot the mustache

* less is better, and small twick

* Fix typo

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
2022-06-16 13:49:39 +02:00
Radi Totev 9e51b59584
feat: show sign in button for unauthenticated users (#46401) 2022-06-16 13:47:30 +02:00
Naomi Carrigan 1a4044a3b9
docs: change rocket chat links to discord (#46514) 2022-06-16 08:23:15 +04:00
Oliver Eyton-Williams 7fc4367abd
refactor: expand audited certification error message (#46504)
* refactor: expand audited certification error msg

* refactor: even clearerer

Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>

Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2022-06-15 23:19:35 +05:30
Dario-DC 30ebb06ced
feat(i18n): enable italian new RWD (#46503) 2022-06-15 23:19:14 +05:30
Mikayil 6450d11001
fix(actions): typo in workflow title (#46512)
Typo (translions) in workflow title #46500 

fixed typo "translions" in workflow title to "translations"
2022-06-15 18:31:16 +02:00
sidemt be5fe6d4b7
docs(docs, i18n): add instruction for internal links (#46509)
* docs: add instruction for internal links

* docs: add examples in HTML
2022-06-15 17:51:04 +02:00
camperbot 7ce1ee4dc6
chore(i18n,learn): processed translations (#46508) 2022-06-15 16:11:40 +02:00
camperbot d4234c256b
chore(i18n,client): processed translations (#46507) 2022-06-15 15:17:07 +02:00
camperbot 0826ebc62a
chore(i18n,docs): processed translations (#46506) 2022-06-15 14:44:14 +02:00
Mrugesh Mohapatra 123f16fcd3 chore: use config from global repo 2022-06-15 05:30:24 +00:00
camperbot 1e2b1a1f2f
chore(i18n,docs): processed translations (#46483) 2022-06-14 23:17:37 +05:30
sidemt 2083dbffe0
chore(i18n, doc): fix links that don't work for translated pages (#46499) 2022-06-14 23:16:52 +05:30
camperbot fecfbd164d
chore(i18n,learn): processed translations (#46498) 2022-06-14 19:15:11 +02:00
camperbot 8f57a8c976
chore(i18n,client): processed translations (#46496) 2022-06-14 21:09:31 +05:30
Muhammed Mustafa 9af9c7c2b7
fix(curriculum): external cocktail link in CIP (#46347)
* Removed the links

* changed description

* Way better description

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>

* Nice catch

Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>

* better readiblity

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

* Combined the two sentences

* revert description

* removed wikipedia information

* Changed description and added rosta link

* Better description 👌

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2022-06-14 14:59:45 +02:00
Ilenia 3ce40803f6
fix(curriculum): add test in step 27 of city skyline project (#46482)
* missing test in step 27 of city skyline project

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

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

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2022-06-14 10:56:25 +01:00
Bruce Blaser 46450b802c
fix(a11y): improve challenge test suite results accessibility (#45802)
Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
2022-06-14 12:09:25 +05:30
Larry Fisherman 0e6e103d32
Update use-array.map-to-dynamically-render-elements.md (#46471) 2022-06-14 04:19:42 +02:00
Muhammed Mustafa e474d4cd17
chore(curriculum): Front End catagories links standardized (#46418) 2022-06-13 20:18:23 -05:00
Muhammed Mustafa 00488ab645
chore(curriculum): BEDA strandlize links (#46432) 2022-06-13 20:14:19 -05:00
sidemt 6d7b49ffe0
fix(curriculum): remove reference to Mad Libs (#46490) 2022-06-13 20:56:38 +02:00
Utku Can YILMAZ 46b5ca22f9
fix(cirriculum): unclear instructions fixed (#46486)
* fix(cirriculum): unclear instructions fixed

Instead of "class" definition, "class selector" is used.

* fix(cirrixculum): selector words are added

Selector words are added include hints.
2022-06-13 11:53:14 -07:00
camperbot e559212f67
chore(i18n,client): processed translations (#46484) 2022-06-14 03:14:08 +09:00
camperbot 446d3372aa
chore(i18n,learn): processed translations (#46485) 2022-06-13 16:05:16 +00:00
Mrugesh Mohapatra fdd89069c4
feat: add workflow for new contributors (#46479) 2022-06-13 21:18:59 +05:30
Mrugesh Mohapatra bbf21fec68
fix(actions): drop npm caching (#46480) 2022-06-13 17:57:21 +05:30
Muhammed Mustafa dc4eab3297
chore(curriculum): strandize links in projects (#46465) 2022-06-13 13:29:31 +03:00
Mrugesh Mohapatra 0d88cb4b2d chore: rename actions for consistency 2022-06-13 15:12:53 +05:30
Vibhanshu Jain 37f2f50b2c
fix: links updated for cypress-tests guide (#46469)
Co-authored-by: Vibhanshu Jain <vibhanshujain@ZBLR-ENG-Vibhanshu.local>
2022-06-13 08:36:27 +00:00
Muhammed Mustafa b57a4d14f9
Fix(curriculum): external Tower of Hanoi link in CIP (#46434)
* removed the link

* changed description

* made example into one sentence and the description into another

* Grammar typos

Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>

* Yeab clearer and better description 👌

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

* Fix has been made 🛠️

Co-authored-by: Niraj Nandish <nirajnandish@icloud.com>

Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
Co-authored-by: Niraj Nandish <nirajnandish@icloud.com>
2022-06-13 13:57:25 +05:30
Mzukisi 742bd635cc
fix(curriculum): allow space between attribute and its value in tests (#46464) 2022-06-13 10:25:34 +02:00
renovate[bot] b4cef73d28
fix(deps): update dependency reselect to v4.1.6 (#46459)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-13 12:38:32 +05:30
Renovate Bot 2d2f019e4a fix(deps): update dependency react-instantsearch-dom to v6.27.0 2022-06-12 23:41:23 +00:00
Renovate Bot c95235c222 chore(deps): update dependency tailwindcss to v3.1.2 2022-06-12 20:16:26 +00:00
Renovate Bot 0a9b4a4ece chore(deps): update codesee to v0.280.0 2022-06-12 17:16:31 +00:00
Renovate Bot 42eec9ca1c fix(deps): update dependency react-i18next to v11.17.1 2022-06-12 14:18:22 +00:00