diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7276e67ef..90ff854e4 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -40,6 +40,7 @@ "ngx-dropzone": "^3.0.0", "ngx-guided-tour": "^2.0.1", "ngx-matomo-client": "^6.2.0", + "ngx-mentions": "^16.2.0", "rxjs": "^7.4.0", "tinymce": "^7.2.0", "ts-simple-nameof": "^1.3.1", @@ -9838,6 +9839,18 @@ "@angular/core": "^17.0.0 || ^18.0.0" } }, + "node_modules/ngx-mentions": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/ngx-mentions/-/ngx-mentions-16.2.0.tgz", + "integrity": "sha512-D/lsJmlnb0Ifjd2GnSSHy5/GGfYhw6Xmzip22Z1pYipfCDSfgU00UfhsxHLZyiwo0cljj2vRwg5OlAH4PHP1Fg==", + "dependencies": { + "tslib": "^2.0.0" + }, + "peerDependencies": { + "@angular/common": ">=16.0.0", + "@angular/core": ">=16.0.0" + } + }, "node_modules/nice-napi": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/nice-napi/-/nice-napi-1.0.2.tgz", diff --git a/frontend/package.json b/frontend/package.json index 2fb2dbc92..92523386f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -44,6 +44,7 @@ "ngx-dropzone": "^3.0.0", "ngx-guided-tour": "^2.0.1", "ngx-matomo-client": "^6.2.0", + "ngx-mentions": "^16.2.0", "rxjs": "^7.4.0", "tinymce": "^7.2.0", "ts-simple-nameof": "^1.3.1", diff --git a/frontend/src/app/ui/annotations/annotation-dialog-component/annotation-dialog.component.html b/frontend/src/app/ui/annotations/annotation-dialog-component/annotation-dialog.component.html index 91a6496fe..d0439f1e1 100644 --- a/frontend/src/app/ui/annotations/annotation-dialog-component/annotation-dialog.component.html +++ b/frontend/src/app/ui/annotations/annotation-dialog-component/annotation-dialog.component.html @@ -27,12 +27,7 @@