Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove Counter from application | Victor Chabbert | 2016-12-21 |
| | |||
* | Made gameBrowser logic use immutable.js | Victor Chabbert | 2016-12-21 |
| | |||
* | Add immutable.js for data | Victor Chabbert | 2016-12-21 |
| | |||
* | Fix json not parsing errors | Victor Chabbert | 2016-12-21 |
| | |||
* | Fix create game with undefined value | Victor Chabbert | 2016-12-20 |
| | |||
* | Disable stomp debug in production | Victor Chabbert | 2016-12-20 |
| | |||
* | Add create game logic | Victor Chabbert | 2016-12-20 |
| | |||
* | Fix multiple socket connections | Victor Chabbert | 2016-12-20 |
| | |||
* | List games | Victor Chabbert | 2016-12-19 |
| | |||
* | GameBrowser saga | Victor Chabbert | 2016-12-19 |
| | |||
* | Merge branch 'master' into feature/websockets-sagas | Victor Chabbert | 2016-12-19 |
|\ | |||
| * | Add react css librairies | Victor Chabbert | 2016-12-19 |
| | | |||
| * | Set editorconfig for front-end | Victor Chabbert | 2016-12-19 |
| | | |||
| * | Remove gitkeep | Victor Chabbert | 2016-12-19 |
| | | |||
* | | Working error saga | Victor Chabbert | 2016-12-19 |
| | | |||
* | | Initial work on websocket sagas | Victor Chabbert | 2016-12-19 |
|/ | |||
* | Add redux-saga to handle effects | Victor Chabbert | 2016-12-18 |
| | |||
* | Refactor 404 stateless function | Victor Chabbert | 2016-12-18 |
| | |||
* | Update redux-devtools extension integration | Victor Chabbert | 2016-12-18 |
| | |||
* | Add react-router with small example | Victor Chabbert | 2016-12-18 |
| | |||
* | Clean front-end files | Victor Chabbert | 2016-12-18 |
| | |||
* | Fix trailing comma in package.json | Victor Chabbert | 2016-12-18 |
| | |||
* | Add redux and react-redux librairies with initial setup | Victor Chabbert | 2016-12-18 |
| | |||
* | Add WS experiment test page | Joffrey BION | 2016-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 js | Joffrey BION | 2016-12-08 |
This makes auto-completion easier and paths shorter. |