Make "start read" icon full when the book is being read in list view
This commit is contained in:
@@ -14,6 +14,7 @@ const props = defineProps({
|
||||
description: String,
|
||||
rating: Number,
|
||||
read: Boolean,
|
||||
startread: Boolean,
|
||||
wantread: Boolean,
|
||||
coverPath: String,
|
||||
})
|
||||
@@ -76,7 +77,8 @@ async function importInventaireEdition(inventaireid) {
|
||||
</button>
|
||||
<button @click="" class="button is-large verticalbutton">
|
||||
<span class="icon" :title="$t('booklistelement.startread')">
|
||||
<b-icon-book />
|
||||
<b-icon-book-fill v-if="props.startread" />
|
||||
<b-icon-book v-else />
|
||||
</span>
|
||||
</button>
|
||||
<button @click="onUserBookRead" class="button is-large verticalbutton">
|
||||
|
||||
Reference in New Issue
Block a user