08bb4e7fb2
Fix navbar ( #164 )
...
* made freecodecamp logo visible in mobile device
* removed empty lines of code
2018-09-27 20:05:55 +05:30
6cdfa41174
Add description for alog&DS
2018-09-27 20:05:55 +05:30
91c673b9d1
Add cats.json file which is required for at least 5 challenges ( #179 )
2018-09-27 20:05:55 +05:30
95fef8efce
fixing grammatical and spelling errors in javascript intro ( #169 )
...
Resolves https://github.com/freeCodeCamp/freeCodeCamp/issues/17520
I fixed the spelling of "arithemtic" to "arithmetic"
Also, I found a misplaced modifier in "basic programming concepts in JavaScript, which range"
The word "concepts" needs the modifier: "which"
2018-09-27 20:05:54 +05:30
02b009fd42
Add MathJax ( #150 )
...
Added a script tag to the header of the page in src/head/index.js via src/head/mathjax.js. Modified Side-Panel.js so that mathematical functions are rendered properly in the Rosetta Code problems. Had to use the CDN because I couldn't get the NPM package working, and a local package like the one used in Arcade Mode would be ignored if put into the public folder. We could probably use that local package if there's a better place to store it.
Since MathJax is set up currently to interpret anything between $...$ or $$...$$ as a math function, we will need to check some of the other problems that use those symbols on the same line.
2018-09-27 20:05:54 +05:30
15ae4827ec
feat: rosetta code intro stub ( #175 )
2018-09-27 20:05:54 +05:30
b5ff62e5f5
Fix scrollbar issues ( #160 )
2018-09-27 20:05:54 +05:30
9bb486f57d
changed logo link to home page ( #174 )
2018-09-27 20:05:54 +05:30
5de3da69b1
feat(intro): add js algo and data structure projects( #145 )
2018-09-27 20:05:54 +05:30
f3e8ecd133
fix: moved Responsive Web design Projects Intro to right location ( #147 )
2018-09-27 20:05:53 +05:30
c7e987111f
Send challenge files to the backend for persistence ( #170 )
2018-09-27 20:05:53 +05:30
285fb0037b
make forum open in new tab ( #148 )
2018-09-27 20:05:53 +05:30
3503c5ab70
Change public key ( #163 )
2018-09-27 20:05:53 +05:30
f4e33e1ee6
Feat: Donation integration ( #151 )
...
* Clean up MapModal removal
* Add DonationModal and logic
* Remove unused challenge files
* Add email field to donation
* Fix up UI and ajustv copy
2018-09-27 20:05:53 +05:30
cc6067f065
Challenge SidePanel tweaking ( #162 )
2018-09-27 20:05:52 +05:30
8635f8bdee
Reduce GA events to stay within limits ( #157 )
2018-09-27 20:05:52 +05:30
3ca9a03a68
Bump Curriculum ( #144 )
2018-09-27 20:05:52 +05:30
8cf217d42f
write up for React intro stub ( #143 )
...
* React intro stub updated
* Remove reference to this being a stub
2018-09-27 20:05:52 +05:30
0326d12175
fix(typo): Fixes typo the made the local completedChallenges array unusable ( #142 )
2018-09-27 20:05:51 +05:30
7c8b341533
Wrote the Introduction to the Responsive Web Design Projects section. ( #133 )
2018-09-27 20:05:51 +05:30
4227328601
Typo and rewrote phrase about hypertext links ( #126 )
2018-09-27 20:05:51 +05:30
9f8731ee51
Merge pull request #135 from Bouncey/fix/introCheckMark
...
Remove check mark against intro pages
2018-09-27 20:05:51 +05:30
910dd0584c
fix: all things ( #124 )
...
* fix 'Testing with Chai' 404 error
* Remove service worker and unregister old workers from clients
* Fix block name in QA and Chai intro
* Move the map to the index page
* Split test commands, have travis run format on test
* Only expand the first block
* Remove some margin from p tags on the index page
* Learn -> Curriculum link in header
* UI Fixes
* Use webpack plugin to destroy sercive worker
* Add spinner for unknown user state
* Fix map placement
* Fix vcurriculum button clicks
2018-09-27 20:05:50 +05:30
6aff2bbe42
Merge pull request #116 from Bouncey/fix/styles
...
Fix/styles
2018-09-27 20:05:50 +05:30
7b0d951f68
Merge pull request #114 from Bouncey/fix/fetchUserComplete
...
Fix fetchUserComplete payload
2018-09-27 20:05:50 +05:30
975b306a6e
Chore/redirects ( #113 )
...
* Update _redirects for deploy
* Update signin/signout links
* Redirect non-emailVerified users to www (#108 )
* Add HMTL Intro (#109 )
2018-09-27 20:05:49 +05:30
1fbeee14a2
Add HMTL Intro ( #109 )
2018-09-27 20:05:49 +05:30
a4adf7283d
Redirect non-emailVerified users to www ( #108 )
2018-09-27 20:05:49 +05:30
7c372875bf
Merge pull request #106 from tchaffee/fix/checkmarks
...
fix: curriculum completion checkmark styling
2018-09-27 20:05:48 +05:30
89acc49a31
Merge pull request #104 from scissorsneedfoodtoo/fix/firefox-pane-resizing
...
Fix Firefox Pane Resizing
2018-09-27 20:05:48 +05:30
5dea8b58d0
Update users currentChallengeId when on a new challenge ( #101 )
...
Closes #94
2018-09-27 20:05:48 +05:30
858608e307
Bump curriculum package version ( #100 )
2018-09-27 20:05:48 +05:30
a62e459c2a
Fix: Babel errors in the browser console for user code ( #99 )
...
These changes will print out babel errors to the console and will help to not crash the app when bad/unfinished code is in the editor.
2018-09-27 20:05:47 +05:30
d004171593
Update CONTRIBUTING for the use of the backend ( #98 )
2018-09-27 20:05:47 +05:30
8f093c195b
change editor theme ( #95 )
2018-09-27 20:05:47 +05:30
10341daeb5
Feat: User Integration ( #92 )
2018-09-27 20:05:47 +05:30
a296568e97
Use @freecodecamp/curriculum package ( #85 )
...
Closes #84
2018-09-27 20:05:47 +05:30
c804c968dd
Fix: Map UI & Tool panel styles ( #83 )
...
Closes #75




2018-09-27 20:05:45 +05:30
b0b51c656e
Fix/monaco resizing ( #82 )
...
* Reworked the way that the editor and output are rendered when the browser window / panes are resized horizontally. Moved the ReflexContainer elements into the editors variable to get vertical resizing working. Also, removed the margin-bottom property from the .editor class in classic.css and set overflow to hidden in .react-monaco-editor-container. By doing this it prevents the browser scrollbars from appearing and removes the white space at the bottom of the editor / output panes when scrolling all the way down past the code.
2018-09-27 20:05:45 +05:30
aa9e498bc3
Merge pull request #81 from Bouncey/feat/searchInNav
...
Feat: Search in nav
2018-09-27 20:05:45 +05:30
cb9358243d
Update enzyme adapter for react tests ( #80 )
...
Closes #78
Closes #79
I updated the version of react the main app uses, but forgot to update the adapter for challenge tests.
2018-09-27 20:05:44 +05:30
d7bddb46b0
Merge pull request #73 from Bouncey/fix/introsInMap
...
Add intro pages to map
2018-09-27 20:05:44 +05:30
b28b0d9d4f
Merge pull request #72 from Bouncey/feat/mapFromIntro
...
Add map button to intro pages
2018-09-27 20:05:44 +05:30
784bb3f424
Merge pull request #68 from Bouncey/fix/updatePreviewOnMount
...
Update preview on mount
2018-09-27 20:05:44 +05:30
a30bf3486e
Merge pull request #70 from SMM-dev/patch-1
...
Fix remaining typo in branch creation step
2018-09-27 20:05:43 +05:30
d0b3303fe9
Merge pull request #71 from SMM-dev/trBug
...
remove .test-result height limitation to fix overlap issue
2018-09-27 20:05:43 +05:30
78104bbee6
Merge pull request #64 from ekaoddlass/fix-issue-52
...
Fix editor menu color
2018-09-27 20:05:43 +05:30
696a4de031
Fix typo, add instruction to copy .env in CONTRIBUTING.md ( #62 )
2018-09-27 20:05:43 +05:30
f90bb69cde
Merge pull request #48 from Bouncey/feat/GA
...
Add google analytics
2018-09-27 20:05:43 +05:30
54a9f70574
Merge pull request #50 from Bouncey/fix/mapModal
...
Fix: map modal
2018-09-27 20:05:43 +05:30