Add labels for timeline header

This commit is contained in:
tusooa 2022-11-07 13:22:40 -05:00
commit f715de43f2
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
6 changed files with 15 additions and 8 deletions

View file

@ -3,6 +3,7 @@
trigger="click"
class="QuickViewSettings"
:bound-to="{ x: 'container' }"
:triggerAttrs="{ title: $t('timeline.quick_view_settings') }"
>
<template #content>
<div class="dropdown-menu">
@ -66,9 +67,7 @@
</div>
</template>
<template #trigger>
<button class="button-unstyled">
<FAIcon icon="bars" />
</button>
<FAIcon icon="bars" />
</template>
</Popover>
</template>