feat(ui): Tie selection

Added a minimal ui for the tie selection. Tie selection gets sent to the server via websocket and gets response from it.
This commit is contained in:
LQ63
2026-01-13 14:24:51 +01:00
parent 4a4e9c48fc
commit ee7555ad97
3 changed files with 15 additions and 1 deletions

View File

@@ -111,6 +111,7 @@ class UserWebsocketActor(
}
def transmitEventToClient(event: SimpleEvent): Unit = {
println("This event is getting transmitted to client (INSIDE transmitEventToClient")
transmitJsonToClient(WebsocketEventMapper.toJson(event, session))
}