Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use blueprint for error toasts instead of react-redux-toaster | Joffrey BION | 2018-06-09 |
| | | | | | | | Error toasts were broken. Since blueprintjs already provides a toasting feature, we don't need the extra dependency. What we lose here is the redux-managed state of toasts, which might lead me to switch back later on. For now, these are quite fine. | ||
* | Cleanup the mess | Joffrey BION | 2018-06-09 |
| | |||
* | Remove default exports everywhere | Joffrey BION | 2018-04-29 |
| | |||
* | Change print width to 120, again | Victor Chabbert | 2017-05-28 |
| | |||
* | Move to prettier-eslint for better configuration | Victor Chabbert | 2017-05-22 |
| | |||
* | Embed react-redux-toastr css in the app | Joffrey BION | 2017-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 |