mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 10:16:49 +00:00
Main quota bar now displays minimum of Claude model quotas rather than averaging all models. Accurately reflects primary constraint. Changes: - Add getMinClaudeQuota() utility in utils.ts (DRY) - Apply fix to both account-card.tsx and account-item.tsx - Add comprehensive test suite (23 tests covering edge cases) Before: 99% (avg of Claude 95% + Gemini 100%...) After: 95% (min of Claude models)