group by client / category

This commit is contained in:
Omindu Hirushka
2025-06-06 13:23:23 +05:30
parent 585a65be31
commit e9e9bffd9a
7 changed files with 164 additions and 156 deletions

View File

@@ -33,9 +33,6 @@ const ProjectGroupList: React.FC<ProjectGroupListProps> = ({
)}
<Title level={4} className="project-group-title">
{group.groupName}
<Text type="secondary" className="group-stats">
({group.count} projects {group.averageProgress}% avg {group.totalTasks} tasks)
</Text>
</Title>
</div>
<Row gutter={[16, 16]}>