| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Also factorise accesses to the react redux toast container, in order to centralize the config.
Resolves:
https://github.com/luxons/seven-wonders/issues/12
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|