Closes #710: Add the number of opportunities on each stage (#1011)

* Add the number of oppurtunities on each stage

* Remove excess css properties in Boardcolumn.tsx and use theme

* Remove padding from oppurnities counters
This commit is contained in:
proof3
2023-08-02 22:51:17 +04:00
committed by GitHub
parent 3807d62aeb
commit bfd748e175
2 changed files with 17 additions and 0 deletions

View File

@ -104,6 +104,7 @@ export function EntityBoardColumn({
pipelineStageId={column.pipelineStageId}
totalAmount={boardColumnTotal}
isFirstColumn={column.index === 0}
numChildren={column.pipelineProgressIds.length}
>
<BoardColumnCardsContainer droppableProvided={droppableProvided}>
{column.pipelineProgressIds.map((pipelineProgressId, index) => (