feat: replace custom gantt chart implementation with DevExtreme widget

This commit is contained in:
Ümit Tunç
2026-06-16 17:14:54 +03:00
parent 794f9556de
commit 58ae406b36
2 changed files with 118 additions and 220 deletions
@@ -161,6 +161,8 @@ class InternGanttChartWidget extends Widget
'grid_end' => $gridEnd,
'hex_color' => $hexColor,
'is_stripes' => $isStripes,
'raw_start' => $intern->internship_start_date,
'raw_end' => $intern->internship_end_date,
];
});