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/components/TileInfoModal.vue | 6 +++--- src/components/TutorialPane.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/components') 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