add popovers to chats

This commit is contained in:
Henry Jameson 2022-07-20 12:54:51 +03:00
commit f6d0d3efba
4 changed files with 12 additions and 18 deletions

View file

@ -3,16 +3,16 @@
class="chat-title"
:title="title"
>
<router-link
<UserPopover
class="avatar-container"
v-if="withAvatar && user"
:to="getUserProfileLink(user)"
:userId="user.id"
>
<UserAvatar
class="titlebar-avatar"
:user="user"
/>
</router-link>
</UserPopover>
<RichContent
v-if="user"
class="username"