mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-04-25 07:35:56 +03:00
[PR #89] [CLOSED] xx #96
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#96
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/89
Author: @kenzouno1
Created: 2/6/2026
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
49c82f7refactor(ui): simplify key usage charts to line-only visualization56faa4ffix📊 Changes
15 files changed (+664 additions, -49 deletions)
View changed files
📝
.gitignore(+2 -0)➕
src/components/usage/KeyStatsCard.tsx(+55 -0)➕
src/components/usage/KeyUsageCharts.tsx(+199 -0)📝
src/components/usage/index.ts(+7 -0)📝
src/i18n/locales/en.json(+13 -1)📝
src/i18n/locales/zh-CN.json(+13 -1)📝
src/pages/ApiKeysPage.tsx(+109 -43)📝
src/pages/UsagePage.module.scss(+24 -0)📝
src/pages/UsagePage.tsx(+38 -3)📝
src/services/api/apiKeys.ts(+56 -0)📝
src/services/api/transformers.ts(+5 -0)📝
src/stores/useConfigStore.ts(+6 -0)📝
src/types/config.ts(+2 -0)📝
src/utils/format.ts(+13 -0)📝
src/utils/usage.ts(+122 -1)📄 Description
11
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.