Render chain cells as arrows in timeline UI

This commit is contained in:
Ian Gulliver
2026-02-21 16:40:30 -07:00
parent 13a4c41cc6
commit 50d4b12299
2 changed files with 6 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ type TimelineCell struct {
IsTitle bool `json:"is_title,omitempty"`
IsSignal bool `json:"is_signal,omitempty"`
IsGap bool `json:"-"`
IsChain bool `json:"-"`
IsChain bool `json:"is_chain,omitempty"`
row int `json:"-"`
track *TimelineTrack `json:"-"`
}