Add option for disabling counts (followers, statuses) in user profiles.

This commit is contained in:
scarlett 2018-09-04 00:32:25 +01:00
parent c348a3ec11
commit dcb7e1ecf4
7 changed files with 21 additions and 5 deletions

View file

@ -3,6 +3,11 @@ import { hex2rgb } from '../../services/color_convert/color_convert.js'
export default {
props: [ 'user', 'switcher', 'selected', 'hideBio' ],
data () {
return {
hideUserStatsLocal: this.$store.state.config.hideUserStats
}
},
computed: {
headingStyle () {
const color = this.$store.state.config.colors.bg