From 73bb7b13682318dc83d4dd6b9be90a00ca0805f5 Mon Sep 17 00:00:00 2001 From: develite98 Date: Tue, 5 Dec 2023 22:52:23 +0700 Subject: [PATCH] bug: fix task drag and drop --- .../task-create/task-create.component.html | 46 ++++++++++--------- .../task-group-list.component.ts | 8 +++- .../task-parent-card.component.ts | 1 + .../task-manage/task-manage.component.ts | 7 ++- 4 files changed, 39 insertions(+), 23 deletions(-) diff --git a/libs/mix-share/src/modules/task-manage/components/task-create/task-create.component.html b/libs/mix-share/src/modules/task-manage/components/task-create/task-create.component.html index 7db6a1ac..e77909e1 100644 --- a/libs/mix-share/src/modules/task-manage/components/task-create/task-create.component.html +++ b/libs/mix-share/src/modules/task-manage/components/task-create/task-create.component.html @@ -1,32 +1,36 @@ -
-
Add New {{ parentTask ? 'Task' : 'Swimlane' }}
+
+ Add New {{ parentTask ? 'Task' : 'Swimlane' }} +
- @if(parentTask) { -
-
-
Task Type
- -
+
+ @if(parentTask) { +
+
+
Task Type
+ +
-
-
Task Priority
- +
+
Task Priority
+ +
-
- } + } -
Short Summary
- +
Short Summary
+ -
Reporter
- +
Reporter
+ -
Description
- +
Description
+ +
-
+