feat(events): add cursor infinite event feed

This commit is contained in:
2026-06-21 02:35:13 +03:30
parent 563d6ee238
commit 0c15fbfbd2
7 changed files with 170 additions and 36 deletions

View File

@@ -66,7 +66,7 @@ export function DashboardPage() {
]);
setJobs(jobsData);
setStats({ ...emptyStats, ...statsData, by_status: { ...emptyStats.by_status, ...statsData.by_status } });
setEvents(eventsData);
setEvents(eventsData.results);
setHealth(healthData);
}, []);