From e5c8271eecebff0407d4911be8ddda1e20999f25 Mon Sep 17 00:00:00 2001 From: Zwixx Date: Thu, 10 Aug 2023 00:55:16 +0200 Subject: [PATCH 1/2] Added .jsx and .js file to lf-Exception --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 70e149a..0a3ea5f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ client/src/lib/custom-ui/styles.css linguist-vendored +*.js text eol=lf +*.jsx text eol=lf From 35214acdb16598747d1406306a4c2f95ec45a39e Mon Sep 17 00:00:00 2001 From: Zwixx Date: Thu, 10 Aug 2023 00:55:40 +0200 Subject: [PATCH 2/2] Added counter of Cards on each column --- client/src/components/List/List.jsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/src/components/List/List.jsx b/client/src/components/List/List.jsx index f09116c..d9aa911 100755 --- a/client/src/components/List/List.jsx +++ b/client/src/components/List/List.jsx @@ -107,7 +107,10 @@ const List = React.memo( onClick={handleHeaderClick} > -
{name}
+
+ {name} + {cardIds.length} +
{isPersisted && canEdit && (