Commit Graph

24834 Commits (4057bb1cc2ad92509c266db92cb10e4eb2873002)

Author SHA1 Message Date
Mrugesh Mohapatra 4057bb1cc2 fix(client): update report-user placeholder text 2019-10-08 11:01:26 -07:00
moT01 5b2ade9cee feat: render profile preview on own private profile
- change verbiage on my own private profile
- render a preview of my own private profile
- move report user link to bottom of the profile
2019-10-08 11:01:26 -07:00
mrugesh 20ca046a2a fix(auth): redirect to learn after sign in (#37114) 2019-10-08 18:15:36 +03:00
nemogoc 23a3287d8f update test wording for undefined fn returns (#36804)
* update test wording for undefined fn returns, bring code out of after test section and check that the function does what it says it does (rather than just checking the result), update seed, example, and solution
2019-10-08 19:16:36 +09:00
Ahmad Abdolsaheb 6ed3426128 fix: remove scrolling (#37098) 2019-10-08 02:00:08 -07:00
mrugesh 6103991d8b
docs: update faqs on contributing guide (#37046) 2019-10-08 01:34:01 -07:00
Oliver Eyton-Williams e72855dad3 fix: handle invalid Algolia keys gracefully in dev (#37088)
Invalid keys throw an error in production, but just cause invalid
PropTypes and build warnings in development.
2019-10-08 01:19:43 -07:00
mrugesh 4889e0fdc6
fix(client,tools): update proxy and location paths (#37106) 2019-10-07 16:42:07 -07:00
Shveta Rai 752a3d6d88 docs: update grammar in contributing guidelines(#37102)
* Update CONTRIBUTING.md

* Update CONTRIBUTING.md: presentation and grammar edited

Co-Authored-By: mrugesh <1884376+raisedadead@users.noreply.github.com>

* Update CONTRIBUTING.md: presentation and grammar edited

Co-Authored-By: mrugesh <1884376+raisedadead@users.noreply.github.com>
2019-10-07 15:45:04 -07:00
Mrugesh Mohapatra e19e54a152 fix(api): remove the email verified middleware 2019-10-07 15:19:21 -07:00
Mrugesh Mohapatra 2116997f85 fix(api): remove the privacy middleware 2019-10-07 15:19:21 -07:00
Mrugesh Mohapatra f48952c3e6 fix(client): move all user fetching to learn 2019-10-07 15:19:21 -07:00
Mrugesh Mohapatra ebe9c468e3 fix: disable donation modal for now 2019-10-07 15:19:01 -07:00
Mrugesh Mohapatra e5e5353ff1 fix: point to the subdomain instead 2019-10-07 15:19:01 -07:00
Ahmad Abdolsaheb 1cfd52209a fix: default to light mode (#37100) 2019-10-07 13:05:31 -07:00
Carlos Pulido ce24845fa1 fix: Can't read buttons on dev 404 page + nightmode (#36929)
* fix: Can't read buttons on dev 404 page + nightmode

* fix: Can't read buttons on dev 404 page + nightmode, updated in global.css file

* Removed unnecesary changes

* feat: arrange the styles


Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
2019-10-07 07:40:10 -07:00
Oliver Eyton-Williams cd27e73917 fix: improve challenge layout on mobile (#37029) 2019-10-07 07:39:54 -07:00
Ismael González Trujillo a68345ae56 refactor(client): Refactor menu to use refs (#37047)
* Refactor menu to use refs #37025

* Fix Header tests #37025

* Removing unneeded forwardRefs #37025
2019-10-07 15:33:47 +03:00
Aravind V. Nair d0cda5820c chore: .gitignore and image enhancements (#37075)
Co-Authored-By: mrugesh <1884376+raisedadead@users.noreply.github.com>
Co-authored-by: ImgBot <ImgBotHelp@gmail.com>
2019-10-07 03:58:07 -07:00
Tom c52c36e51e fix: add report user button back to profile pages (#36926)
* fix: add report user button back to profile pages

* fix: make local redirect to signin work

* fix: redirect to learn instead of homepage

* fix: change from gatsby Link to the helper component Link

* feat: add tests for profile report and settings buttons

* Update client/src/client-only-routes/ShowUser.js

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

* Update client/src/client-only-routes/ShowUser.js

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

* Update client/src/client-only-routes/ShowUser.js

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

* Update client/src/client-only-routes/ShowUser.js

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

* Update client/src/client-only-routes/ShowUser.js

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2019-10-05 00:28:16 -07:00
magnacart4 4881695d54 Add 'vous permet d'étudier' on line 12 (#37007)
There is a syntax error in this sentence without the proposed change.
2019-10-04 14:53:37 -07:00
Ahmad Abdolsaheb ece3dbac80 fix: remove theme nav item (#37028) 2019-10-04 09:31:29 -07:00
Oliver Eyton-Williams 1130a1c0df
chore: update to beta of react-instantsearch-dom (#36843)
* chore: update to beta of react-instantsearch-dom

* feat: use .env variables for search keys
2019-10-04 18:03:20 +02:00
Ahmad Abdolsaheb 203ca92a20 feat: improve landing page (#36826)
* feat/ add smooth scroll from landing to map

* feat: scroll to currentChallengeId if it exist

* fix: update tests

* refactor: migrate from componentWillMount

* fix: update Map and Block's tests and mocks


Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2019-10-04 08:32:35 -07:00
Ahmad Abdolsaheb f9a112b43e feat: add toggle nav (#36956)
* feat: re-add toggle menu

* Update client/src/components/Header/components/universalNav.css

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

* Update client/src/components/Header/components/universalNav.css

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

* Update client/src/components/Header/components/universalNav.css

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

* fix: fix lint error
2019-10-04 08:00:17 -07:00
Oliver Eyton-Williams 2066ed674b fix: make challenge test errors more informative (#37020) 2019-10-04 03:16:30 -07:00
CubeSky 7128eb0211 Added solution to "01-Responsive Web design" challenge (#36972) 2019-10-04 12:12:27 +07:00
CubeSky 16e72aa393 Added solution to "Responsive Web design" challenge (#36970) 2019-10-04 11:36:11 +07:00
Oliver Eyton-Williams 3c006d1823 fix: close CompletionModal when unmounted (#36991) 2019-10-03 09:42:24 -07:00
Miguel Mano fec32bbbac Fix broken contributing link in line 16 (#36990) 2019-10-03 18:03:58 +02:00
CubeSky 40e6ddca31 Added solution to "01-Responsive Web design" challenge (#36971) 2019-10-03 22:38:49 +07:00
CubeSky 3099f303ed Added solution to "01-Responsive Web design" challenge (#36968) 2019-10-03 21:11:38 +07:00
Gilson Santos af6a172145 Fix images link in spanish translation (#36952)
Fix images link in spanish translation "how-to-catch-outgoing-emails-locally"
2019-10-03 01:38:06 +07:00
Vicky Yue 5c7319f880 grammar fix (lines 37-41) (#36958)
* grammar fix (lines 37-41)

* Removed comma before 'and'

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2019-10-02 10:37:40 -07:00
Gilson Santos 7064886c07 Fix images link in chinese translation (#36954)
Fix images link in chinese translation "how-to-catch-outgoing-emails-locally"
2019-10-02 22:17:22 +07:00
Igor Hideki Trindade d574d1b9a9 Fix images link (#36927)
Fix images link in article "how to catch outgoing emails locally"
2019-10-02 14:48:34 +07:00
mrugesh b16ba8d18c chore: update issue templates 2019-10-02 11:55:13 +05:30
mrugesh abcb70b3d5
chore: update bug report template 2019-10-02 11:45:18 +05:30
mrugesh 80b40f73c5
chore: update bug report template for platform 2019-10-02 11:34:32 +05:30
mrugesh 2b7e41d355
chore: remove bug template for guides 2019-10-02 11:31:26 +05:30
Kristofer Koishigawa 07c552bffe feat: accessible search bar (#36784)
* feat: Passing hits from SearchHits to parent SearchBar to keep track of with the keyboard. Moved all logic for number of hits to WithInstantSearch.js

* Basic functionality working

* Added up/down looping functionality to dropdown

* Set 's' and '/' as shortcuts to focus the search bar

* Moved some things around and added functionality for mouse hovering to change the selected hit. Reworked a bit of the global CSS so mouse hovers don't cause multiple highlights in the dropdown

* Brought back magnifying glass icon

* feat: Switched out onKeyDown and key codes for react-hotkeys

* Refactoring based on review
2019-10-01 07:43:53 -07:00
Randell Dawson 8225ce7572 fix: added 3 new tests to mutations challenge (#36857) 2019-09-30 16:33:57 -04:00
Oliver Eyton-Williams aada59b068 fix: make fcc console log undefined 2019-09-27 22:08:40 +05:30
Oliver Eyton-Williams 6b5aaee3c5 feat: add script to clean, install and develop 2019-09-27 13:53:17 +05:30
Oliver Eyton-Williams f159645810 fix: make dasherize trim first 2019-09-26 22:15:27 +05:30
Oliver Eyton-Williams 3dc4e5897d fix: add tests and refactor slug utils 2019-09-26 22:15:27 +05:30
Oliver Eyton-Williams 9c2f1ffd82 refactor: combine slug utils into one module 2019-09-26 22:15:27 +05:30
Oliver Eyton-Williams 32ee2f032c fix: install cross-env for server npm script (#36855) 2019-09-26 21:16:45 +05:30
ivan-nikolaievskyi 6db0c1e71b fix(client): enable setting button when user profile is private (#36848)
Co-authored-by: i.nikolaievskyi <ivan.nikolaievskyi@leaseplan.com>
2019-09-26 15:53:02 +05:30
mrugesh 5b8ed8637e
docs: re-arrange frequently asked questions 2019-09-26 12:32:04 +05:30