Commit Graph

1562 Commits

Author SHA1 Message Date
mrugesh mohapatra
e889b599fb Add rel attr to search hits
Co-Authored-By: Bouncey <staylor1012@gmail.com>
2019-06-08 03:16:28 +05:30
Bouncey
9186806f8e fix: Update search styles 2019-06-08 03:16:28 +05:30
Bouncey
cf4cbe4d3e fix: Clear search query on unmount 2019-06-08 03:16:28 +05:30
Bouncey
a11e669b8a feat: Port search from 'search-assets' 2019-06-08 03:16:28 +05:30
Bouncey
15f18d1cda fix: Dedupe layout selection logic 2019-06-08 03:16:28 +05:30
dependabot[bot]
7a88eadf7d Bump handlebars from 4.0.12 to 4.1.2
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-06-08 03:00:09 +05:30
Steven Failla
43a4fa8cb0 fix(client): reset test results before execution (#36029)
* fixed issue where tests should fail when code has error

Signed-off-by: Stevo99 <Sfailla1983@gmail.com>

* fix(client): Initialize tests as failing in case of build errors

* fix: Reset tests to initial state when build fails

* fix: simplify expression
2019-05-27 00:00:12 +03:00
Oliver Eyton-Williams
1e1cbdfe06 fix(client): Remove redundant prop and allow navigationMenu to be und… (#36134) 2019-05-26 22:28:40 +03:00
Oliver Eyton-Williams
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
Dereje Getahun
6288fd3552 Update deprecated mlab connection guide for the new MongoDB Atlas (#35927)
* fix: update mlab connection guide to MongoDB Atlas
2019-05-23 10:40:36 +02:00
Ahmad Abdolsaheb
8b4fb5a452 fix: imgur to s3 for various files without conflict (#36057) 2019-05-20 23:58:20 +05:30
Oliver Eyton-Williams
c37a4ff663 feat(client): Add support question covering browser extensions 2019-05-14 20:17:15 +05:30
Courtney
c49012377b fix to spelling error and add period (#36034) 2019-05-13 17:00:57 +07:00
Oliver Eyton-Williams
07b33d3989 fix(client): Donate other display correct submit button text 2019-05-11 01:48:16 +05:30
Waseem Ahmad
05de360085 fix NaN issue for the number of active Donations (#35970)
* fixed NaN issue for the number of active Donations

* Initialized activeDonations to 0 in the initial state
2019-05-08 20:18:10 +02:00
Mrugesh Mohapatra
033606ec8d fix(donate): add a space in donate text 2019-05-07 22:56:21 +03:00
Oliver Eyton-Williams
d4df02c7e2 fix: Sync blockquote, code and pre's color in night mode 2019-05-07 10:43:43 -07:00
Oliver Eyton-Williams
0e24bffe22 fix: Make code blocks look more conventional 2019-05-07 10:43:43 -07:00
Oliver Eyton-Williams
1ca15d75b8 fix: remove unnecessary selector, fix inline code and other issues 2019-05-07 10:43:43 -07:00
Oliver Eyton-Williams
3e45db3ef5 Give language-* code blocks the same style as generic ones 2019-05-07 10:43:43 -07:00
Oliver Eyton-Williams
1a6392f0f0 fix: make all ways of representing code match blockquotes 2019-05-07 10:43:43 -07:00
Randell Dawson
be2c37491f fix: use triple backticks around code 2019-05-07 10:43:43 -07:00
Oliver Eyton-Williams
6e8e8e3f18 fix(client): Hide monaco-aria-container on Firefox (#35822) 2019-05-07 03:16:38 -07:00
moT01
f868294515 fix/astray-period 2019-05-06 11:58:31 +09:00
Oliver Eyton-Williams
a24ecfbd85 fix(client): use picture and source to display correct logo (#35939) 2019-05-05 22:44:46 +03:00
Valeriy
1660a267ba fix: remove unnecessary div and props 2019-05-02 15:30:39 -07:00
moT01
ebe420c099 feat(guide): add footer link to article source on GitHub
fix/suggested-changes
2019-05-02 15:30:39 -07:00
Valeriy
4f1fdfdd14 chore(tools): update docker setup to use npm ci 2019-05-02 01:01:00 -07:00
Valeriy
fbf5439248 chore: update packages 2019-05-02 01:01:00 -07:00
Mrugesh Mohapatra
d022cace35 fix: warnings about babel corejs config 2019-05-02 01:01:00 -07:00
Mrugesh Mohapatra
cbaea46504 fix: rollback gatsby-remark-prismjs & more updates 2019-05-02 01:01:00 -07:00
Mrugesh Mohapatra
0f720671d5 fix: update client packages 2019-05-02 01:01:00 -07:00
Sumer Patel
881d2ab072 Added the Introduction to the Coding Interview Take Home Projects (#35581)
* Added the Introduction to the Coding Interview Take Home Projects

* Update index.md

* [Updated] Added the Introduction to the Coding Interview Take Home Projects

* Update client/src/pages/learn/coding-interview-prep/take-home-projects/index.md

Co-Authored-By: Sumer16 <sumerdpatel@gmail.com>

* [updated] Added the Introduction to the Coding Interview Take Home Projects

* [update grammar] Added the Introduction to the Coding Interview Take Home Projects

* [update] Added the Introduction to the Coding Interview Take Home Projects

* fix requested change
2019-04-04 21:51:57 -04:00
jnguyen0220
414219965d fix: adding f to the featureImage source (#35758)
<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. -->

- [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md).
- [x] My pull request has a descriptive title (not a vague title like `Update index.md`)
- [x] My pull request targets the `master` branch of freeCodeCamp.
- [x] None of my changes are plagiarized from another source without proper attribution.
- [x] All the files I changed are in the same world language (for example: only English changes, or only Chinese changes, etc.)
- [x] My changes do not use shortened URLs or affiliate links.

<!--If your pull request closes a GitHub issue, replace the XXXXX below with the issue number.-->

Closes #35749
2019-04-04 10:54:31 +05:30
Valeriy
80eaccc467 chore(tests): add tests for worker-executor 2019-03-29 15:06:10 +05:30
Valeriy S
845b966bda fix(client): execute web workers concurrently 2019-03-29 15:06:10 +05:30
Valeriy S
e8f5b54d63 fix(client): pass logs incrementally from test worker 2019-03-29 15:06:10 +05:30
Oliver Eyton-Williams
784de367a1 fix: remove redundant icon assets and links (#35568) 2019-03-29 14:49:55 +05:30
yehia67
1d2baeabdc fix: remove helpful-links section (#35478)
Closes #35397

Co-authored-by: mrugesh mohapatra <me@raisedadead.com>
2019-03-29 14:45:18 +05:30
Sumer Patel
4a7861ce87 Added the Introduction to the Information Security and Quality Assura… (#35576)
* Added the Introduction to the Information Security and Quality Assurance Projects

* Update client/src/pages/learn/information-security-and-quality-assurance/information-security-and-quality-assurance-projects/index.md

Co-Authored-By: Sumer16 <sumerdpatel@gmail.com>

* [updated] Added the Introduction to the Information Security and Quality Assurance Projects

* [updated] Introduction to the Information Security and Quality Assurance Projects

* Update client/src/pages/learn/information-security-and-quality-assurance/information-security-and-quality-assurance-projects/index.md

Co-Authored-By: Sumer16 <sumerdpatel@gmail.com>

* Update client/src/pages/learn/information-security-and-quality-assurance/information-security-and-quality-assurance-projects/index.md

Co-Authored-By: Sumer16 <sumerdpatel@gmail.com>
2019-03-23 20:39:14 +05:30
Илья
a27c736bf4 Correct paddings in inline code blocks (#35497)
* Update layout.css
2019-03-20 14:22:20 +01:00
Vicente Plata
b24807312c fix(client): Make links with Font Awesome Icons accessible to visually impaired campers (#35589) 2019-03-18 08:58:24 +03:00
Valeriy
11cc25b638 fix(tools): use docker for development 2019-03-15 15:50:30 +05:30
Michał Olejniczak
bc2737ff90 I added a proper introduction to the 'Introduction to the Coding Inte… (#35215)
* I added a proper introduction to the 'Introduction to the Coding Interview Take Home Projects' section

* Changed last line to improve readability
2019-03-14 07:18:05 -07:00
Valeriy
05ce26fb74 fix(ui): adjust settings link styles 2019-03-14 19:06:18 +05:30
Valeriy
4994cd828e fix(ui): top nav menu behavior on guide 2019-03-14 19:06:18 +05:30
Valeriy
6bbe152f34 chore(client): replace react-media with react-responsive
react-media does not handle props changes, use react-responsive instead.
2019-03-14 19:06:18 +05:30
Valeriy S
81dd2ccb54 fix(test): update Map snapshots 2019-03-14 19:06:18 +05:30
Valeriy S
f4a1659fa7 fix(ui): use react-bootstrap for layouting sponsor logos 2019-03-14 19:06:18 +05:30
Valeriy S
053c66cbef fix(ui): remove double focus from SignIn button 2019-03-14 19:06:18 +05:30