fix(wave4): dashboard P2 polish — unlimited quota bars, deploy count, changelog#94
Merged
Merged
Conversation
… 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).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Wave 4 P2 fixes (bug-hunt 2026-05-17, frontend slice):
UsageBarrenders∞for unlimited (-1) tiers instead of-1/0GET /api/v1/deployments(was filteringresources, always 0)connections_in_usenumerator; skips-1in the limit sumpublic/llms.txtsynced (upgrade_url→upgrade, dropped false pgvector-on-/db/new claim)Full vitest suite: 629 passed, 3 pre-existing skips, 0 failed.
🤖 Generated with Claude Code