Commit Graph
40 Commits
Author SHA1 Message Date
Oliver Eyton-Williamsandmrugesh cba35969f0 fix(tools): Use polling to reliably watch challenges 2019-06-29 11:42:48 +08:00
Oliver Eyton-Williamsandmrugesh a191a2b2bd fix(client): Use current challenge-md-parser
1.0.0 was fetching the published version, which is 9 months old, so this
gets the local version instead.
2019-06-28 13:34:29 +08:00
2024e238fa feat(curriculum): Add basic recursion lesson (#36200)
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
Co-Authored-By: Manish Giri <manish.giri.me@gmail.com>
2019-06-19 23:50:44 +05:30
Oliver Eyton-WilliamsandMrugesh Mohapatra 04512695a9 feat(client): Highlight footer links on hover 2019-06-19 21:17:42 +05:30
Oliver Eyton-Williamsandmrugesh c99366fa71 fix(client): Store backend form value on submit 2019-06-19 20:08:57 +05:30
Oliver Eyton-Williamsandmrugesh 2d780f257c fix(client): Remove horizontal scrollbar from donation page (#36167) 2019-06-12 03:15:40 +05:30
Oliver Eyton-WilliamsandValeriy 93790af030 fix: Stop pairs of tags from getting put into paragraphs (#35864) 2019-06-11 15:45:36 +03:00
Oliver Eyton-WilliamsandRandell Dawson 43fa451a38 fix(curriculum): Change wording to talk about inheritance not cascade (#36110) 2019-06-08 19:09:00 -07:00
Oliver Eyton-Williamsandmrugesh 60dd7ca703 fix: Change test output formatting from code to html (#35857) 2019-06-09 05:28:10 +05:30
Oliver Eyton-Williamsandmrugesh c6cbaf3658 Ensure that errors in testing are handled correctly 2019-06-08 03:28:20 +05:30
Oliver Eyton-WilliamsandRandell Dawson 6745009490 fix(curriculum): Add more valid triples to the test (#35870) 2019-05-26 14:02:20 -07:00
Oliver Eyton-WilliamsandValeriy 1e1cbdfe06 fix(client): Remove redundant prop and allow navigationMenu to be und… (#36134) 2019-05-26 22:28:40 +03:00
Oliver Eyton-WilliamsandValeriy 17e112d25e fix(client): make top navigation menu replaceable (#35943)
* fix(client): Stop using react-responsive and use media queries to display menu

* Change guide to show menu

* DRYed out a bit

* Restore main, top-right nav to guide

* fix: Separate guide and top menu state

* Update client/src/components/Header/index.js

Co-Authored-By: Valeriy <ValeraS@users.noreply.github.com>

* Update client/src/components/Header/index.js

Co-Authored-By: Valeriy <ValeraS@users.noreply.github.com>

* Update client/src/components/Header/index.js

Co-Authored-By: Valeriy <ValeraS@users.noreply.github.com>

* Update client/src/components/Header/index.js

Co-Authored-By: Valeriy <ValeraS@users.noreply.github.com>

* fix: Refactor menu button and links

* feat(client): make top navigation menu replaceable

* fix: Refactor nav menu logic out of Header

* fix(client): use default nav menu in header and use landingPage props instead of disableSettings
2019-05-26 20:36:23 +03:00
Oliver Eyton-WilliamsandManish Giri f8a4994257 fix(docs): Update troubleshooting and include docker commands (#36070)
* fix(docs): Update troubleshooting and include docker commands

* fix: Streamline wording
2019-05-23 18:42:34 -04:00
Oliver Eyton-Williamsandmrugesh mohapatra c37a4ff663 feat(client): Add support question covering browser extensions 2019-05-14 20:17:15 +05:30
Oliver Eyton-Williamsandmrugesh mohapatra 07b33d3989 fix(client): Donate other display correct submit button text 2019-05-11 01:48:16 +05:30
Oliver Eyton-Williamsandmrugesh mohapatra d4df02c7e2 fix: Sync blockquote, code and pre's color in night mode 2019-05-07 10:43:43 -07:00
Oliver Eyton-Williamsandmrugesh mohapatra 0e24bffe22 fix: Make code blocks look more conventional 2019-05-07 10:43:43 -07:00
Oliver Eyton-Williamsandmrugesh mohapatra 1ca15d75b8 fix: remove unnecessary selector, fix inline code and other issues 2019-05-07 10:43:43 -07:00
Oliver Eyton-Williamsandmrugesh mohapatra 3e45db3ef5 Give language-* code blocks the same style as generic ones 2019-05-07 10:43:43 -07:00
Oliver Eyton-Williamsandmrugesh mohapatra 1a6392f0f0 fix: make all ways of representing code match blockquotes 2019-05-07 10:43:43 -07:00
Oliver Eyton-Williamsandmrugesh mohapatra 6e8e8e3f18 fix(client): Hide monaco-aria-container on Firefox (#35822) 2019-05-07 03:16:38 -07:00
Oliver Eyton-WilliamsandTom cde8035b79 fix: add test for and slight rewrite to hazards of imperative (#35331)
* fix: add test for and slight rewrite to hazards of imperative

* fix: Resolve merge conflict

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/functional-programming/understand-the-hazards-of-using-imperative-code.english.md

Co-Authored-By: ojeytonwilliams <ojeytonwilliams@gmail.com>

* fix: Make the only mistake in seed the use of splice
2019-05-06 07:27:38 -05:00
Oliver Eyton-WilliamsandValeriy a24ecfbd85 fix(client): use picture and source to display correct logo (#35939) 2019-05-05 22:44:46 +03:00
Oliver Eyton-WilliamsandTom e3529a8449 fix: Add solutions for Sass challenges (#35777) 2019-04-30 18:55:22 -05:00
Oliver Eyton-Williamsandmrugesh mohapatra ff15832ccd fix: Update challenge docs with new note guidelines (#35929) 2019-04-29 06:32:56 -07:00
Oliver Eyton-WilliamsandRandell Dawson 73277d8ba8 fix: Restore missing emojis and fix broken links (#35703)
* fix: Restore missing emojis and fix broken links

* fix: Remove emojis to conform with style guide

* fix: Remove the last emoticons
2019-03-29 12:52:56 -07:00
Oliver Eyton-Williamsandmrugesh mohapatra 784de367a1 fix: remove redundant icon assets and links (#35568) 2019-03-29 14:49:55 +05:30
Oliver Eyton-WilliamsandRandell Dawson b10589fadf fix: Challenge solution added and broken test updated. (#35526)
* fix: solution added and broken test updated.

* fix: Change test to equality and finish solution

* Update use-css-selectors-to-style-elements.english.md
2019-03-26 21:01:22 -07:00
Oliver Eyton-WilliamsandRandell Dawson e7bc4bd014 fix: Allow trailing commas to be used in challenge (#35585)
* fix: Allow trailing commas to be used in challenge

* fix: use regex to simplify challenge tests

* Update curriculum/challenges/english/03-front-end-libraries/react/review-using-props-with-stateless-functional-components.english.md

Co-Authored-By: ojeytonwilliams <ojeytonwilliams@gmail.com>
2019-03-18 09:56:46 -07:00
Oliver Eyton-WilliamsandAditya 51fcc8e509 fix: Improve formatting for Pascal's triangle challenge (#35531) 2019-03-07 01:55:37 +05:30
Oliver Eyton-WilliamsandRandell Dawson 36bad642c2 Add variable declaration (#34702)
* Declare variable

* Update guide/english/certifications/javascript-algorithms-and-data-structures/functional-programming/use-the-map-method-to-extract-data-from-an-array/index.md

Co-Authored-By: ojeytonwilliams <ojeytonwilliams@gmail.com>
2019-02-22 14:03:34 -08:00
Oliver Eyton-WilliamsandStuart Taylor ba9e45023d fix: make border radius challenge Firefox compatible (#35009)
* fix: make border radius challenge Firefox compatible

* fix: make border radius challenge Firefox compatible mk2
2019-02-16 17:17:11 +00:00
Oliver Eyton-WilliamsandAhmad Abdolsaheb 693047d5c6 fix: "Applied Visual Design: Adjust the Hover State of an Anchor Tag" now accepts more ways of writing 'blue' (#34939)
* fix: test now accepts more ways of writing 'blue'

* fix: include test for rgb
2019-02-04 12:22:30 +03:00
Oliver Eyton-WilliamsandMrugesh Mohapatra 54e14b9433 fix(console): output user logs after running tests 2018-09-27 20:06:16 +05:30
Oliver Eyton-WilliamsandMrugesh Mohapatra 3801cecb72 fix(help): change help button to direct user to correct forum (#284)
* fix(help): change help button to direct user to correct forum

* Refactor category selection to challengeTypes
2018-09-27 20:06:16 +05:30
Oliver Eyton-WilliamsandMrugesh Mohapatra 2529e6533c Added reporting of console.log from editor. Refactored a little. 2018-09-27 20:06:06 +05:30
Oliver Eyton-WilliamsandStuart Taylor ddcc661f42 fix(challenges): change challengeType to fix help button 2018-09-10 13:36:15 +01:00
Oliver Eyton-WilliamsandKristofer Koishigawa f834a9899a fix(challenges): reword test text and improve test accuracy 2018-09-02 19:35:00 +09:00
Oliver Eyton-WilliamsandKristofer Koishigawa a20ac56f35 fix(challenges): remove race condition from react lifecycle challenge 2018-08-30 18:36:39 +09:00