logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 8d33832fe1fc7e26b3d3960bfa1406df29133811
parent: bb8e2b193342032c2c73b3d7bf1f1ac703afaae1
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Tue, 25 Jun 2019 06:32:08 +0000

Merge branch 'clearer-user-profile-tabs' into 'develop'

Clearer user profile tabs when status is empty

See merge request pleroma/pleroma-fe!847

Diffstat:

Msrc/components/user_profile/user_profile.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue @@ -3,7 +3,7 @@ <div v-if="user" class="user-profile panel panel-default"> <UserCard :user="user" :switcher="true" :selected="timeline.viewing" rounded="top"/> <tab-switcher :renderOnlyFocused="true" ref="tabSwitcher"> - <div :label="$t('user_card.statuses')" :disabled="!user.statuses_count"> + <div :label="$t('user_card.statuses')"> <div class="timeline"> <template v-for="statusId in user.pinnedStatuseIds"> <Conversation