summaryrefslogtreecommitdiff
path: root/sw-ui/src/main/kotlin/org
Commit message (Expand)AuthorAge
* OptIn GlobalScope usage in SagasFrameworkJoffrey Bion2021-09-08
* Remove usages of deprecated route extensionsJoffrey Bion2021-09-08
* Opt-in delicate GlobalScope in UI rootJoffrey Bion2021-09-07
* Replace deprecated icon sizesJoffrey Bion2021-09-07
* Upgrade Kotlin, Kotlin/React, and Krossbow versionsJoffrey Bion2021-09-07
* Use ordinals for score ranksJoffrey Bion2021-06-19
* Extract blueprintjs to an independent libraryJoffrey Bion2021-04-04
* Unify game eventsJoffrey Bion2021-03-09
* Remove lobby ID from leave actionJoffrey Bion2021-03-08
* Make turnInfo generic in its action typeJoffrey Bion2021-03-08
* Move GameState to the clientJoffrey Bion2021-03-08
* Improved stateJoffrey Bion2021-02-24
* Remove unnecessary flex style from selfBoardSummaryJoffrey Bion2021-02-24
* Move transaction selector state from redux to component stateJoffrey Bion2021-02-23
* Add highlight for built wonder levelsJoffrey Bion2021-02-23
* Use proper sealed class for TurnActionsJoffrey Bion2021-02-23
* Cleanup self board summaryJoffrey Bion2021-02-23
* Funnel game events into a single client subscriptionJoffrey Bion2021-02-23
* Fix player re-order animationJoffrey Bion2021-02-22
* Clarify lobby table nameJoffrey Bion2021-02-22
* Cleanup radial player listJoffrey Bion2021-02-22
* Add bot namesJoffrey Bion2021-02-21
* Move lobby to Zeus temple backgroundJoffrey Bion2021-02-21
* Align title level in Lobby and GameBrowserJoffrey Bion2021-02-21
* Cleanup padding in GameBrowser and LobbyJoffrey Bion2021-02-21
* Refactor GlobalStyles centering classesJoffrey Bion2021-02-21
* Display military points on the left side of the wonder instead of over itTitouan BION2021-02-21
* Replace ProductionBar by self BoardSummaryTitouan BION2021-02-21
* Rework Lobby styleJoffrey Bion2021-02-20
* Rework GameBrowser styleJoffrey Bion2021-02-20
* Improve wording to avoid pronounJoffrey Bion2021-02-18
* Use automatic sayReady call to synchronize STOMP subscriptions before first turnjoffrey-bion2021-02-17
* Add prepared card indicatorjoffrey-bion2021-02-17
* Remove unused receiverjoffrey-bion2021-02-16
* Fix player icon size in GameBrowserjoffrey-bion2021-02-15
* Fix transactions selector layoutjoffrey-bion2021-02-15
* Ellipsize player names so that they don't grow too muchjoffrey-bion2021-02-15
* Center player names in lobbyjoffrey-bion2021-02-15
* Fix pulsing red (remove incorrect preparedMove field)joffrey-bion2021-02-11
* Make screen pulse red when everyone is waitingjoffrey-bion2021-02-11
* Fix some browser navigation pathsjoffrey-bion2021-02-10
* Properly clean redux state when leaving a gamejoffrey-bion2021-02-10
* Clean unnecessary paramjoffrey-bion2021-02-10
* Cleanup experimental annotationsjoffrey-bion2021-02-10
* Better connection logsjoffrey-bion2021-02-10
* Properly start/stop sagas when using browser navigationjoffrey-bion2021-02-10
* Bring wonder to the foreground on hoverjoffrey-bion2021-02-10
* Show full table card on hoverjoffrey-bion2021-02-10
* Remove key binding for name generationjoffrey-bion2021-02-10
* Show all cards as playable when special free card abilityjoffrey-bion2021-02-10
bgstack15