summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2022-07-19 00:33:34 +0200
committerGitHub <noreply@github.com>2022-07-19 00:33:34 +0200
commit00d3876c8582e6b706f5f21a7c57dfee209a017c (patch)
treebca2ffd3ab16e1c64bc666e44cfee309c2d6f6bc /package.json
parent17ce5f86608b6d14309b772db0578f09bd034bbf (diff)
downloadgitea-00d3876c8582e6b706f5f21a7c57dfee209a017c.tar.gz
gitea-00d3876c8582e6b706f5f21a7c57dfee209a017c.zip
Use tippy.js for context popup (#20393)
By appending the tooltips to `document.body`, we can avoid any stacking context issues caused by surrounding element's CSS. This uses [tippy.js](https://github.com/atomiks/tippyjs) instead of Fomantic popups. We should aim to replace all Fomantic popups with this eventually and then get rid of the Fomantic `popup` module completely.
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index afc8d2a374..3ba0b95632 100644
--- a/package.json
+++ b/package.json
@@ -29,6 +29,7 @@
"pretty-ms": "7.0.1",
"sortablejs": "1.15.0",
"swagger-ui-dist": "4.11.1",
+ "tippy.js": "6.3.7",
"tributejs": "5.1.3",
"uint8-to-base64": "0.2.0",
"vue": "2.6.14",