This commit is contained in:
Henry Jameson 2025-01-20 16:22:41 +02:00
commit b0a0560dbd
10 changed files with 55 additions and 35 deletions

View file

@ -67,13 +67,12 @@
<span
v-if="!extra && button.name === 'bookmark'"
class="separator"
>
</span>
/>
<Popover
v-if="button.name === 'bookmark'"
trigger="hover"
:placement="extra ? 'right' : 'top'"
:trigger-attrs="{ class: 'extra-button' }"
v-if="button.name === 'bookmark'"
>
<template #trigger>
<FAIcon
@ -84,13 +83,16 @@
/>
</template>
<template #content>
<StatusBookmarkFolderMenu v-if="button.name === 'bookmark'" :status="status" />
<StatusBookmarkFolderMenu
v-if="button.name === 'bookmark'"
:status="status"
/>
</template>
</Popover>
<EmojiPicker
ref="picker"
v-if="button.name === 'emoji'"
ref="picker"
:enable-sticker-picker="false"
:hide-custom-emoji="hideCustomEmoji"
class="emoji-picker-panel"
@ -99,6 +101,6 @@
</div>
</template>
<script src="./action_button.js"/>
<script src="./action_button.js" />
<style lang="scss" src="./action_button.scss"/>
<style lang="scss" src="./action_button.scss" />