summaryrefslogtreecommitdiff
path: root/frontend/src/components/errors/errorToastContainer.js
Commit message (Collapse)AuthorAge
* Use blueprint for error toasts instead of react-redux-toasterJoffrey BION2018-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 messJoffrey BION2018-06-09
|
* Remove default exports everywhereJoffrey BION2018-04-29
|
* Change print width to 120, againVictor Chabbert2017-05-28
|
* Move to prettier-eslint for better configurationVictor Chabbert2017-05-22
|
* 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
bgstack15