Use GitLab fork of tributejs
Use fork because the official tributejs has not cut a release since March 2020 but there have been additions to the code since. This allows us to specify a loading template when tributejs makes an ajax call.
Showing
... | ... | @@ -43,6 +43,7 @@ |
"@babel/preset-env": "^7.10.1", | ||
"@gitlab/at.js": "1.5.5", | ||
"@gitlab/svgs": "1.177.0", | ||
"@gitlab/tributejs": "1.0.0", | ||
"@gitlab/ui": "24.8.0", | ||
"@gitlab/visual-review-tools": "1.6.1", | ||
"@rails/actioncable": "^6.0.3-3", | ||
... | ... | @@ -139,7 +140,6 @@ |
"tiptap": "^1.8.0", | ||
"tiptap-commands": "^1.4.0", | ||
"tiptap-extensions": "^1.8.0", | ||
"tributejs": "5.1.3", | ||
"url-loader": "^3.0.0", | ||
"uuid": "8.1.0", | ||
"visibilityjs": "^1.2.4", | ||
... | ... |
Please register or sign in to comment