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:
Eyejoker
2026-05-23 11:12:55 +09:00
committed by GitHub
parent 763828e4f5
commit 58e5197dc6
9 changed files with 723 additions and 86 deletions

View File

@@ -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);