mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-04-25 15:45:53 +03:00
[PR #93] [MERGED] feat(ui): added claude quota display #98
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cli-Proxy-API-Management-Center#98
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
dev← Head:claude-quota📝 Commits (2)
370eee1feat(ui): added claude quota display78ab061fix: 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:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.