From 7348360fead15f85f368d4d4d248e41aa4a2f4f2 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sun, 22 Jan 2023 10:40:54 +1100 Subject: Add help content Change 'and onwards' symbol in timeline position label Set scrollbar color --- src/components/HelpModal.vue | 301 +++++++++++++++++++++++++++++++++------ src/components/SettingsModal.vue | 2 +- src/components/TimeLine.vue | 7 +- 3 files changed, 263 insertions(+), 47 deletions(-) (limited to 'src/components') diff --git a/src/components/HelpModal.vue b/src/components/HelpModal.vue index d0fc57a..64df474 100644 --- a/src/components/HelpModal.vue +++ b/src/components/HelpModal.vue @@ -5,74 +5,213 @@

Help

-

- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore. +

+ This is an interactive historical timeline, displaying events from + {{dateToDisplayStr(MIN_DATE)}} to {{dateToDisplayStr(MAX_DATE)}}. + {{touchDevice ? 'Drag the screen' : 'Scroll or press ' + (vert ? 'up/down': 'left/right')}} to pan. + {{touchDevice ? 'Pinch' : 'Hold shift'}} to zoom.

- + + + + + + + + + + -
+

+ Last updated 22/01/23 +