Compare commits

...

2 commits

Author SHA1 Message Date
Henry Jameson
af733204e9 Merge branch 'small-fixes-and-improvements' into shigusegubu-themes3 2026-05-19 18:57:41 +03:00
Henry Jameson
0c2229eeed consistency with status action buttons popovers 2026-05-19 18:57:33 +03:00
3 changed files with 4 additions and 3 deletions

View file

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

View file

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

View file

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