feat: add tagged red thread connections

This commit is contained in:
2026-08-14 16:37:50 +02:00
parent 46bb2ba5ec
commit f97dceb4fe
12 changed files with 201 additions and 37 deletions
+3
View File
@@ -60,6 +60,9 @@ export interface Connection {
id: string
fromEvidenceId: string
toEvidenceId: string
label?: string
/** Percentage from slack (0) to taut (100). */
tightness?: number
}
export interface Viewport { x: number; y: number; zoom: number }