From 4962f170284c8d43961798a77b7c27a103977821 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 3 Jun 2020 17:39:04 +0800 Subject: [PATCH] feat(webui): display unread count on series card related to #25 --- komga-webui/src/components/ItemCard.vue | 14 ++++++++++++++ komga-webui/src/types/komga-series.ts | 2 ++ 2 files changed, 16 insertions(+) diff --git a/komga-webui/src/components/ItemCard.vue b/komga-webui/src/components/ItemCard.vue index c49109d2ea..8690340f47 100644 --- a/komga-webui/src/components/ItemCard.vue +++ b/komga-webui/src/components/ItemCard.vue @@ -12,7 +12,17 @@ lazy-src="../assets/cover.svg" aspect-ratio="0.7071" > +
+ + + + {{ unreadCount }} + +