mirror of
https://github.com/plankanban/planka.git
synced 2025-12-27 09:14:59 +03:00
Change user size on card, save card description on click outside, prevent list deletion if any filter is active
This commit is contained in:
@@ -61,7 +61,7 @@ const Filter = React.memo(
|
||||
<User
|
||||
name={user.name}
|
||||
avatarUrl={user.avatarUrl}
|
||||
size="small"
|
||||
size="tiny"
|
||||
onClick={() => handleUserRemoveClick(user.id)}
|
||||
/>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user