From 4d687e3dcb87b3cde3f2a25033dd95fb317b74a5 Mon Sep 17 00:00:00 2001 From: Arthur Lefebvre Date: Thu, 26 Mar 2026 15:11:56 +0100 Subject: [PATCH] Make "start read" icon full when the book is being read in list view --- front/src/BookListElement.vue | 4 +++- internal/apitest/search_book_test.go | 17 +++++++++++++++++ internal/dto/out.go | 1 + internal/query/query.go | 2 +- 4 files changed, 22 insertions(+), 2 deletions(-) diff --git a/front/src/BookListElement.vue b/front/src/BookListElement.vue index 2da7edd..c056e7e 100644 --- a/front/src/BookListElement.vue +++ b/front/src/BookListElement.vue @@ -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) {