[PR #93] [MERGED] feat(ui): added claude quota display #98

Closed
opened 2026-02-27 16:42:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/router-for-me/Cli-Proxy-API-Management-Center/pull/93
Author: @teidesu
Created: 2/6/2026
Status: Merged
Merged: 2/7/2026
Merged by: @LTbinglingfeng

Base: devHead: claude-quota


📝 Commits (2)

  • 370eee1 feat(ui): added claude quota display
  • 78ab061 fix: applied gemini suggestions

📊 Changes

10 files changed (+305 additions, -12 deletions)

View changed files

📝 src/components/quota/quotaConfigs.ts (+168 -1)
📝 src/i18n/locales/en.json (+23 -1)
📝 src/pages/AuthFilesPage.tsx (+12 -3)
📝 src/pages/QuotaPage.module.scss (+15 -3)
📝 src/pages/QuotaPage.tsx (+7 -0)
📝 src/stores/useQuotaStore.ts (+10 -2)
📝 src/types/quota.ts (+51 -0)
📝 src/utils/quota/constants.ts (+13 -0)
📝 src/utils/quota/formatters.ts (+2 -2)
📝 src/utils/quota/validators.ts (+4 -0)

📄 Description

hi hello i added quota display for claude code accounts similarly to codex/gemini cli:

image

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/router-for-me/Cli-Proxy-API-Management-Center/pull/93 **Author:** [@teidesu](https://github.com/teidesu) **Created:** 2/6/2026 **Status:** ✅ Merged **Merged:** 2/7/2026 **Merged by:** [@LTbinglingfeng](https://github.com/LTbinglingfeng) **Base:** `dev` ← **Head:** `claude-quota` --- ### 📝 Commits (2) - [`370eee1`](https://github.com/router-for-me/Cli-Proxy-API-Management-Center/commit/370eee1346be087dfb55f4e97ff3495b668790a5) feat(ui): added claude quota display - [`78ab061`](https://github.com/router-for-me/Cli-Proxy-API-Management-Center/commit/78ab061750ddecf561350ee3e8f3e971bf78f05c) fix: applied gemini suggestions ### 📊 Changes **10 files changed** (+305 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `src/components/quota/quotaConfigs.ts` (+168 -1) 📝 `src/i18n/locales/en.json` (+23 -1) 📝 `src/pages/AuthFilesPage.tsx` (+12 -3) 📝 `src/pages/QuotaPage.module.scss` (+15 -3) 📝 `src/pages/QuotaPage.tsx` (+7 -0) 📝 `src/stores/useQuotaStore.ts` (+10 -2) 📝 `src/types/quota.ts` (+51 -0) 📝 `src/utils/quota/constants.ts` (+13 -0) 📝 `src/utils/quota/formatters.ts` (+2 -2) 📝 `src/utils/quota/validators.ts` (+4 -0) </details> ### 📄 Description hi hello i added quota display for claude code accounts similarly to codex/gemini cli: <img width="717" height="316" alt="image" src="https://github.com/user-attachments/assets/1e965a70-b88b-45e0-960f-7376c3795991" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 16:42:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Cli-Proxy-API-Management-Center#98
No description provided.