From fbaf09650778f181e0f25f4d2143af025328c773 Mon Sep 17 00:00:00 2001 From: Greg Lorenzen Date: Wed, 17 Jul 2024 21:15:30 +0000 Subject: [PATCH 1/5] Display tooltip with book details on card hover --- client/components/cards/LazyBookCard.vue | 219 ++++++++++++----------- 1 file changed, 119 insertions(+), 100 deletions(-) diff --git a/client/components/cards/LazyBookCard.vue b/client/components/cards/LazyBookCard.vue index 34259175f..89c25454c 100644 --- a/client/components/cards/LazyBookCard.vue +++ b/client/components/cards/LazyBookCard.vue @@ -1,128 +1,130 @@