Merge remote-tracking branch 'origin/main' into about-me-textfield
This commit is contained in:
commit
186cb20467
28 changed files with 362 additions and 145 deletions
|
@ -2,7 +2,9 @@
|
|||
<NuxtLink class="user-item" :href="`/me/${user.uuid}`" tabindex="0">
|
||||
<Avatar :profile="props.user" class="user-avatar"/>
|
||||
|
||||
<span class="user-display-name">{{ getDisplayName(props.user) }}</span>
|
||||
<span class="user-display-name" :style="`color: ${generateIrcColor(props.user.uuid)}`">
|
||||
{{ getDisplayName(props.user) }}
|
||||
</span>
|
||||
</NuxtLink>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue