feat: Implement friendly match management with socket integration and UI updates
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 48s
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 48s
This commit is contained in:
@@ -34,6 +34,11 @@ class SocketService(private val socketUrl: String) {
|
||||
val data = args[0] as JSONObject
|
||||
_events.tryEmit("diary:note:added" to data)
|
||||
}
|
||||
|
||||
socket?.on("schedule:match:updated") { args ->
|
||||
val data = args[0] as JSONObject
|
||||
_events.tryEmit("schedule:match:updated" to data)
|
||||
}
|
||||
|
||||
// Add more events as needed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user