aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.js
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-02-22 23:37:12 +0100
committerRoger Braun <roger@rogerbraun.net>2017-02-22 23:37:12 +0100
commit0e1ab69c33f155865adc27d940a2542ffdcec30a (patch)
treef150ccf63e59ecb284a276a7a28659d9d3b614d4 /src/components/notifications/notifications.js
parent9778d4cfc04450a4fd9f1330c35df8487c8993bf (diff)
Show actual status in notifications when mentioned.
Diffstat (limited to 'src/components/notifications/notifications.js')
-rw-r--r--src/components/notifications/notifications.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/notifications/notifications.js b/src/components/notifications/notifications.js
index c8d5e212..390ade6a 100644
--- a/src/components/notifications/notifications.js
+++ b/src/components/notifications/notifications.js
@@ -1,4 +1,5 @@
import { sortBy, take, filter } from 'lodash'
+import Status from '../status/status.vue'
const Notifications = {
data () {
@@ -6,6 +7,9 @@ const Notifications = {
visibleNotificationCount: 10
}
},
+ components: {
+ Status
+ },
computed: {
notifications () {
return this.$store.state.statuses.notifications