freeCodeCamp/client
Berkeley Martinez f4443e16dd feat(nav): make navbar static (#13673)
* feat(nav): make navbar static

make the navbar in react layout and the static layout stick to the top of the screen

* feat(challenges): Make classic view flex

Classic view now uses flex to control it's height. This was necessary to control view and allow
navbar to be static on other pages.

This breaks mobile view and other non-classic challenge views

* feat(app): Add logic to make screen expand on tablet

* fix(app): let routes define their content structure

* fix(less): use American spelling of gray

* fix(classic-preview): make preview smaller to prevent scroll

* feat(classic-frame): Make frame border less distinct

* fix(challenges): scope test suite less to challenges

* feat(challenges): make generic ChallengeTitle component
2017-03-13 18:17:07 -05:00
..
less feat(nav): make navbar static (#13673) 2017-03-13 18:17:07 -05:00
rechallenge indexOf() instead of includes() 2017-02-20 15:42:50 -05:00
sagas feat(nav): make navbar static (#13673) 2017-03-13 18:17:07 -05:00
utils feat(challenges): add backend challenge infrastructure (#11058) 2017-01-26 23:07:22 -06:00
cold-reload.js Add webpack cold reloading 2016-07-28 23:39:17 -07:00
es6-shims.js add es6 Map shim to shims 2015-09-10 16:59:27 -07:00
frame-runner.js feat(challenges): add backend challenge infrastructure (#11058) 2017-01-26 23:07:22 -06:00
index.js Fix: Lang routes persist between sessions 2016-11-29 23:10:08 +00:00
main.js Bump JQuery major version - to 3.1.1 2017-01-21 01:46:48 -05:00
README.md Fixed grammar and put a full stop. 2016-01-04 12:16:26 +05:30

This is the entry point for the client code. Code that should run only on the client should be put here.

NOTE(berks): For react specific stuff this should be the entry point