From fec36fb4d2da4ec57aee635394ff7300b56a42d0 Mon Sep 17 00:00:00 2001 From: Aaron Plave Date: Thu, 23 May 2024 16:10:23 -0700 Subject: [PATCH] Update timeline controls docs --- docs/planning/assets/timeline-icon-tray.png | 4 ++-- docs/planning/timeline-controls.mdx | 17 ++++++++--------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/docs/planning/assets/timeline-icon-tray.png b/docs/planning/assets/timeline-icon-tray.png index 0276997..76903e2 100644 --- a/docs/planning/assets/timeline-icon-tray.png +++ b/docs/planning/assets/timeline-icon-tray.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e62ac7f42a171343919619594909a35e032ea5b066d7c61943bf0af862e14d2c -size 10003 +oid sha256:f9849608bfb8fe5dc47fdd11b7caade9f801fb134d767a761b12b3ad08ea3400 +size 19300 diff --git a/docs/planning/timeline-controls.mdx b/docs/planning/timeline-controls.mdx index 26ece7b..40944c2 100644 --- a/docs/planning/timeline-controls.mdx +++ b/docs/planning/timeline-controls.mdx @@ -17,15 +17,14 @@ The following controls are available: 1. `Auto Scroll to Offscreen Selections` - Automatically scrolls the timline to the selected activity directive or span. This can be helpful when selecting directives or spans from their associated tables. 2. `Decimation` - Perform on the fly min-max decimation of line layer points for improved timeline rendering performance. [Learn more about decimation below](#line-layer-decimation). 3. `Cursor Value Interpolation` - Show interpolated value when hovering over resources. [Learn more about interpolation below](#cursor-value-interpolation). -4. `Toggle Activity Directive Visibility` - Toggles activity directive visibility on all timeline rows. -5. `Limit Tooltip to Line` - When enabled, the timeline tooltip will only appear when hovering near a resource line segment. When disabled, the tooltip will appear when hovering over any part of a resource layer. -6. `Timeline Tooltip Visibility` - Toggle timeline tooltip visibility. -7. `Timeline Modes` - Toggle between `Pan & Zoom` and `Interaction` modes. [Learn more about timeline modes below](#timeline-modes). -8. `Time Step` - Slide the time view window to forwards and backwards. -9. `Zoom` - Zoom in and out of the plan time window. -10. `Copy URL` - Copy URL including plan, visible time window, selection, and simulation dataset to clipboard. -11. `Drag Activities` - Enables dragging of activity directives in the timeline. -12. `Timeline Options Menu` - Displays timeline controls with additional information. +4. `Limit Tooltip to Line` - When enabled, the timeline tooltip will only appear when hovering near a resource line segment. When disabled, the tooltip will appear when hovering over any part of a resource layer. +5. `Timeline Tooltip Visibility` - Toggle timeline tooltip visibility. +6. `Timeline Modes` - Toggle between `Pan & Zoom` and `Interaction` modes. [Learn more about timeline modes below](#timeline-modes). +7. `Time Step` - Slide the time view window to forwards and backwards. +8. `Zoom` - Zoom in and out of the plan time window. +9. `Copy URL` - Copy URL including plan, visible time window, selection, and simulation dataset to clipboard. +10. `Drag Activities` - Enables dragging of activity directives in the timeline. +11. `Timeline Options Menu` - Displays timeline controls with additional information. ## Line Layer Decimation