[Enhancement] Add default avatar when profile image is not available (#188)
* Add default avatar when agent image is not available * Remove fonts from avatar Separate non-computed style values
This commit is contained in:
parent
16fe912fbd
commit
e32b6bf6d4
7 changed files with 186 additions and 3 deletions
|
@ -8,6 +8,8 @@
|
|||
:src="chat.meta.sender.thumbnail"
|
||||
:badge="chat.meta.sender.channel"
|
||||
class="columns"
|
||||
:username="chat.meta.sender.name"
|
||||
size="40px"
|
||||
/>
|
||||
<div class="conversation--details columns">
|
||||
<h4 class="conversation--user">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue