summaryrefslogtreecommitdiff
path: root/sw-ui
Commit message (Collapse)AuthorAge
* Fix race condition bewteen next turn and prepared moveJoffrey Bion2020-05-26
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/24
* Simplify board summary's codeJoffrey Bion2020-05-26
|
* Add other players' board summaryJoffrey Bion2020-05-26
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/21
* Fix player positions in lobbyJoffrey Bion2020-05-26
|
* Add missing slash for alternative resourcesJoffrey Bion2020-05-25
|
* Attempt at fixing mixed content ws callJoffrey Bion2020-05-24
|
* Keep card visible when used to upgrade wonderJoffrey Bion2020-05-24
|
* Add hand rotation irection indicatorJoffrey Bion2020-05-24
|
* Add built wonder stage (cards below wonder)Joffrey Bion2020-05-23
|
* Fix wonder default transactionsJoffrey Bion2020-05-23
|
* Fix production hostJoffrey Bion2020-05-23
|
* Fix code styleJoffrey Bion2020-05-23
|
* Fix score board backgroundJoffrey Bion2020-05-23
|
* Add "leave game" feature for end of gameJoffrey Bion2020-05-23
|
* Add score board UI at end of gameJoffrey Bion2020-05-23
|
* Play default cheapest transactionsJoffrey Bion2020-05-23
|
* Fix transparency of callout component by wrapping in cardJoffrey Bion2020-05-22
|
* Upgrade Kotlin, react, and blueprintjs versionsJoffrey Bion2020-05-22
|
* Move sayReadyButton declaration to a more logical spotJoffrey Bion2020-05-22
|
* Add BP card componentJoffrey Bion2020-05-22
|
* Use callout component for action text (info bubble)Joffrey Bion2020-05-22
|
* Add callout componentJoffrey Bion2020-05-22
|
* Replace error message with non-ideal-stateJoffrey Bion2020-05-22
|
* Add non ideal state overload with String for titleJoffrey Bion2020-05-22
|
* Split blueprintjs declarations into multiple filesJoffrey Bion2020-05-21
|
* Move externals to relevant packagesJoffrey Bion2020-05-21
|
* Add player icon in player infoJoffrey Bion2020-05-21
|
* Allow custom player iconsJoffrey Bion2020-05-21
|
* Prevent bots with already used namesJoffrey Bion2020-05-21
|
* Fix game background image pathJoffrey Bion2020-05-21
|
* Connect to correct port based on dev/prod buildJoffrey Bion2020-05-21
|
* Fix background->backgrounds pathJoffrey Bion2020-05-21
|
* Reorg image paths and move unused to archiveJoffrey Bion2020-05-17
|
* Add visuals for discard and wonder upgrade movesJoffrey Bion2020-05-15
|
* Add card back componentJoffrey Bion2020-05-15
|
* Add dumb bots featureJoffrey Bion2020-05-15
|
* Upgrade to krossbow 0.20.1 (migrate to flows)Joffrey Bion2020-05-12
|
* Use start UNDISPATCHED intead of yield after launchJoffrey Bion2020-05-12
|
* Add "leave lobby" buttonJoffrey Bion2020-04-08
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/8
* Enable ktlint on sw-uiJoffrey Bion2020-04-08
|
* Delete old React/TypeScript UIJoffrey Bion2020-04-06
|
* Create multiplatform SevenWondersClient based on KrossbowJoffrey BION2019-07-08
|
* Rationalize module namesJoffrey BION2019-05-16
bgstack15