Show actual status in notifications when mentioned.
This commit is contained in:
parent
9778d4cfc0
commit
0e1ab69c33
5 changed files with 61 additions and 53 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue