feat: add configurable timeline range

This commit is contained in:
2026-08-14 15:40:54 +02:00
parent b284275e98
commit 45c7c6a292
15 changed files with 121 additions and 14 deletions
+2
View File
@@ -63,6 +63,7 @@ export interface Connection {
}
export interface Viewport { x: number; y: number; zoom: number }
export interface TimelineRange { start: string; end: string }
export interface BriefConcept {
id: string
@@ -83,6 +84,7 @@ export interface CaseState {
relations: WidgetRelation[]
connections: Connection[]
viewport: Viewport
timelineRange?: TimelineRange | null
brief: LevelBrief
updatedAt?: string
levelStatus?: string