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 --- LICENCE.txt | 2 +- public/timeline.png | Bin 0 -> 124325 bytes src/App.vue | 5 +- src/components/HelpModal.vue | 301 +++++++++++++++++++++++++++++++++------ src/components/SettingsModal.vue | 2 +- src/components/TimeLine.vue | 7 +- src/index.css | 10 ++ 7 files changed, 277 insertions(+), 50 deletions(-) create mode 100644 public/timeline.png diff --git a/LICENCE.txt b/LICENCE.txt index 47844fb..f71aea3 100644 --- a/LICENCE.txt +++ b/LICENCE.txt @@ -1,4 +1,4 @@ -Copyright 2022 Terry Truong +Copyright 2023 Terry Truong Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/public/timeline.png b/public/timeline.png new file mode 100644 index 0000000..016c9f4 Binary files /dev/null and b/public/timeline.png differ diff --git a/src/App.vue b/src/App.vue index 0eb07d8..e474386 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,6 @@