feat(rack): add shift-click context modal for connections with color and edge type configurability
This commit is contained in:
@@ -67,6 +67,7 @@ model Connection {
|
||||
toPort Port @relation("TargetPort", fields: [toPortId], references: [id], onDelete: Cascade)
|
||||
color String? // Optional custom cable color
|
||||
label String? // Optional cable label (e.g. "Cable #104")
|
||||
edgeType String @default("bezier") // bezier | straight | step
|
||||
createdAt DateTime @default(now())
|
||||
|
||||
@@unique([fromPortId, toPortId])
|
||||
|
||||
Reference in New Issue
Block a user