show attachment in task card and show check list item in task card
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
hamid zarghami
2026-07-25 09:20:48 +03:30
parent 086db34c12
commit 13781df281
5 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ const Task: FC<Props> = ({ task, isDragging, onClick }) => {
</div>
{task.users?.length ? (
<div className="mt-2 flex justify-end">
<div className="mt-2 flex justify-end pl-1.5">
<div className="flex items-center -space-x-1.5 rtl:space-x-reverse">
{task.users.map((user) => (
<UserAvatar