mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
1223bb9fc1
Adds the dashboard Ops worker-runs section — family table, worker strip, run-history drill-down, D0-from-staleness vs D0-from-failure family annotation with clock glyph, and the per-family silence banner on the coverage tab. Wires the data layer: DTOs, /api/runs fetchers, polling hook, and a worker-runs context provider. cell-drilldown / cell-pieces gain family-aware rendering.
7 lines
262 B
TypeScript
7 lines
262 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
/// <reference path="./.next/types/routes.d.ts" />
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|