diff --git a/assets/components/alerts/add.vue b/assets/components/alerts/add.vue
index 6d6cf312..abea97f5 100644
--- a/assets/components/alerts/add.vue
+++ b/assets/components/alerts/add.vue
@@ -148,12 +148,14 @@
/>Notify me in traxxx
+
diff --git a/assets/components/header/notifications.vue b/assets/components/header/notifications.vue
index e603a887..37720346 100644
--- a/assets/components/header/notifications.vue
+++ b/assets/components/header/notifications.vue
@@ -91,6 +91,13 @@
+
+
=8"
}
},
+ "node_modules/tippy.js": {
+ "version": "6.3.1",
+ "resolved": "https://registry.npmjs.org/tippy.js/-/tippy.js-6.3.1.tgz",
+ "integrity": "sha512-JnFncCq+rF1dTURupoJ4yPie5Cof978inW6/4S6kmWV7LL9YOSEVMifED3KdrVPEG+Z/TFH2CDNJcQEfaeuQww==",
+ "dependencies": {
+ "@popperjs/core": "^2.8.3"
+ }
+ },
"node_modules/tmp": {
"version": "0.0.33",
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
@@ -16755,6 +16773,11 @@
"upath": "^1.1.1"
}
},
+ "@popperjs/core": {
+ "version": "2.9.2",
+ "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.9.2.tgz",
+ "integrity": "sha512-VZMYa7+fXHdwIq1TDhSXoVmSPEGM/aa+6Aiq3nVVJ9bXr24zScr+NlKFKC3iPljA7ho/GAZr+d2jOf5GIRC30Q=="
+ },
"@tokenizer/token": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/@tokenizer/token/-/token-0.1.1.tgz",
@@ -26804,6 +26827,14 @@
"resolved": "https://registry.npmjs.org/tildify/-/tildify-2.0.0.tgz",
"integrity": "sha512-Cc+OraorugtXNfs50hU9KS369rFXCfgGLpfCfvlc+Ud5u6VWmUQsOAa9HbTvheQdYnrdJqqv1e5oIqXppMYnSw=="
},
+ "tippy.js": {
+ "version": "6.3.1",
+ "resolved": "https://registry.npmjs.org/tippy.js/-/tippy.js-6.3.1.tgz",
+ "integrity": "sha512-JnFncCq+rF1dTURupoJ4yPie5Cof978inW6/4S6kmWV7LL9YOSEVMifED3KdrVPEG+Z/TFH2CDNJcQEfaeuQww==",
+ "requires": {
+ "@popperjs/core": "^2.8.3"
+ }
+ },
"tmp": {
"version": "0.0.33",
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
diff --git a/package.json b/package.json
index 246f99a1..742bbdbf 100644
--- a/package.json
+++ b/package.json
@@ -129,6 +129,7 @@
"showdown": "^1.9.1",
"source-map-support": "^0.5.16",
"template-format": "^1.2.5",
+ "tippy.js": "^6.3.1",
"tough-cookie": "^3.0.1",
"tty-table": "^2.8.12",
"tunnel": "0.0.6",
diff --git a/webpack.config.js b/webpack.config.js
index 08da0a97..9954e763 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -39,7 +39,7 @@ module.exports = {
],
},
{
- test: /\.scss$/,
+ test: /\.s?css$/,
use: [
MiniCssExtractPlugin.loader,
{