summaryrefslogtreecommitdiff
path: root/frontend/src/layouts/HomeLayout.js
Commit message (Collapse)AuthorAge
* Refactor routes to new structureVictor Chabbert2017-08-07
|
* Organize imports and format JS filesJoffrey BION2017-07-25
|
* Change type importsVictor Chabbert2017-05-29
|
* Initial type checking work with flowtypeVictor Chabbert2017-05-28
|
* Embed react-redux-toastr css in the appJoffrey BION2017-05-22
| | | | | | | Also factorise accesses to the react redux toast container, in order to centralize the config. Resolves: https://github.com/luxons/seven-wonders/issues/12
* Update prettier config and reformatJoffrey BION2017-05-22
| | | | | | | Here's the discussion summary: - single quote, because that's what I'm used to in the JS world - trailing comma, to avoid unnecessary git changes - print-width 120, because 120 still doesn't require to scroll horizontally, and vertical space is precious
* Add prettier and format js filesVictor Chabbert2017-05-20
|
* Add error toastsjbion2017-05-20
|
* Remove unused importjbion2017-02-03
|
* Create home layout with zeus backgroundJoffrey BION2017-02-03
bgstack15