improve pinned status display
This commit is contained in:
parent
f0ac677fc8
commit
87afada598
3 changed files with 11 additions and 14 deletions
|
|
@ -10,9 +10,9 @@
|
|||
<template #content>
|
||||
<div class="user-list-popover">
|
||||
<template v-if="users.length">
|
||||
<a
|
||||
<router-link
|
||||
v-for="(user) in usersCapped"
|
||||
:href="$router.resolve(generateProfileLink(user)).href"
|
||||
:to="generateProfileLink(user)"
|
||||
:key="user.id"
|
||||
class="user-list-row"
|
||||
>
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
<!-- eslint-enable vue/no-v-html -->
|
||||
<span class="user-list-screen-name">{{ user.screen_name_ui }}</span><UnicodeDomainIndicator :user="user" />
|
||||
</div>
|
||||
</a>
|
||||
</router-link>
|
||||
</template>
|
||||
<template v-else>
|
||||
<FAIcon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue