mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-04-25 07:35:56 +03:00
[PR #96] [CLOSED] feat(quota): add provider-wide aggregate quota card #100
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#100
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/96
Author: @umbra2728
Created: 2/7/2026
Status: ❌ Closed
Base:
main← Head:feature/provider-quota-analytics📝 Commits (5)
ad56b7ffeat(quota): add provider-wide aggregate quota cardbf63495refactor(quota): address code review feedback9e767d9fix(quota): account for aggregate card in grid paginationa135174fix(quota): render warning overlay via portal28ad8f8Merge pull request #1 from kavore/feature/provider-quota-analytics📊 Changes
10 files changed (+570 additions, -15 deletions)
View changed files
➕
src/components/quota/QuotaAggregateCard.tsx(+251 -0)📝
src/components/quota/QuotaSection.tsx(+26 -12)📝
src/components/quota/index.ts(+1 -0)📝
src/i18n/locales/en.json(+4 -1)📝
src/i18n/locales/ru.json(+4 -1)📝
src/i18n/locales/zh-CN.json(+4 -1)📝
src/pages/QuotaPage.module.scss(+54 -0)📝
src/types/quota.ts(+29 -0)➕
src/utils/quota/aggregation.ts(+196 -0)📝
src/utils/quota/index.ts(+1 -0)📄 Description
Summary
Screenshots for UI changes
Verification notes
npm run type-check✅ passesnpm run lint— new files have no errors (existing warnings/errors are pre-existing)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.