import type { CliError } from '../lib/types' /** * One-line notice shown when a section still has last-good data but the latest * background poll failed. Muted so it never competes with the data below it. */ export function StaleBanner({ error }: { error: CliError }) { return (