From 6ce828cb9649e8fc0a68bd7f0f99719b73229692 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sun, 17 Jul 2022 21:03:42 +1000 Subject: Add more 'title' tooltips --- src/App.vue | 16 ++++++++++------ src/components/TileInfoModal.vue | 6 +++--- src/components/TutorialPane.vue | 2 +- 3 files changed, 14 insertions(+), 10 deletions(-) (limited to 'src') diff --git a/src/App.vue b/src/App.vue index f0574bb..9d96b23 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,20 +3,24 @@ :style="{backgroundColor: uiOpts.bgColor, scrollbarColor: uiOpts.altColorDark + ' ' + uiOpts.bgColorDark}">
-

Tilo

+

Tilo

- + - + - + - +
@@ -47,7 +51,7 @@
- diff --git a/src/components/TileInfoModal.vue b/src/components/TileInfoModal.vue index db7dd4f..421f22f 100644 --- a/src/components/TileInfoModal.vue +++ b/src/components/TileInfoModal.vue @@ -18,11 +18,11 @@ {{getDisplayName(nodeName, tolNode)}}
-
Children: {{tolNode.children.length}}
-
Tips: {{tolNode.tips}}
+
Children: {{(tolNode.children.length).toLocaleString()}}
+
Tips: {{(tolNode.tips).toLocaleString()}}
OTOL + target="_blank" title="Look up in Open Tree of Life">OTOL
diff --git a/src/components/TutorialPane.vue b/src/components/TutorialPane.vue index dd772b1..2803498 100644 --- a/src/components/TutorialPane.vue +++ b/src/components/TutorialPane.vue @@ -31,7 +31,7 @@
- {{touchDevice ? 'Tap' : 'Click'}} the icon at the top-right to search + {{touchDevice ? 'Tap' : 'Click'}} the icon at the top right of screen to search Or press Ctrl-F -- cgit v1.2.3