ui polish

This commit is contained in:
2026-03-08 02:29:39 +01:00
parent 8b1a96f133
commit 3eccedfad4
18 changed files with 217 additions and 35 deletions

View File

@@ -69,8 +69,8 @@ export const whiteboardHubService = {
client.on<MoveShapeCommand>('MovedShape', callback)
},
onJoined(callback: (userId: string) => void) {
client.on<string>('Joined', callback)
onJoined(callback: (user: User) => void) {
client.on<User>('Joined', callback)
},
onLeaved(callback: (userId: string) => void) {