feat(quick actions): show task identifier

This commit is contained in:
kolaente 2023-08-29 09:33:41 +02:00
parent 3044560759
commit c327d86a71
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@
@keyup.prevent.enter="doAction(r.type, i)"
@keyup.prevent.esc="searchInput?.focus()"
>
<span v-if="i.identifier" class="has-text-grey-light">
{{ i.identifier }}
</span>
{{ i.title }}
</BaseButton>
</div>