Merge branch 'develop' into feature/new-user-routes

This commit is contained in:
Maxim Filippov 2018-12-17 02:39:37 +03:00
commit 2211c533dd
93 changed files with 5123 additions and 894 deletions

View file

@ -7,11 +7,13 @@ import generateProfileLink from 'src/services/user_profile_link_generator/user_p
const Notification = {
data () {
return {
userExpanded: false
userExpanded: false,
betterShadow: this.$store.state.interface.browserSupport.cssFilter
}
},
props: [
'notification'
'notification',
'activatePanel'
],
components: {
Status, StillImage, UserCardContent