feat(kanban-board): add subtasks localization and enhance task drawer functionality

- Added new localization keys for subtasks in the kanban board JSON file to improve user experience.
- Updated the SubTaskTable component to dispatch enhanced kanban subtask updates upon deletion.
- Enhanced the TaskDrawerHeader to handle deletion of subtasks with appropriate state updates in the kanban context.
This commit is contained in:
shancds
2025-07-09 16:27:48 +05:30
parent 04f622a7f0
commit 71f168f8fa
3 changed files with 23 additions and 7 deletions

View File

@@ -26,5 +26,8 @@
"noDueDate": "No due date",
"save": "Save",
"clear": "Clear",
"nextWeek": "Next week"
"nextWeek": "Next week",
"noSubtasks": "No subtasks",
"showSubtasks": "Show subtasks",
"hideSubtasks": "Hide subtasks"
}