[PR #89] [CLOSED] xx #96

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/89
Author: @kenzouno1
Created: 2/6/2026
Status: Closed

Base: mainHead: main


📝 Commits (2)

  • 49c82f7 refactor(ui): simplify key usage charts to line-only visualization
  • 56faa4f fix

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/router-for-me/Cli-Proxy-API-Management-Center/pull/89 **Author:** [@kenzouno1](https://github.com/kenzouno1) **Created:** 2/6/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`49c82f7`](https://github.com/router-for-me/Cli-Proxy-API-Management-Center/commit/49c82f75eb868d959ee47ee5989bf3745ee29861) refactor(ui): simplify key usage charts to line-only visualization - [`56faa4f`](https://github.com/router-for-me/Cli-Proxy-API-Management-Center/commit/56faa4f11e5eb28d37b17f0244abd2cf586df997) fix ### 📊 Changes **15 files changed** (+664 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description 11 --- <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#96
No description provided.