Merge branch 'small-fixes-and-improvements' into shigusegubu-themes3

This commit is contained in:
Henry Jameson 2026-05-19 18:57:41 +03:00
commit af733204e9
3 changed files with 4 additions and 3 deletions

View file

@ -15,7 +15,7 @@ import {
faBookmark, faBookmark,
faCheck, faCheck,
faChevronRight, faChevronRight,
faChevronUp, faChevronDown,
faExternalLinkAlt, faExternalLinkAlt,
faEyeSlash, faEyeSlash,
faHistory, faHistory,
@ -39,7 +39,7 @@ library.add(
faWrench, faWrench,
faChevronRight, faChevronRight,
faChevronUp, faChevronDown,
faReply, faReply,
faRetweet, faRetweet,

View file

@ -9,6 +9,7 @@
:class="buttonInnerClass" :class="buttonInnerClass"
role="menuitem" role="menuitem"
type="button" type="button"
placement="bottom"
:title="$t(button.label(funcArg))" :title="$t(button.label(funcArg))"
target="_blank" target="_blank"
:tabindex="0" :tabindex="0"

View file

@ -4,7 +4,7 @@
v-if="button.dropdown?.()" v-if="button.dropdown?.()"
:trigger="$attrs.extra ? 'hover' : 'click'" :trigger="$attrs.extra ? 'hover' : 'click'"
:offset="{ y: 5 }" :offset="{ y: 5 }"
:placement="$attrs.extra ? 'right' : 'top'" :placement="$attrs.extra ? 'right' : 'bottom'"
> >
<template #trigger> <template #trigger>
<ActionButton <ActionButton