lint
This commit is contained in:
parent
caa49744b2
commit
4f3c20f388
3 changed files with 6 additions and 4 deletions
|
|
@ -169,7 +169,10 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<span class="heading-right">
|
<span class="heading-right">
|
||||||
<span class="pin" v-if="showPinned">
|
<span
|
||||||
|
v-if="showPinned"
|
||||||
|
class="pin"
|
||||||
|
>
|
||||||
<FAIcon
|
<FAIcon
|
||||||
icon="thumbtack"
|
icon="thumbtack"
|
||||||
class="faint"
|
class="faint"
|
||||||
|
|
|
||||||
|
|
@ -72,9 +72,8 @@
|
||||||
<Popover
|
<Popover
|
||||||
v-if="button.name === 'bookmark'"
|
v-if="button.name === 'bookmark'"
|
||||||
class="chevron-popover"
|
class="chevron-popover"
|
||||||
placement="bottom"
|
|
||||||
:trigger="extra ? 'hover' : 'click'"
|
:trigger="extra ? 'hover' : 'click'"
|
||||||
:placement="extra ? 'right' : 'top'"
|
:placement="extra ? 'right' : 'bottom'"
|
||||||
:offset="extra ? { x: 10 } : { y: 10 }"
|
:offset="extra ? { x: 10 } : { y: 10 }"
|
||||||
:trigger-attrs="{ class: 'extra-button' }"
|
:trigger-attrs="{ class: 'extra-button' }"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,8 @@
|
||||||
<template v-if="users.length">
|
<template v-if="users.length">
|
||||||
<router-link
|
<router-link
|
||||||
v-for="(user) in usersCapped"
|
v-for="(user) in usersCapped"
|
||||||
:to="generateProfileLink(user)"
|
|
||||||
:key="user.id"
|
:key="user.id"
|
||||||
|
:to="generateProfileLink(user)"
|
||||||
class="user-list-row"
|
class="user-list-row"
|
||||||
>
|
>
|
||||||
<UserAvatar
|
<UserAvatar
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue