Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove flow-related stuff | jbion | 2019-05-13 |
| | |||
* | Convert Application component to TypeScript | jbion | 2019-05-06 |
| | |||
* | Upgrade immutable JS to v4 to fix .map() types | Joffrey BION | 2019-05-06 |
| | |||
* | Simplify store.js using react-devtools-extensions package | Joffrey BION | 2019-05-06 |
| | |||
* | Convert api package to typescript | Joffrey BION | 2019-05-03 |
| | |||
* | Add TypeScript support | Joffrey BION | 2019-05-03 |
| | |||
* | Remove unused reselect dependency | Joffrey BION | 2019-05-02 |
| | |||
* | Remove unused normalizr dependency | Joffrey BION | 2019-05-02 |
| | |||
* | Upgrade history to 4.9.0 | Joffrey BION | 2019-05-02 |
| | |||
* | Remove deprecated babel polyfill dependency | Joffrey BION | 2019-05-02 |
| | |||
* | Upgrade Blueprintjs to v3 | Joffrey BION | 2019-05-02 |
| | |||
* | Allow no frontend tests | Joffrey BION | 2019-05-02 |
| | |||
* | Upgrade devDependencies | Joffrey BION | 2019-05-02 |
| | |||
* | Upgrade to react-scripts 3.0.0 | Joffrey BION | 2019-05-02 |
| | |||
* | Upgrade react to 16.8.3 | Joffrey BION | 2019-03-05 |
| | |||
* | Add IconButton component to work around Icon title issue | Joffrey BION | 2018-06-10 |
| | | | | | | | The issue about Buttons with icons is that the svg name appears as title (tooltip) when hovering the icon, even if a title is specified on the button itself: https://github.com/palantir/blueprint/issues/2321 | ||
* | 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. | ||
* | Refresh dependencies | Joffrey BION | 2018-06-09 |
| | |||
* | Migrate to react 16 and blueprint 2 | Joffrey BION | 2018-06-09 |
| | |||
* | Upgrade to reflexbox 3.0.1 | Joffrey BION | 2018-04-29 |
| | |||
* | Upgrade devDependencies | Joffrey BION | 2018-04-29 |
| | |||
* | Upgrade to redux 4 | Joffrey BION | 2018-04-29 |
| | |||
* | Upgrade react router 5 to alpha.9 | Joffrey BION | 2018-04-29 |
| | |||
* | Fix frontend build on windows using cross-env | Joffrey BION | 2017-09-24 |
| | |||
* | Upgrade to Livedoc 1.0.2 | Joffrey Bion | 2017-09-24 |
| | |||
* | Add blueprint js library | Victor Chabbert | 2017-08-08 |
| | |||
* | Remove duplicate dependency | Victor Chabbert | 2017-08-07 |
| | |||
* | Upgrade dependencies | Victor Chabbert | 2017-08-07 |
| | |||
* | Updrade react router and react router redux | Victor Chabbert | 2017-08-07 |
| | |||
* | Remove redux-saga-router | Victor Chabbert | 2017-08-07 |
| | |||
* | Upgrade flow-bin | Victor Chabbert | 2017-07-24 |
| | |||
* | Remove flow-typed postinstall | Victor Chabbert | 2017-07-24 |
| | |||
* | Upgrade react-scripts | Victor Chabbert | 2017-05-28 |
| | |||
* | Move to immutable with Records | Victor Chabbert | 2017-05-28 |
| | |||
* | Fix proxy not working since CRA upgrade | Victor Chabbert | 2017-05-28 |
| | |||
* | Change print width to 120, again | Victor Chabbert | 2017-05-28 |
| | |||
* | Add flow | Victor Chabbert | 2017-05-22 |
| | |||
* | Move to prettier-eslint for better configuration | Victor Chabbert | 2017-05-22 |
| | |||
* | Revert to version number for flow-typed | Victor Chabbert | 2017-05-22 |
| | |||
* | Update prettier config and reformat | Joffrey BION | 2017-05-22 |
| | | | | | | | 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 | ||
* | Add prettier and format js files | Victor Chabbert | 2017-05-20 |
| | |||
* | Upgrade react-scripts to 1.0.1 | Victor Chabbert | 2017-05-20 |
| | |||
* | Add error toasts | jbion | 2017-05-20 |
| | |||
* | Set versions of packages to latest | jbion | 2017-05-18 |
| | | | | We always want to be up to date, we should only set back when there is a known issue, like with react router redux and react router, which forces us to stay with react router v3 | ||
* | Remove frontend test watch for gradle build | Joffrey BION | 2017-05-15 |
| | | | | The CI environment variable is the only to launch the frontend tests in non-interactive mode. This variable was already properly set on CI and heroku, but when running local gradle builds, the watch was still a problem, hence this new script for one-shot tests in package.json. | ||
* | Migrate to seamless immutable | Joffrey BION | 2017-05-13 |
| | | | | | Resolves: https://github.com/luxons/seven-wonders/issues/6 | ||
* | Change frontend app name | Joffrey BION | 2017-02-03 |
| | |||
* | Update redux-saga-router to 2.0.0 | Victor Chabbert | 2017-01-29 |
| | |||
* | Made redux store fully immutable | Victor Chabbert | 2017-01-22 |
| | |||
* | Normalize games data from server and display games list | Victor Chabbert | 2017-01-22 |
| |