mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 12:13:08 +00:00
Add icon for wishlists
This commit is contained in:
parent
1f5ba0184c
commit
cc331650bf
1 changed files with 8 additions and 3 deletions
|
@ -15,11 +15,16 @@
|
|||
/>
|
||||
</div>
|
||||
|
||||
<template v-else>
|
||||
<div v-else>
|
||||
<i class="fas fa-magic" v-if="list[listIndex].type === 'wishlist'" />
|
||||
{{ list[listIndex].name }} ({{ games.length }})
|
||||
</template>
|
||||
</div>
|
||||
|
||||
<button class="small" @click="editList" v-if="!editing && !searching">
|
||||
<button
|
||||
class="small"
|
||||
v-if="!editing && !searching"
|
||||
@click="editList"
|
||||
>
|
||||
<i class="fas fa-sliders-h" />
|
||||
</button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue