Update Direct component

This commit is contained in:
Daniel Supernault 2020-11-18 20:28:39 -07:00
parent 72a1a1ea19
commit aeeb75597b
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 12 additions and 3 deletions

View File

@ -32,9 +32,12 @@
<img class="mr-3 rounded-circle img-thumbnail" :src="thread.avatar" alt="Generic placeholder image" width="32px">
<div class="media-body">
<p class="mb-0">
<span class="font-weight-bold text-truncate" :title="[thread.isLocal ? '@' + thread.username : thread.username]" data-toggle="tooltip" data-placement="bottom">
<span class="font-weight-bold text-truncate">
{{thread.name}}
</span>
<span class="pl-1 text-muted small text-truncate" style="font-weight: 500;">
{{thread.isLocal ? '@' + thread.username : thread.username}}
</span>
</p>
<p class="text-muted mb-0" style="font-size:13px;font-weight: 500;">
<span>
@ -65,9 +68,12 @@
<img class="mr-3 rounded-circle img-thumbnail" :src="thread.avatar" alt="Generic placeholder image" width="32px">
<div class="media-body">
<p class="mb-0">
<span class="font-weight-bold text-truncate" :title="[thread.isLocal ? '@' + thread.username : thread.username]" data-toggle="tooltip" data-placement="bottom">
<span class="font-weight-bold text-truncate">
{{thread.name}}
</span>
<span class="pl-1 text-muted small text-truncate" style="font-weight: 500;">
{{thread.isLocal ? '@' + thread.username : thread.username}}
</span>
</p>
<p class="text-muted mb-0" style="font-size:13px;font-weight: 500;">
<span>
@ -98,9 +104,12 @@
<img class="mr-3 rounded-circle img-thumbnail" :src="thread.avatar" alt="Generic placeholder image" width="32px">
<div class="media-body">
<p class="mb-0">
<span class="font-weight-bold text-truncate" :title="[thread.isLocal ? '@' + thread.username : thread.username]" data-toggle="tooltip" data-placement="bottom">
<span class="font-weight-bold text-truncate">
{{thread.name}}
</span>
<span class="pl-1 text-muted small text-truncate" style="font-weight: 500;">
{{thread.isLocal ? '@' + thread.username : thread.username}}
</span>
</p>
<p class="text-muted mb-0" style="font-size:13px;font-weight: 500;">
<span>