Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1edb3bfd89 | ||
| 9738a04b7a |
@@ -128,3 +128,8 @@
|
||||
### Bug Fixes
|
||||
|
||||
* **polling:** Improve polling mechanism and delay handling ([#60](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/issues/60)) ([641c892](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/commit/641c892981649eb85640527cc0fe325ff683fa77))
|
||||
## (2025-11-22)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **api:** Fixed a bug where the game would reload on game start ([#81](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/issues/81)) ([9738a04](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/commit/9738a04b7a3c63c8cd1450e563ec04823fb3c35a))
|
||||
|
||||
Submodule knockoutwhist updated: e4322839d1...ec94ecd46c
@@ -82,7 +82,8 @@ class IngameController @Inject() (
|
||||
if (result.isSuccess) {
|
||||
Ok(Json.obj(
|
||||
"status" -> "success",
|
||||
"redirectUrl" -> routes.IngameController.game(gameId).url
|
||||
"redirectUrl" -> routes.IngameController.game(gameId).url,
|
||||
"content" -> returnInnerHTML(game.get, request.user).toString()
|
||||
))
|
||||
} else {
|
||||
val throwable = result.failed.get
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MAJOR=3
|
||||
MINOR=0
|
||||
PATCH=0
|
||||
PATCH=1
|
||||
|
||||
Reference in New Issue
Block a user