user-card cleanup

This commit is contained in:
Henry Jameson 2025-08-05 17:52:30 +03:00
commit ebe727b378
8 changed files with 77 additions and 87 deletions

View file

@ -12,10 +12,12 @@
<template #content="{close}">
<UserCard
class="user-popover"
:show-close="true"
:show-expand="true"
:user-id="userId"
:hide-bio="true"
:avatar-action="userPopoverAvatarAction == 'close' ? close : userPopoverAvatarAction"
:on-close="close"
@close="close"
/>
</template>
</Popover>