Show actual status in notifications when mentioned.

This commit is contained in:
Roger Braun 2017-02-22 23:37:12 +01:00
commit 0e1ab69c33
5 changed files with 61 additions and 53 deletions

View file

@ -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