aboutsummaryrefslogtreecommitdiff
path: root/src/components/notification/notification.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-06-15 04:01:46 +0300
committerHenry Jameson <me@hjkos.com>2022-06-15 04:01:46 +0300
commit30c4a66518329b307d06f1fcfc39a7bf0c453f28 (patch)
treee6151b7e0e6f969f2376be762677f9271ce2e9b7 /src/components/notification/notification.js
parentd3b5d27f297ae37a9684cb7d8fb2602e4c66b919 (diff)
use user popovers in notifications as well
Diffstat (limited to 'src/components/notification/notification.js')
-rw-r--r--src/components/notification/notification.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/notification/notification.js b/src/components/notification/notification.js
index 398bb7a9..9408b217 100644
--- a/src/components/notification/notification.js
+++ b/src/components/notification/notification.js
@@ -5,6 +5,7 @@ import UserAvatar from '../user_avatar/user_avatar.vue'
import UserCard from '../user_card/user_card.vue'
import Timeago from '../timeago/timeago.vue'
import RichContent from 'src/components/rich_content/rich_content.jsx'
+import Popover from '../popover/popover.vue'
import { isStatusNotification } from '../../services/notification_utils/notification_utils.js'
import { highlightClass, highlightStyle } from '../../services/user_highlighter/user_highlighter.js'
import generateProfileLink from 'src/services/user_profile_link_generator/user_profile_link_generator'
@@ -46,7 +47,8 @@ const Notification = {
UserCard,
Timeago,
Status,
- RichContent
+ RichContent,
+ Popover
},
methods: {
toggleUserExpanded () {