Skip to content

Commit 0be59a1

Browse files
committed
Added another state to storybook
1 parent efe359b commit 0be59a1

File tree

1 file changed

+8
-0
lines changed
  • apps/webapp/app/routes/storybook.run-and-span-timeline

1 file changed

+8
-0
lines changed

apps/webapp/app/routes/storybook.run-and-span-timeline/route.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,14 @@ const runTimelines = [
131131
isFinished: false,
132132
isError: false,
133133
},
134+
{
135+
createdAt: new Date(Date.now() - 1000 * 60),
136+
updatedAt: new Date(),
137+
startedAt: new Date(Date.now() - 1000 * 30),
138+
executedAt: new Date(Date.now() - 1000 * 20),
139+
isFinished: false,
140+
isError: false,
141+
},
134142
{
135143
createdAt: new Date(Date.now() - 1000 * 60),
136144
updatedAt: new Date(),

0 commit comments

Comments
 (0)