adapt new activity graph structure, add activity graph labels

This commit is contained in:
Gregor Vostrak
2024-04-22 13:38:19 +02:00
parent 9973368156
commit 78aa0a8f3f
2 changed files with 17 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ const props = defineProps<{
duration: number; // Total duration in seconds
history: number[]; // Array representing the duration in seconds of the 3h windows for the day
}[];
dailyTrackedHours: [string, number][];
dailyTrackedHours: { duration: number; date: string }[];
weeklyProjectOverview: {
value: number;
name: string;