feat: drag relation tags along threads

This commit is contained in:
2026-08-14 18:26:20 +02:00
parent 5d59af1dd9
commit b39d2efa75
11 changed files with 164 additions and 29 deletions
+4
View File
@@ -64,6 +64,10 @@ export interface Connection {
/** Percentage from slack (0) to taut (100). */
tightness?: number
tagStyle?: 'luggage' | 'compact'
/** Percentage along the thread from its source exhibit. */
tagPosition?: number
/** Signed perpendicular distance from the thread, constrained by tightness. */
tagOffset?: number
}
export interface Viewport { x: number; y: number; zoom: number }