From 24d124e2e8c85ff0ed62e15bcfa3d194c489e5dd Mon Sep 17 00:00:00 2001 From: advplyr Date: Tue, 12 Apr 2022 19:10:11 -0500 Subject: [PATCH] Update search page for new data model and adding podcasts --- components/cards/AuthorCard.vue | 19 ++-------- components/cards/AuthorSearchCard.vue | 24 ++++++++++--- ...{BookSearchCard.vue => ItemSearchCard.vue} | 36 ++++++++++++------- components/cards/LazyListBookCard.vue | 2 +- components/cards/SeriesSearchCard.vue | 12 +++++-- pages/bookshelf/series/_id.vue | 2 +- pages/search.vue | 36 ++++++++++++------- 7 files changed, 80 insertions(+), 51 deletions(-) rename components/cards/{BookSearchCard.vue => ItemSearchCard.vue} (63%) diff --git a/components/cards/AuthorCard.vue b/components/cards/AuthorCard.vue index b8106ce9..65773719 100644 --- a/components/cards/AuthorCard.vue +++ b/components/cards/AuthorCard.vue @@ -1,5 +1,5 @@