From 873b11ba2c799c41301722187b2519e64147d495 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sat, 28 Jan 2023 15:48:59 +1100 Subject: Update help docs and intro msg --- src/components/HelpModal.vue | 15 ++++++++------- src/components/IntroModal.vue | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/components/HelpModal.vue b/src/components/HelpModal.vue index 0aed405..e00a49f 100644 --- a/src/components/HelpModal.vue +++ b/src/components/HelpModal.vue @@ -30,6 +30,7 @@

Events are linked to points on the timeline that match their 'start date'. For a person, this is a date of birth. For a book, this is a date of publication. + A dashed line indicates imprecision. {{touchDevice ? 'Tap' : 'Click'}} on an event to bring up more details.

@@ -41,7 +42,7 @@ The + button at the top right adds another timeline, if there's enough space.

- The sidebar at the {{vert ? 'right' : 'bottom'}} represents the full range of + The bar at the {{vert ? 'right' : 'bottom'}} represents the full range of possible dates. Each timeline's bounds are displayed as a yellow subregion. Timelines will often look very thin, as the whole bar spans billions of years.

@@ -64,11 +65,6 @@ {{vert ? 'Up': 'Left'}} and {{vert ? 'Down': 'Right'}} pan the timeline -
  • - {{vert ? 'Left' : 'Up'}} and - {{vert ? 'Right' : 'Down'}} - switch between timelines -
  • Shift-{{vert ? 'Left' : 'Up'}} and Shift-{{vert ? 'Right' : 'Down'}} @@ -78,6 +74,11 @@ Plus and Delete add and remove timelines
  • +
  • + {{vert ? 'Left' : 'Up'}} and + {{vert ? 'Right' : 'Down'}} + switch between timelines +
  • Ctrl-F opens the search bar
  • Esc closes an open pane
  • @@ -115,7 +116,7 @@
  • Event lines: Toggles lines linking events to timelines
  • Baseline: - Toggles the sidebar representing the full date range
  • + Toggles the bar representing the full date range
  • diff --git a/src/components/IntroModal.vue b/src/components/IntroModal.vue index c4f5e0f..b8c0319 100644 --- a/src/components/IntroModal.vue +++ b/src/components/IntroModal.vue @@ -11,7 +11,7 @@

    - This is an interactive historical timeline, spanning 14 billion years ago to 2030. + This is an interactive historical timeline spanning 14 billion years.

    • -- cgit v1.2.3