freeCodeCamp/common/app
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
..
components feat(nav): make navbar static (#13673) 2017-03-13 18:17:07 -05:00
redux feat(nav): make navbar static (#13673) 2017-03-13 18:17:07 -05:00
routes feat(nav): make navbar static (#13673) 2017-03-13 18:17:07 -05:00
toasts Enable react/sort-prop-types rule 2017-02-05 13:13:36 +00:00
utils indexOf() instead of includes() 2017-02-20 15:42:50 -05:00
App.jsx feat(nav): make navbar static (#13673) 2017-03-13 18:17:07 -05:00
app.less feat(nav): make navbar static (#13673) 2017-03-13 18:17:07 -05:00
create-app.jsx Remove stampit in favour of a factory function 2016-11-17 19:15:23 +00:00
create-reducer.js Fix(settings): Add separate delete page 2016-09-01 15:33:46 -07:00
index.js Initial move to redux 2016-03-03 17:53:33 -08:00
index.less feat(nav): make navbar static (#13673) 2017-03-13 18:17:07 -05:00
ns.json feat(nav): make navbar static (#13673) 2017-03-13 18:17:07 -05:00
provide-store.js Fix for non osx systems 2016-03-03 19:08:28 -08:00
sagas.js Feature(settings): add user flag logic 2016-07-28 23:40:01 -07:00