logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: f8956a37b2be375f0b09b166f9c5f94bddeb7422
parent 1a0d7f5421d82e9ce4bf3512fe9ad3b302c5e952
Author: tusooa <tusooa@kazv.moe>
Date:   Mon,  7 Nov 2022 12:43:45 -0500

Add title to mobile post button

Diffstat:

Msrc/components/mobile_post_status_button/mobile_post_status_button.vue1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/components/mobile_post_status_button/mobile_post_status_button.vue b/src/components/mobile_post_status_button/mobile_post_status_button.vue @@ -3,6 +3,7 @@ v-if="isLoggedIn" class="MobilePostButton button-default new-status-button" :class="{ 'hidden': isHidden, 'always-show': isPersistent }" + :title="$t('post_status.new_status')" @click="openPostForm" > <FAIcon icon="pen" />