agent-orchestrator/packages/web
Prateek 638961e1a2 fix(web): remove duplicate serialize import and clarify stale-data banner copy
- 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>
2026-02-27 19:01:32 +05:30
..
e2e feat: seamless onboarding with enhanced documentation (#66) 2026-02-16 22:22:13 +05:30
screenshots feat: implement web dashboard with attention-zone UI and API routes (#1) 2026-02-14 14:26:59 +05:30
server feat(web): redesign dashboard, session detail, and orchestrator terminal (#125) 2026-02-20 18:43:57 +05:30
src fix(web): remove duplicate serialize import and clarify stale-data banner copy 2026-02-27 19:01:32 +05:30
.env.local.example feat: configurable terminal server ports for multi-dashboard support (#113) 2026-02-19 04:00:19 +05:30
.gitignore feat: implement DirectTerminal with XDA clipboard support (#55) 2026-02-16 04:34:15 +05:30
next-env.d.ts feat: implement web dashboard with attention-zone UI and API routes (#1) 2026-02-14 14:26:59 +05:30
next.config.js feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
package.json fix: dashboard config discovery + CLI service layer refactoring (#70) 2026-02-18 17:08:48 +05:30
postcss.config.mjs feat: implement web dashboard with attention-zone UI and API routes (#1) 2026-02-14 14:26:59 +05:30
tsconfig.json fix: terminal servers compatible with hash-based architecture (#87) 2026-02-18 03:28:55 +05:30
vitest.config.ts fix: terminal servers compatible with hash-based architecture (#87) 2026-02-18 03:28:55 +05:30