Loading {subject}…
- ) : ( -- Could not read {subject}. -
+/** Content-shaped loading placeholder for a summary card: `rows` shimmer lines mirroring the `Stat` label/value + * layout, so the card keeps its height and the content doesn't jump once the poll resolves. `role="status"` + * keeps the loading state announced to assistive tech (the flat "Loading …" text it replaces was announced too). */ +function CardStatsSkeleton({ rows, label }: { rows: number; label: string }) { + return ( +