add popovers to chats
This commit is contained in:
parent
2c3c2bb5b0
commit
f6d0d3efba
4 changed files with 12 additions and 18 deletions
|
|
@ -14,16 +14,16 @@
|
|||
v-if="!isCurrentUser"
|
||||
class="avatar-wrapper"
|
||||
>
|
||||
<router-link
|
||||
<UserPopover
|
||||
v-if="chatViewItem.isHead"
|
||||
:to="userProfileLink"
|
||||
:userId="author.id"
|
||||
>
|
||||
<UserAvatar
|
||||
:compact="true"
|
||||
:better-shadow="betterShadow"
|
||||
:user="author"
|
||||
/>
|
||||
</router-link>
|
||||
</UserPopover>
|
||||
</div>
|
||||
<div class="chat-message-inner">
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue