- Remove redundant `import { computeStats } from "../serialize"` at line 983
(computeStats was already in the top-level import block at line 23); this
was the root cause of all three CI failures (Lint, Typecheck, Fresh Onboarding)
- Update Dashboard rate-limit banner from "GitHub API rate limited" to
"PR data may be unavailable" — the banner also fires when server-side
PR enrichment times out ("Data not loaded"), not only when the GitHub API
is rate-limited, so the original copy was factually misleading for that case
- Update test assertions to match the new banner copy
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| e2e | ||
| screenshots | ||
| server | ||
| src | ||
| .env.local.example | ||
| .gitignore | ||
| next-env.d.ts | ||
| next.config.js | ||
| package.json | ||
| postcss.config.mjs | ||
| tsconfig.json | ||
| vitest.config.ts | ||