feat: show live Codex usage status in dashboard
Store Codex wham/usage live plan and rate-limit state during account refresh, surface safe dashboard badges, and keep JWT subscription expiry as stale fallback only. Redacts balance and spend limit amounts from API/UI exposure.
This commit is contained in:
@@ -1127,6 +1127,16 @@ button:disabled {
|
||||
color: var(--status-critical, #e0644b);
|
||||
}
|
||||
|
||||
.settings-account-badge.is-muted {
|
||||
background: rgba(255, 255, 255, 0.05);
|
||||
color: var(--muted-soft);
|
||||
}
|
||||
|
||||
.settings-account-badge.is-stale {
|
||||
background: rgba(148, 169, 210, 0.14);
|
||||
color: var(--muted-soft);
|
||||
}
|
||||
|
||||
.settings-account-meta {
|
||||
font-size: 12px;
|
||||
color: var(--bg-ink);
|
||||
|
||||
Reference in New Issue
Block a user