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

@@ -37,6 +37,8 @@ export interface Whiteboard {
arrows: Arrow[]
lines: Line[]
textShapes: TextShape[]
users: import('@/types').User[]
activeUsers: import('@/types').User[]
}
export interface MoveShapeCommand {