From 01289c16ec282d52ef1fa4bc76c6eb0d887f9df8 Mon Sep 17 00:00:00 2001 From: Ben Brandt Date: Fri, 27 Oct 2023 16:02:14 +0200 Subject: [PATCH] INtegrated timeline --- .../components/timeline/SpanDuration.svelte | 4 ++-- .../timeline/Timeline.stories.svelte | 6 ++++- .../lib/components/timeline/Timeline.svelte | 22 +++++++++++++++++++ log-viewer/{tests => src/lib}/qa_example.json | 0 4 files changed, 29 insertions(+), 3 deletions(-) rename log-viewer/{tests => src/lib}/qa_example.json (100%) diff --git a/log-viewer/src/lib/components/timeline/SpanDuration.svelte b/log-viewer/src/lib/components/timeline/SpanDuration.svelte index 147122f4f..c18c54874 100644 --- a/log-viewer/src/lib/components/timeline/SpanDuration.svelte +++ b/log-viewer/src/lib/components/timeline/SpanDuration.svelte @@ -49,9 +49,9 @@ This is a recursive component that builds itself up by creating the same component for sub-spans. --> -
+