logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: 8c5fab4f3c18b78bda7770a6dc4b29972c4b478c
parent 888084382424d69d121e4cc86bb87f0c4140298a
Author: Henry Jameson <me@hjkos.com>
Date:   Mon, 27 Jan 2025 11:34:59 +0200

bring back title= on quick actions

Diffstat:

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

diff --git a/src/components/status_action_buttons/action_button.vue b/src/components/status_action_buttons/action_button.vue @@ -9,6 +9,7 @@ :class="buttonInnerClass" role="menuitem" type="button" + :title="$t(button.label(funcArg))" target="_blank" :tabindex="0" :disabled="buttonClass.disabled"