From 9232d10d8d5cc81075e48269ca6bf1bbe3c916bf Mon Sep 17 00:00:00 2001 From: Chet Joswig Date: Wed, 11 Oct 2023 13:42:07 -0700 Subject: [PATCH] Deep link to a specific time window on the timeline (#907) * Deep link to a specific time window on the timeline * fixed prettier changes to quotes * PR feedback and fixed issue with activity selection * Include more info in tooltip --------- Co-authored-by: Chet Joswig --- .../timeline/TimelineViewControls.svelte | 41 +++++++++++++++++++ src/enums/searchParameters.ts | 3 ++ src/routes/plans/[id]/+page.svelte | 29 ++++++++++--- 3 files changed, 68 insertions(+), 5 deletions(-) diff --git a/src/components/timeline/TimelineViewControls.svelte b/src/components/timeline/TimelineViewControls.svelte index a5ef63385f..3fdf195bec 100644 --- a/src/components/timeline/TimelineViewControls.svelte +++ b/src/components/timeline/TimelineViewControls.svelte @@ -1,11 +1,17 @@ @@ -160,6 +188,19 @@ /> {/if} + +