Commit Graph

1473 Commits (a415c2055b25fcb1088f7d28fa49e836865167ab)

Author SHA1 Message Date
Christopher McCormack 35b3495be1 fix: correct unbalanced <code> element spacing (#35344)
* fix: removed pseudo-elements and replaced with padding to fix unbalanced <code> element spacing

* fix: adjusted formatting to use white-space property instead of changing padding
2019-02-25 16:37:58 +03:00
mrugesh mohapatra 84c8aac07c fix(styles): apply conventional styles (#35371)
* fix(styles): apply conventional styles

* fix: add night styles to progress
2019-02-25 15:58:40 +03:00
Alan Nguy 5d3ea76a3e fix: fixed styling for modal headers (className fcc-modal) (#35220) 2019-02-25 12:31:17 +05:30
Valeriy S 661a7705fd fix(client): do not throw on SASS compile errors 2019-02-24 12:35:46 +00:00
mrugesh mohapatra 293e58cc23 fix(certs): remove footer and nav from certs (#35333)
* fix(certs): remove footer and nav from certs

* fix: revert spacing on cert
2019-02-22 18:06:47 +03:00
mrugesh mohapatra 163540f8fc fix(client): academic honesty pages and settings (#35348) 2019-02-22 16:28:38 +03:00
mrugesh mohapatra 86cf0cff91 fix(profile): update private profile view (#35350) 2019-02-22 15:55:59 +03:00
mrugesh mohapatra a2536c864f fix(buttons): update toggle buttons feedback color (#35346) 2019-02-22 15:34:16 +03:00
Achilles Moraites e351a35bf2 fix: search bar going off screen (#34586) 2019-02-22 11:39:24 +05:30
Mrugesh Mohapatra ea3e5fff21 fix(pages): remove max-len from learn 2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra 65288de39a fix(link): lint and format links 2019-02-21 16:50:29 +00:00
Valeriy 4fb112e87f fix: apply suggestions from code review
Co-Authored-By: raisedadead <1884376+raisedadead@users.noreply.github.com>
2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra 7783079af7 fix: address early review comments and lint 2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra 65c427a266 feat(pages): import terms page to subdirectory 2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra 03a399d24f feat(pages): import privacy policy to subdirectory 2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra f8b900f58f feat(pages): import CoC to subdirectory 2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra 7ae7fb42a4 feat(pages): import support page to subdirectory 2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra f61efb225f fix(links): unify linking to pages internal/external 2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra f28cee5a4d feat(pages): import sponsors page to subdirectory 2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra 19e8aa52fe feat(pages): import about page to subdirectory 2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra d2c017d821 fix(title): make consistent main title 2019-02-21 16:50:29 +00:00
Bouncey f5ca6ce5e9 chore: Move sinon dep to the root 2019-02-21 21:03:06 +05:30
rituteb 6f12526fe1 Fix issue with download solution on completion modal (#34967) (#35317)
When the user downloads their solution before proceeding to the next challenge, the solution is downloaded again on Ctrl + Enter.

The issue is that once the user has downloaded their solution, the download button is in focus, so pressing Ctrl + Enter will not only dispatch the submit challenge event, it'll also dispatch the click event on the download button which is not what we want. This disables that event.

Closes #34967
2019-02-21 12:06:52 +03:00
Dzmitry 31490d2b6a fix(client): touching the edges on learn welcome page (#35296) 2019-02-20 08:06:43 +03:00
Aravind V. Nair 35b0bd8fdd chore: normalize freeCodeCamp in english (#35258)
Co-authored-by: The Coding Aviator <34807532+thecodingaviator@users.noreply.github.com>
Co-authored-by: mrugesh mohapatra <1884376+raisedadead@users.noreply.github.com>
2019-02-19 15:19:49 +05:30
Ahmad Abdolsaheb 56bf132af0 fix: normalize font weights globally and font hierarchy on map 2019-02-19 15:14:48 +05:30
Valeriy 48aa09db38 fix(footer): prop types checks 2019-02-19 14:30:27 +05:30
Valeriy fc8c71ad16 feat: use eslint with prettier to format code 2019-02-19 14:30:27 +05:30
Valeriy be36915605 feat: use prettier with eslint 2019-02-19 14:30:27 +05:30
Bouncey b13e5fb41a feat: Use prettier-eslint to format code 2019-02-19 14:30:27 +05:30
Bouncey 1ba67c4e2b chore: Clean up linting from child package.json's 2019-02-19 14:30:27 +05:30
Bouncey a49769c3c0 chore: Apply lint fixes 2019-02-19 14:30:27 +05:30
Bouncey fb56abe229 fix: Re-fix charge-stripe path 2019-02-19 14:30:27 +05:30
Bouncey c0104faa38 fix(ci): Fix lint errors thrown in CI 2019-02-19 14:30:27 +05:30
Bouncey 8e0237d042 chore: Apply linting fixes 2019-02-19 14:30:27 +05:30
Bouncey 09e563f742 chore: remove fetchr 2019-02-19 14:30:27 +05:30
Randell Dawson aa621a20b5 fix: removed unecessary guideUrl from frontmatter 2019-02-19 11:34:27 +03:00
Valeriy 7530f62f63 fix(client): learn layout does not stretch to the bottom 2019-02-19 01:49:00 +05:30
Saransh Kataria 63d15e0d98 fix: updated signature URL to freecodecamp CDN (#34923) 2019-02-18 21:28:03 +05:30
Kristofer Koishigawa ccd45f77ff fix(client): collapsing reflex containers. (#35247) 2019-02-18 21:04:04 +05:30
Valeriy 0d787ceeec fix(client): remove unused var 2019-02-18 14:39:56 +00:00
Valeriy 1a889d9f3f fix(footer): change nonLearnPage to showFooter 2019-02-18 14:39:56 +00:00
Mrugesh Mohapatra 71cf52144e fix(footer): show only on non-learn pages 2019-02-18 14:39:56 +00:00
Mrugesh Mohapatra b94c87494c feat: update labels for Learn 2019-02-18 14:39:56 +00:00
Mrugesh Mohapatra fbc4db1e9b revert(client): place tool panel at the bottom
This reverts commit e6d2a9df93.
2019-02-18 14:39:56 +00:00
Valeriy 71cf4495cb fix(client): get backend challenge data on challenge mount 2019-02-18 13:49:24 +00:00
Ahmad Abdolsaheb 3b12bbb716 fix: add space (#35264) 2019-02-17 11:53:40 -08:00
Ahmad Abdolsaheb 4fd54a085c fix(client): improve search ui (#35146) 2019-02-17 00:38:33 +03:00
Valeriy S 4c252654a4 fix(client): refactor a challenge preview saga 2019-02-16 17:48:37 +00:00
Valeriy S 98f979f3b4 fix(client): disable build on error 2019-02-16 17:48:37 +00:00
Valeriy S 2981d776c7 fix(client): update success message for all challenges 2019-02-16 17:30:37 +00:00
Valeriy S f6fa754906 fix(client): update current challenge for all challenges 2019-02-16 17:30:37 +00:00
Bouncey ca298e9bde fix: Revert to relative ajax urls 2019-02-16 12:27:23 +05:30
Aravind V. Nair 33a61fe074 docs: optimise images (#35240) 2019-02-16 12:04:16 +05:30
Ahmad Abdolsaheb c413995a4f fix: turn non CTA buttons to ghost 2019-02-16 01:31:12 +03:00
Ahmad Abdolsaheb 4edd995c76 fix: standarize form field UI 2019-02-16 01:13:57 +03:00
Ahmad Abdolsaheb e727acb281 fix: do not render empty instructions 2019-02-16 01:13:57 +03:00
Valeriy S 3eb6cf6e67 feat(client): place tool panel at the bottom 2019-02-16 01:13:11 +05:30
Bouncey 463a83b459 fix: Do not use relative api locations 2019-02-15 14:49:53 +00:00
Niraj Nandish 092d25d63c fix: alignment of number of challenges in Map Title (#35130) 2019-02-15 15:36:05 +05:30
Ahmad Abdolsaheb 64e4f943ac fix(client): remove appearance on buttons (#35221) 2019-02-15 10:51:51 +03:00
Stuart Taylor d1104b0bc8 fix(build): Do not call ga on render (#35211) 2019-02-14 21:43:02 +05:30
Stuart Taylor 05a49e36ee chore: apply fixes from npm audit (#35210)
- [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.
2019-02-14 20:39:55 +05:30
Lipis 5818b277c4 Replace Jquery -> jQuery (#35184)
* Replace Jquery -> jQuery

* JQuery

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update guide/russian/jquery/jquery-html-method/index.md

Co-Authored-By: lipis <lipiridis@gmail.com>

* Update guide/russian/jquery/jquery-html-method/index.md

Co-Authored-By: lipis <lipiridis@gmail.com>
2019-02-14 06:59:19 -08:00
Valeriy S a4dafdf54f fix(client): prevent go to local links in preview 2019-02-14 20:20:17 +05:30
Valeriy S d13cb03810 fix(client): SideNav, if more than 1 child is expanded, only the first is shown, the rest disappear 2019-02-14 20:07:03 +05:30
Niraj Nandish c36ee82443 feat(client): Remove outbound link icon 2019-02-14 19:58:39 +05:30
Niraj Nandish 6ef8173f1b feat(client): Changed 'Contact email' to 'Email Us' 2019-02-14 19:58:39 +05:30
Ahmad Abdolsaheb f5a0e18520 feat: no scroll (#35173)
PoC for #35102
2019-02-14 19:45:59 +05:30
Mrugesh Mohapatra bed432b93b fix(donate): refactor form handler 2019-02-14 14:14:10 +00:00
Ahmad Abdolsaheb 82219916bf fix: reorder modules and add https 2019-02-14 14:14:10 +00:00
Mrugesh Mohapatra a30637d934 fix(donate): use intialState as recommended 2019-02-14 14:14:10 +00:00
Mrugesh Mohapatra 6c41dd2b7c fix(donate): update component names 2019-02-14 14:14:10 +00:00
Ahmad Abdolsaheb 8fbd26ff33 fix: optimize donate other 2019-02-14 14:14:10 +00:00
Ahmad Abdolsaheb c0d05cc96a feat: wrap paypal form with ReactGA 2019-02-14 14:14:10 +00:00
Ahmad Abdolsaheb 37f7dd1800 feat: make component modular and GA ready 2019-02-14 14:14:10 +00:00
Ahmad Abdolsaheb baf425f907 fix: reactify donation other 2019-02-14 14:14:10 +00:00
Mrugesh Mohapatra 66d628ff2f fix(donate): extract active donors from selectors 2019-02-14 14:14:10 +00:00
Mrugesh Mohapatra 02e6e711cf fix(donate): refactor handlers for charges 2019-02-14 14:14:10 +00:00
Mrugesh Mohapatra e84f021d8b fix(donate): refactor to add completion in form 2019-02-14 14:14:10 +00:00
Mrugesh Mohapatra d816bc4acf feat(donate): initial port of the other ways 2019-02-14 14:14:10 +00:00
Mrugesh Mohapatra 6b7c7d6033 fix(donate): update styling and refactor components 2019-02-14 14:14:10 +00:00
Mrugesh Mohapatra 08d6c06250 feat(donate): intial port from the donate app 2019-02-14 14:14:10 +00:00
Mrugesh Mohapatra d09cbfecba chore: update lockfile for ui fixes from master 2019-02-14 14:14:10 +00:00
Valeriy S 5e137d2022 fix(client): make render functions pure 2019-02-14 13:36:06 +00:00
Kris Koishigawa b57d3dddcf fix(Learn): Gives the search bar a defined height to prevent it from overflowing on Retina devices. 2019-02-14 11:01:35 +00:00
Valeriy S 07f11288b2 fix(style): navbar buttons may not properly highlighted 2019-02-14 10:59:29 +00:00
Valeriy 5a8f9bff41 feat(guide): add an example of custom component 2019-02-14 09:33:53 +00:00
Valeriy 6a93b44aca feat(client): use custom components for guide articles 2019-02-14 09:33:53 +00:00
Ahmad Abdolsaheb c3399893c6 fix: remove underline on hover (#35161)
* fix: remove underline on hover

* fix: load Lato font
2019-02-13 08:49:31 -06:00
Ahmad Abdolsaheb f510ad9d61 Merge pull request #35073 from ahmadabdolsaheb/footer/spacer
fix: add spacer above footer
2019-02-07 00:41:34 +05:30
Mrugesh Mohapatra 8276d477a6 revert(donate): add the live key, fix setup breaks 2019-02-05 20:31:01 +00:00
Bouncey 04d711543b fix: Make public stripe key configurable 2019-02-06 00:19:52 +05:30
mrugesh mohapatra 5160cb86b9 Merge pull request #34881 from raisedadead/chore/update-deps
chore: update some deps in api-server
2019-02-04 15:02:42 +00:00
Bouncey d79f9f4899 feat(docker): Prep master for docker deploys 2019-02-04 20:13:51 +05:30
Valeriy d6e36150f9 fix(client): nigtn mode for challenge intros 2019-02-03 22:25:29 +05:30
Valeriy 0030892645 fix(client): 404 night mode 2019-02-03 22:25:29 +05:30
Valeriy 1f923db64b fix(client): modal dialogs night mode 2019-02-03 22:25:29 +05:30
Valeriy 90555d6b16 fix(client): adjust guide styles 2019-02-03 22:25:29 +05:30
Valeriy S 21b72f2219 fix(client): styles for a reflex-splitter 2019-02-03 22:25:29 +05:30