From c64acd1fee9b28ca0a10c95852169f765f0ff081 Mon Sep 17 00:00:00 2001 From: Paul Pestov <10750176+paulpestov@users.noreply.github.com> Date: Mon, 27 Mar 2023 14:43:43 +0200 Subject: [PATCH] feat: enable tooltip on each annotation hover - DISABLED due to unclear reqs --- examples/ahiqar-arabic-karshuni.html | 1 - index.html | 1 - jsconfig.json | 8 ++ src/components/Content.vue | 5 +- src/css/_global.scss | 2 +- src/css/_tooltip.scss | 40 ++++++ src/css/_tooltip.scss~Stashed changes | 40 ++++++ src/css/style.scss | 1 + src/i18n/de/index.js | 1 + src/i18n/en/index.js | 1 + src/store/annotations/actions.js | 173 +++++++---------------- src/utils/annotations.js | 190 ++++++++++++++------------ src/utils/dom.js | 5 + tests/cypress/e2e/content.cy.js | 20 ++- 14 files changed, 266 insertions(+), 222 deletions(-) create mode 100644 jsconfig.json create mode 100644 src/css/_tooltip.scss create mode 100644 src/css/_tooltip.scss~Stashed changes diff --git a/examples/ahiqar-arabic-karshuni.html b/examples/ahiqar-arabic-karshuni.html index 698b6e40..b1ad5a33 100644 --- a/examples/ahiqar-arabic-karshuni.html +++ b/examples/ahiqar-arabic-karshuni.html @@ -6,7 +6,6 @@ -