feat: statuses colors

This commit is contained in:
2025-10-11 12:15:03 +04:00
parent 5e56daa765
commit a899177623
15 changed files with 222 additions and 130 deletions

View File

@ -40,6 +40,7 @@ const StatusMobile: FC<Props> = ({ status, board }) => {
board={board}
onDeleteStatus={statusesCrud.onDelete}
handleEdit={startEditing}
onStatusColorChange={color => statusesCrud.onUpdate(status.id, { color })}
withChangeOrderButton={false}
/>
</Group>