From 4c735030ad6a51705590e72a6c4e6c235feb25dc Mon Sep 17 00:00:00 2001 From: RAR Date: Tue, 10 Jan 2023 19:47:26 +0100 Subject: [PATCH] feat: Added column card counts Please don't "fix" the " cards" alignment, after adding column collapsing feature it will look good :D --- client/src/components/List/List.jsx | 4 ++++ client/src/components/List/List.module.scss | 5 +++++ client/src/locales/en/core.js | 2 ++ 3 files changed, 11 insertions(+) diff --git a/client/src/components/List/List.jsx b/client/src/components/List/List.jsx index 00d1b107..5a72b003 100755 --- a/client/src/components/List/List.jsx +++ b/client/src/components/List/List.jsx @@ -117,6 +117,10 @@ const List = React.memo( )} +
+ {cardIds.length}  + {cardIds.length !== 1 ? t('common.cards') : t('common.card')} +