mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
0213dbdcfd
Restructure page to viewport-filling flex layout so table column headers stick below the overlay toggle bar on scroll. Halve cell padding, reduce column min-width, center UWCT/health badges and links. Remove duplicate CellStatus from CommandCell (ComposedCell HealthLayer handles it). Split stats bar out of sticky container so it scrolls away naturally.
7 lines
251 B
TypeScript
7 lines
251 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
import "./.next/dev/types/routes.d.ts";
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|