feat: enhance AvatarGroup to display responsible groups alongside users
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 8s

This commit is contained in:
puriphatt 2025-04-24 15:16:09 +07:00
parent 92b4db45d2
commit 9f6d972c91
3 changed files with 74 additions and 24 deletions

View file

@ -25,7 +25,11 @@ withDefaults(
alt="Image"
/>
</div>
<div v-if="data.length > 3" class="avatar remaining-count">
<div
v-if="data.length > 3"
class="avatar remaining-count"
style="cursor: default"
>
<q-tooltip>
<div v-for="(person, i) in data.slice(3)" :key="i + 3">
{{ person.name }}