summaryrefslogtreecommitdiff
path: root/frontend/src/containers/home.js
Commit message (Collapse)AuthorAge
* Remove containers folderVictor Chabbert2017-08-07
|
* 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
|
* Create home layout with zeus backgroundJoffrey BION2017-02-03
|
* Remove test linksJoffrey BION2017-02-02
|
* Minor visual stylesVictor Chabbert2017-01-22
|
* Refactor user reducer to player reducerVictor Chabbert2017-01-22
|
* Better implementation of username choiceVictor Chabbert2017-01-21
|
* DUCKS! Refactor front architectureVictor Chabbert2017-01-20
bgstack15