feat(gantt): enhance Gantt chart interactivity and animations
- Added phase details modal for improved phase management and user interaction. - Implemented hover effects and animations for task and phase rows in Gantt chart. - Updated Gantt components to support phase click events and task animations. - Enhanced CSS for smoother transitions and visual feedback during task interactions. - Refactored GanttTaskList and GanttChart components to incorporate new animation logic.
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"title": "Phase Details",
|
||||
"overview": {
|
||||
"title": "Overview",
|
||||
"totalTasks": "Total Tasks",
|
||||
"completion": "Completion",
|
||||
"progress": "Progress"
|
||||
},
|
||||
"timeline": {
|
||||
"title": "Timeline",
|
||||
"startDate": "Start Date",
|
||||
"endDate": "End Date",
|
||||
"status": "Status",
|
||||
"notSet": "Not set",
|
||||
"statusLabels": {
|
||||
"upcoming": "Upcoming",
|
||||
"active": "In Progress",
|
||||
"overdue": "Overdue",
|
||||
"notScheduled": "Not Scheduled"
|
||||
}
|
||||
},
|
||||
"taskBreakdown": {
|
||||
"title": "Task Breakdown",
|
||||
"completed": "Completed",
|
||||
"pending": "Pending",
|
||||
"overdue": "Overdue"
|
||||
},
|
||||
"phaseColor": {
|
||||
"title": "Phase Color",
|
||||
"description": "Phase identifier color"
|
||||
},
|
||||
"tasksInPhase": {
|
||||
"title": "Tasks in this Phase",
|
||||
"noTasks": "No tasks in this phase",
|
||||
"priority": "Priority",
|
||||
"assignees": "Assignees",
|
||||
"dueDate": "Due Date",
|
||||
"startDate": "Start Date",
|
||||
"noAssignees": "Unassigned",
|
||||
"noDueDate": "No due date"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user