summaryrefslogtreecommitdiff
path: root/frontend/src/layouts
Commit message (Collapse)AuthorAge
* Remove unused former LobbyLayout... RIPJoffrey BION2018-04-30
|
* Remove default exports everywhereJoffrey BION2018-04-29
|
* 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
|
* Remove unnecessary .gitkeep fileJoffrey BION2017-02-02
|
* Use 7 wonders logo in the layoutJoffrey BION2017-01-23
|
* Minor visual stylesVictor Chabbert2017-01-22
|
* Cleaned containersVictor Chabbert2017-01-22
|
* Move frontend and backend into 2 separate subprojectsjbion2017-01-20
bgstack15