summaryrefslogtreecommitdiff
path: root/frontend/src/components/home
Commit message (Collapse)AuthorAge
* Upgrade Blueprintjs to v3Joffrey BION2019-05-02
|
* Remove annoying scrollbarsjbion2019-03-02
|
* Simplify state and reducersjbion2019-02-27
|
* Implement Game startjbion2019-02-22
|
* Make login input largejbion2019-02-22
|
* Remove unnecessary prop types exportsJoffrey BION2018-06-10
|
* Add IconButton component to work around Icon title issueJoffrey BION2018-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
* Fix home screen styleJoffrey BION2018-06-09
bgstack15