mirror of
https://github.com/plankanban/planka.git
synced 2025-08-09 15:35:29 +02:00
Merge cd0db936a5
into 616304a1fa
This commit is contained in:
commit
524a1f981b
2 changed files with 6 additions and 1 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
@ -1 +1,3 @@
|
|||
client/src/lib/custom-ui/styles.css linguist-vendored
|
||||
*.js text eol=lf
|
||||
*.jsx text eol=lf
|
||||
|
|
|
@ -107,7 +107,10 @@ const List = React.memo(
|
|||
onClick={handleHeaderClick}
|
||||
>
|
||||
<NameEdit ref={nameEdit} defaultValue={name} onUpdate={handleNameUpdate}>
|
||||
<div className={styles.headerName}>{name}</div>
|
||||
<div className={styles.headerName}>
|
||||
{name}
|
||||
{cardIds.length}
|
||||
</div>
|
||||
</NameEdit>
|
||||
{isPersisted && canEdit && (
|
||||
<ActionsPopup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue