File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
apps/client/src/widgets/collections/board Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,8 @@ export default function Column({
104104 { ! isEditing ? (
105105 < >
106106 < span className = "title" > { column } </ span >
107+ < span className = "counter-badge" > { columnItems ?. length ?? 0 } </ span >
108+ < div className = "spacer" />
107109 < span
108110 className = "edit-icon icon bx bx-edit-alt"
109111 title = { t ( "board_view.edit-column-title" ) }
Original file line number Diff line number Diff line change 5353 align-items : center;
5454}
5555
56- .board-view-container .board-column h3 > .title {
56+ .board-view-container .board-column h3 .counter-badge {
57+ background-color : var (--muted-text-color );
58+ color : var (--main-background-color );
59+ border-radius : 12px ;
60+ padding : 0.1em 0.6em ;
61+ font-size : 0.75em ;
62+ margin-inline-start : 0.5em ;
63+ }
64+
65+ .board-view-container .board-column h3 > .spacer {
5766 flex-grow : 1 ;
5867}
5968
You can’t perform that action at this time.
0 commit comments