import { ResolvedCell, cellProjectLabel } from "../lib/queries/plan"; import type { Project } from "../lib/queries/projects"; interface Props { cell: ResolvedCell | null; project: Project | null; categoryLabel: string; } // Purely presentational — renders the category/project chips and note for a // single resolved plan cell. It has no interactive handlers of its own (the // click target is the cell