- 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.
36 lines
810 B
JSON
36 lines
810 B
JSON
{
|
|
"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"
|
|
}
|
|
} |