add popovers to chats
This commit is contained in:
parent
2c3c2bb5b0
commit
f6d0d3efba
4 changed files with 12 additions and 18 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue