summaryrefslogtreecommitdiff
path: root/frontend/src/components/game-browser
Commit message (Collapse)AuthorAge
* Implement Game startjbion2019-02-22
|
* Improve lobby's styleJoffrey BION2018-06-10
|
* Finish moving components out of /scenes packageJoffrey BION2018-06-10
|
* 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
* Improve game list's styleJoffrey BION2018-06-09
|
* Split GameBrowser into multiple connected componentsJoffrey BION2018-06-09
bgstack15