Show Putzliga task chips

This commit is contained in:
2026-05-21 20:52:01 +02:00
parent 8ad8ca28af
commit b80eb9f519
+1
View File
@@ -1526,6 +1526,7 @@ final class App
'sleep_deep' => (float) ($event['sleep_deep'] ?? 0),
'sleep_rem' => (float) ($event['sleep_rem'] ?? 0),
'sleep_core' => (float) ($event['sleep_core'] ?? 0),
'task_titles' => is_array($event['task_titles'] ?? null) ? $event['task_titles'] : [],
'route_map' => $this->buildOsmRouteMap(is_array($event['route'] ?? null) ? $event['route'] : []),
];
}