summaryrefslogtreecommitdiff
path: root/src/main/js
Commit message (Collapse)AuthorAge
* Remove Counter from applicationVictor Chabbert2016-12-21
|
* Made gameBrowser logic use immutable.jsVictor Chabbert2016-12-21
|
* Add immutable.js for dataVictor Chabbert2016-12-21
|
* Fix json not parsing errorsVictor Chabbert2016-12-21
|
* Fix create game with undefined valueVictor Chabbert2016-12-20
|
* Disable stomp debug in productionVictor Chabbert2016-12-20
|
* Add create game logicVictor Chabbert2016-12-20
|
* Fix multiple socket connectionsVictor Chabbert2016-12-20
|
* List gamesVictor Chabbert2016-12-19
|
* GameBrowser sagaVictor Chabbert2016-12-19
|
* Merge branch 'master' into feature/websockets-sagasVictor Chabbert2016-12-19
|\
| * Add react css librairiesVictor Chabbert2016-12-19
| |
| * Set editorconfig for front-endVictor Chabbert2016-12-19
| |
| * Remove gitkeepVictor Chabbert2016-12-19
| |
* | Working error sagaVictor Chabbert2016-12-19
| |
* | Initial work on websocket sagasVictor Chabbert2016-12-19
|/
* Add redux-saga to handle effectsVictor Chabbert2016-12-18
|
* Refactor 404 stateless functionVictor Chabbert2016-12-18
|
* Update redux-devtools extension integrationVictor Chabbert2016-12-18
|
* Add react-router with small exampleVictor Chabbert2016-12-18
|
* Clean front-end filesVictor Chabbert2016-12-18
|
* Fix trailing comma in package.jsonVictor Chabbert2016-12-18
|
* Add redux and react-redux librairies with initial setupVictor Chabbert2016-12-18
|
* Add WS experiment test pageJoffrey BION2016-12-11
| | | | This pages allows to test spring/STOMP config to see which messages are properly broadcasted to all users, which are just sent to the caller, and which are sent a specific user from the server.
* Rename javascript folder to jsJoffrey BION2016-12-08
This makes auto-completion easier and paths shorter.
bgstack15