Move plan/quota UI to Account; Gemini-style usage card (#73) #74

Merged
westfarn merged 2 commits from issue-73-move-usage-ui-to-account into master 2026-07-31 07:08:07 -07:00
Owner

Summary

  • Closes #73
  • Remove per-message Tokens in … · out … under assistant bubbles
  • Remove dashboard UsageSummaryBar (plan / prompts left / period tokens)
  • Add Account Usage limit card (Gemini-style): plan name, prompt progress meter with rolling-window reset hint, monthly tokens meter when capped (else period in/out), upgrade hint pointing at Billing

Test plan

  • Chat dashboard: no usage bar above messages
  • Assistant messages: no token footer
  • Account: Usage limit card shows plan + prompt bar (+ token bar when monthly quota set)
  • npm test -- --watchAll=false --testPathPattern=ConversationDetailCard passes

Related follow-up: #75 upgrade/change/cancel subscription.

## Summary - Closes [#73](https://git.aimloperations.com/ai_ml_operations/chat_web_app/issues/73) - Remove per-message `Tokens in … · out …` under assistant bubbles - Remove dashboard `UsageSummaryBar` (plan / prompts left / period tokens) - Add Account **Usage limit** card (Gemini-style): plan name, prompt progress meter with rolling-window reset hint, monthly tokens meter when capped (else period in/out), upgrade hint pointing at Billing ## Test plan - [ ] Chat dashboard: no usage bar above messages - [ ] Assistant messages: no token footer - [ ] Account: Usage limit card shows plan + prompt bar (+ token bar when monthly quota set) - [ ] `npm test -- --watchAll=false --testPathPattern=ConversationDetailCard` passes Related follow-up: [#75](https://git.aimloperations.com/ai_ml_operations/chat_web_app/issues/75) upgrade/change/cancel subscription.
westfarn added 1 commit 2026-07-31 05:42:52 -07:00
Move plan/quota UI to Account; drop per-message tokens (#73)
Unit Tests / test (pull_request) Successful in 10s
14a2f476f6
Remove chat dashboard usage bar and assistant token footers. Surface
plan, prompt quota, and period tokens as an Account page card instead.
westfarn added 1 commit 2026-07-31 07:07:14 -07:00
Restyle Account usage card like Gemini usage limits
Unit Tests / test (pull_request) Successful in 11s
d799379eb7
Show plan name with prompt/token progress meters and reset hints
instead of plain key-value rows.
westfarn changed title from Move plan/quota UI to Account; drop per-message tokens (#73) to Move plan/quota UI to Account; Gemini-style usage card (#73) 2026-07-31 07:07:18 -07:00
westfarn merged commit 5a847b64cc into master 2026-07-31 07:08:07 -07:00
westfarn deleted branch issue-73-move-usage-ui-to-account 2026-07-31 07:08:07 -07:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ai_ml_operations/chat_web_app#74