summaryrefslogtreecommitdiff
path: root/sw-ui
Commit message (Expand)AuthorAge
* Simplify platformJoffrey Bion2023-06-09
* Add ability to randomly generate game nameJoffrey Bion2023-06-09
* Use kotlinx-coroutines-test in sw-uiJoffrey Bion2023-04-30
* Remove unnecessary GlobalScope usageJoffrey Bion2023-04-30
* Fix hand rotation indicator's placement (out of view)Joffrey Bion2023-04-30
* Fix discard action (empty transactions popup)Joffrey Bion2023-04-30
* Migrate to new Kotlin/React API and Emotion stylesJoffrey Bion2023-02-01
* Upgrade to BlueprintJS 4 (wrapper 7)Joffrey Bion2023-01-29
* Upgrade to Kotlin 1.8 and JS IRJoffrey Bion2023-01-29
* Upgrade to react 18 with kotlin-wrappers BOMJoffrey Bion2023-01-29
* Upgrade to Kotlin 1.7Joffrey Bion2022-07-03
* Upgrade coroutines to 1.6.3Joffrey Bion2022-07-02
* Rename Route to SwRoute to avoid clash with router componentsJoffrey Bion2022-07-02
* Move from BroadcastChannel to SharedFlow in sagasJoffrey Bion2021-11-18
* OptIn GlobalScope usages in JS testsJoffrey Bion2021-09-08
* 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
* Cleanup kotlin wrapper dependenciesJoffrey Bion2021-09-07
* Workaround "process is not defined" due to blueprintjs bugJoffrey Bion2021-09-07
* Upgrade Kotlin, Kotlin/React, and Krossbow versionsJoffrey Bion2021-09-07
* Extract common dependency versions to versions catalogJoffrey Bion2021-09-06
* Use ordinals for score ranksJoffrey Bion2021-06-19
* Extract blueprintjs to an independent libraryJoffrey Bion2021-04-04
* Upgrade JS wrapper libraries & repositoriesJoffrey 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
* Make BpHtmlTable props extend IProps to have classNamesJoffrey Bion2021-02-20
bgstack15