Further usercard readibility. Made it visible which "tab" is actiavated - should

be enough to hint user that you can click "following" / "followers". Fixes #77
This commit is contained in:
Henry Jameson 2018-04-15 07:26:55 +03:00
parent a6fa913f45
commit bc85e5f0c1
4 changed files with 42 additions and 30 deletions

View file

@ -2,7 +2,7 @@ import StillImage from '../still-image/still-image.vue'
import { hex2rgb } from '../../services/color_convert/color_convert.js'
export default {
props: [ 'user', 'switcher', 'hideBio' ],
props: [ 'user', 'switcher', 'selected', 'hideBio' ],
computed: {
headingStyle () {
const color = this.$store.state.config.colors.bg