Move plan/quota UI off chat dashboard; drop per-message token meta #73

Closed
opened 2026-07-31 05:41:41 -07:00 by westfarn · 0 comments
Owner

Summary

Clean up chat UI noise around tokens and quotas.

Changes requested

  1. Per-message tokens — Remove the Tokens in … · out … line under assistant message bubbles on the chat dashboard.
  2. Dashboard usage bar — Remove the plan / prompts-left / period-tokens summary bar from the chat dashboard (UsageSummaryBar).
  3. Account page — Surface the same plan + quota info (tier name, prompts remaining in window, period tokens in/out) as a card on the Account page instead.

Context

  • Per-message token footer was added with plan quotas / token usage UI (#72).
  • Dashboard bar shows e.g. Backer · Prompts left (6h): 298/300 · Period tokens in — · out —.

Acceptance criteria

  • Assistant messages no longer show token in/out meta.
  • Chat dashboard no longer shows the usage/quota summary bar.
  • Account page has a card with plan tier + prompt quota + period token usage.
  • Related tests updated.
## Summary Clean up chat UI noise around tokens and quotas. ## Changes requested 1. **Per-message tokens** — Remove the `Tokens in … · out …` line under assistant message bubbles on the chat dashboard. 2. **Dashboard usage bar** — Remove the plan / prompts-left / period-tokens summary bar from the chat dashboard (`UsageSummaryBar`). 3. **Account page** — Surface the same plan + quota info (tier name, prompts remaining in window, period tokens in/out) as a card on the Account page instead. ## Context - Per-message token footer was added with plan quotas / token usage UI (#72). - Dashboard bar shows e.g. `Backer` · `Prompts left (6h): 298/300` · `Period tokens in — · out —`. ## Acceptance criteria - [ ] Assistant messages no longer show token in/out meta. - [ ] Chat dashboard no longer shows the usage/quota summary bar. - [ ] Account page has a card with plan tier + prompt quota + period token usage. - [ ] Related tests updated.
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ai_ml_operations/chat_web_app#73