feat(task-management): enhance task details and subtask handling

- Added subtask-related properties to the Task interface for better management of subtasks.
- Implemented functionality to show and add subtasks directly within the task list, improving user interaction.
- Updated task rendering logic to accommodate new subtask features, enhancing overall task management experience.
- Removed unused components and optimized imports across various task management files for cleaner code.
This commit is contained in:
chamikaJ
2025-07-02 12:38:24 +05:30
parent c29ba6ea69
commit 2064c0833c
20 changed files with 521 additions and 2069 deletions

View File

@@ -409,7 +409,7 @@ const TaskGroup: React.FC<TaskGroupProps> = React.memo(({
.task-group-header-text {
color: white !important;
font-size: 13px !important;
font-size: 14px !important;
font-weight: 600 !important;
margin: 0 !important;
}