Skip to content

fix(wave4): dashboard P2 polish — unlimited quota bars, deploy count, changelog#94

Merged
mastermanas805 merged 1 commit into
mainfrom
fix/wave4-frontend-p2
May 17, 2026
Merged

fix(wave4): dashboard P2 polish — unlimited quota bars, deploy count, changelog#94
mastermanas805 merged 1 commit into
mainfrom
fix/wave4-frontend-p2

Conversation

@mastermanas805
Copy link
Copy Markdown
Member

Wave 4 P2 fixes (bug-hunt 2026-05-17, frontend slice):

  • UsageBar renders for unlimited (-1) tiers instead of -1/0
  • deployments count sourced from GET /api/v1/deployments (was filtering resources, always 0)
  • OverviewPage connections tile: dropped the never-emitted connections_in_use numerator; skips -1 in the limit sum
  • ChangelogPage: added factual 2026-05-15/16/17 entries (Pro storage bump, tier enforcement, P0/P1 bug-hunt)
  • public/llms.txt synced (upgrade_urlupgrade, dropped false pgvector-on-/db/new claim)

Full vitest suite: 629 passed, 3 pre-existing skips, 0 failed.

🤖 Generated with Claude Code

… changelog

- UsageBar: treat limit < 0 as "unlimited" (∞ label, neutral bar) instead
  of rendering a literal "-1"; call sites pass raw -1 and drop the per-call
  workaround.
- OverviewPage + useDashboardCtx: source the deployments count from
  GET /api/v1/deployments (api.listDeployments) — deployments are a separate
  table, never resource_type==='deploy' rows in /api/v1/resources, so the old
  filter was always 0.
- OverviewPage connections tile: drop the connections_in_use numerator the
  API never emits; show the aggregate per-tier connection ceiling and skip
  -1 (unlimited) when summing so it can't corrupt the denominator.
- ChangelogPage: add factual entries for 2026-05-15 (Pro storage bump +
  annual pricing), 2026-05-16 (tier enforcement + billing resilience), and
  2026-05-17 (P0/P1 bug-hunt fixes).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

- public/llms.txt (synced copy): same upgrade_url->upgrade + pgvector fixes
  applied to content/llms.txt (manual sync per CLAUDE.md).
@mastermanas805 mastermanas805 merged commit 1611d19 into main May 17, 2026
2 checks passed
@mastermanas805 mastermanas805 deleted the fix/wave4-frontend-p2 branch May 17, 2026 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant