html format other components

This commit is contained in:
Matteo Pagliazzi
2019-10-12 17:05:15 +02:00
parent 7b4671fbf9
commit f99e3fab8b
180 changed files with 6536 additions and 2894 deletions

View File

@@ -12,14 +12,18 @@
@mouseenter="setHover(result)"
@mouseleave="resetSelection()"
>
<span><h3
class="profile-name"
:class="userLevelStyle(result.msg)"
>{{ result.displayName }}</h3><div
v-if="showTierStyle(result.msg)"
class="svg-icon"
v-html="tierIcon(result.msg)"
></div></span><span
<span>
<h3
class="profile-name"
:class="userLevelStyle(result.msg)"
>{{ result.displayName }}</h3>
<div
v-if="showTierStyle(result.msg)"
class="svg-icon"
v-html="tierIcon(result.msg)"
></div>
</span>
<span
v-if="result.username"
class="username ml-2"
:class="{'hover-foreground': result.hover}"