fix(web): remove mock data from dashboard telemetry/tasks/calendar #656
Reference in New Issue
Block a user
Delete Branch "fix/dashboard-widget-mock-data"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
fetchUsageSummaryto realGET /api/llm-usage/analyticsand removed telemetry mock generatorsTasksWidgettimeout/mock tasks withfetchTasks()from@/lib/api/tasksCalendarWidgethardcoded events withfetchEvents()from@/lib/api/eventsVerification
pnpm turbo lint typecheck --filter=@mosaic/webpnpm --filter @mosaic/web exec vitest run src/components/widgets/__tests__/TasksWidget.test.tsx src/components/widgets/__tests__/CalendarWidget.test.tsx src/lib/api/telemetry.test.ts