Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add a pyramid iconfavicon | B. Stack | 2023-07-06 |
| | |||
* | Convert sw-ui module to Kotlin Multiplatform gradle pluginmain | Joffrey Bion | 2023-07-06 |
| | |||
* | Upgrade Kotlin JS wrappers to 1.0.0-pre.585 | Joffrey Bion | 2023-07-05 |
| | | | | | | | | This includes: * replacing VFC with the new non-generic overload of FC * replacing some csstype.* types and unit functions with web.cssom.* * using the new react router factory function createHashRouter() | ||
* | Simplify platform | Joffrey Bion | 2023-06-09 |
| | |||
* | Add ability to randomly generate game name | Joffrey Bion | 2023-06-09 |
| | |||
* | Use kotlinx-coroutines-test in sw-ui | Joffrey Bion | 2023-04-30 |
| | |||
* | Remove unnecessary GlobalScope usage | Joffrey Bion | 2023-04-30 |
| | | | | | | | We used GlobalScope to emit redux actions to the shared flow of actions. This means we technically had an unlimited buffer of actions but we used the coroutines queue to represent it instead of just defining the flow as such in the first place. | ||
* | Fix hand rotation indicator's placement (out of view) | Joffrey Bion | 2023-04-30 |
| | |||
* | Fix discard action (empty transactions popup) | Joffrey Bion | 2023-04-30 |
| | |||
* | Migrate to new Kotlin/React API and Emotion styles | Joffrey Bion | 2023-02-01 |
| | |||
* | Upgrade to BlueprintJS 4 (wrapper 7) | Joffrey Bion | 2023-01-29 |
| | |||
* | Upgrade to Kotlin 1.8 and JS IR | Joffrey Bion | 2023-01-29 |
| | |||
* | Upgrade to react 18 with kotlin-wrappers BOM | Joffrey Bion | 2023-01-29 |
| | |||
* | Upgrade to Kotlin 1.7 | Joffrey Bion | 2022-07-03 |
| | |||
* | Upgrade coroutines to 1.6.3 | Joffrey Bion | 2022-07-02 |
| | |||
* | Rename Route to SwRoute to avoid clash with router components | Joffrey Bion | 2022-07-02 |
| | |||
* | Move from BroadcastChannel to SharedFlow in sagas | Joffrey Bion | 2021-11-18 |
| | |||
* | OptIn GlobalScope usages in JS tests | Joffrey Bion | 2021-09-08 |
| | |||
* | OptIn GlobalScope usage in SagasFramework | Joffrey Bion | 2021-09-08 |
| | |||
* | Remove usages of deprecated route extensions | Joffrey Bion | 2021-09-08 |
| | |||
* | Opt-in delicate GlobalScope in UI root | Joffrey Bion | 2021-09-07 |
| | |||
* | Replace deprecated icon sizes | Joffrey Bion | 2021-09-07 |
| | |||
* | Cleanup kotlin wrapper dependencies | Joffrey Bion | 2021-09-07 |
| | |||
* | Workaround "process is not defined" due to blueprintjs bug | Joffrey Bion | 2021-09-07 |
| | | | | See: https://github.com/palantir/blueprint/issues/3739 | ||
* | Upgrade Kotlin, Kotlin/React, and Krossbow versions | Joffrey Bion | 2021-09-07 |
| | |||
* | Extract common dependency versions to versions catalog | Joffrey Bion | 2021-09-06 |
| | |||
* | Use ordinals for score ranks | Joffrey Bion | 2021-06-19 |
| | |||
* | Extract blueprintjs to an independent library | Joffrey Bion | 2021-04-04 |
| | |||
* | Upgrade JS wrapper libraries & repositories | Joffrey Bion | 2021-04-04 |
| | |||
* | Unify game events | Joffrey Bion | 2021-03-09 |
| | |||
* | Remove lobby ID from leave action | Joffrey Bion | 2021-03-08 |
| | |||
* | Make turnInfo generic in its action type | Joffrey Bion | 2021-03-08 |
| | |||
* | Move GameState to the client | Joffrey Bion | 2021-03-08 |
| | |||
* | Improved state | Joffrey Bion | 2021-02-24 |
| | |||
* | Remove unnecessary flex style from selfBoardSummary | Joffrey Bion | 2021-02-24 |
| | |||
* | Move transaction selector state from redux to component state | Joffrey Bion | 2021-02-23 |
| | |||
* | Add highlight for built wonder levels | Joffrey Bion | 2021-02-23 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/111 | ||
* | Use proper sealed class for TurnActions | Joffrey Bion | 2021-02-23 |
| | |||
* | Cleanup self board summary | Joffrey Bion | 2021-02-23 |
| | |||
* | Funnel game events into a single client subscription | Joffrey Bion | 2021-02-23 |
| | |||
* | Fix player re-order animation | Joffrey Bion | 2021-02-22 |
| | | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/129 | ||
* | Clarify lobby table name | Joffrey Bion | 2021-02-22 |
| | |||
* | Cleanup radial player list | Joffrey Bion | 2021-02-22 |
| | |||
* | Add bot names | Joffrey Bion | 2021-02-21 |
| | |||
* | Move lobby to Zeus temple background | Joffrey Bion | 2021-02-21 |
| | | | | | Related: https://github.com/joffrey-bion/seven-wonders/issues/69 | ||
* | Align title level in Lobby and GameBrowser | Joffrey Bion | 2021-02-21 |
| | |||
* | Cleanup padding in GameBrowser and Lobby | Joffrey Bion | 2021-02-21 |
| | |||
* | Refactor GlobalStyles centering classes | Joffrey Bion | 2021-02-21 |
| | |||
* | Display military points on the left side of the wonder instead of over it | Titouan BION | 2021-02-21 |
| | | | | Resolves #65 | ||
* | Replace ProductionBar by self BoardSummary | Titouan BION | 2021-02-21 |
| | | | | Resolves #66 |