From 81452f55b7f574192a8838dc31d31e8e369f00fc Mon Sep 17 00:00:00 2001 From: gitgiggety Date: Wed, 25 Aug 2021 10:25:13 +0200 Subject: [PATCH 1/2] Add image and gallery count to tag listing --- ui/v2.5/src/components/Tags/TagList.tsx | 35 ++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/ui/v2.5/src/components/Tags/TagList.tsx b/ui/v2.5/src/components/Tags/TagList.tsx index bf29af8914c..d96320e8502 100644 --- a/ui/v2.5/src/components/Tags/TagList.tsx +++ b/ui/v2.5/src/components/Tags/TagList.tsx @@ -266,6 +266,34 @@ export const TagList: React.FC = ({ filterHook }) => { : + +