From 4079cc1df358a258e0fbdd83fa40caa00738bc65 Mon Sep 17 00:00:00 2001 From: Chet Joswig Date: Thu, 5 Oct 2023 14:25:36 -0700 Subject: [PATCH] Include more info in tooltip --- src/components/timeline/TimelineViewControls.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/timeline/TimelineViewControls.svelte b/src/components/timeline/TimelineViewControls.svelte index 297dc75f5b..3fdf195bec 100644 --- a/src/components/timeline/TimelineViewControls.svelte +++ b/src/components/timeline/TimelineViewControls.svelte @@ -192,7 +192,9 @@ class="st-button icon" on:click={onCopyViewportURL} use:tooltip={{ - content: `Copy URL of current viewport to clipboard.${$viewIsModified ? ' View has unsaved changes.' : ''}`, + content: `Copy URL including plan, visible time window, selection, and simulation dataset to clipboard.${ + $viewIsModified ? ' View has unsaved changes.' : '' + }`, placement: 'bottom', }} >