From c1035d97e8d988269b896bc78a112e7ca1232cff Mon Sep 17 00:00:00 2001 From: Scott Ruoti Date: Sun, 30 Oct 2022 11:38:00 -0400 Subject: [PATCH] Show book sequences for collapsed series when filtering by series --- client/components/app/LazyBookshelf.vue | 28 ++++-- client/components/cards/LazyBookCard.vue | 117 +++++++++++++++++------ server/controllers/LibraryController.js | 58 ++++++++--- server/utils/libraryHelpers.js | 7 +- 4 files changed, 159 insertions(+), 51 deletions(-) diff --git a/client/components/app/LazyBookshelf.vue b/client/components/app/LazyBookshelf.vue index 08ed1496..c0798d19 100644 --- a/client/components/app/LazyBookshelf.vue +++ b/client/components/app/LazyBookshelf.vue @@ -1,12 +1,15 @@