mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-04-24 23:25:52 +03:00
[PR #55] [CLOSED] feat: add control switches ui for api provider and auth files #83
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#83
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/55
Author: @xxnuo
Created: 1/13/2026
Status: ❌ Closed
Base:
main← Head:switch📝 Commits (2)
ceb6b78feat: switching credentialsc1f26abfeat: tidy deps📊 Changes
15 files changed (+972 additions, -770 deletions)
View changed files
📝
package-lock.json(+1 -0)📝
package.json(+1 -0)📝
src/components/providers/ClaudeSection/ClaudeSection.tsx(+4 -4)📝
src/components/providers/CodexSection/CodexSection.tsx(+4 -4)📝
src/components/providers/GeminiSection/GeminiSection.tsx(+4 -4)📝
src/components/providers/OpenAISection/OpenAISection.tsx(+21 -0)📝
src/components/providers/VertexSection/VertexSection.tsx(+21 -0)📝
src/pages/AiProvidersPage.tsx(+76 -14)📝
src/pages/AuthFilesPage.module.scss(+16 -0)📝
src/pages/AuthFilesPage.tsx(+787 -742)📝
src/services/api/authFiles.ts(+4 -1)📝
src/services/api/providers.ts(+16 -1)📝
src/services/api/transformers.ts(+6 -0)📝
src/types/provider.ts(+3 -0)📝
vite.config.ts(+8 -0)📄 Description
Related: https://github.com/router-for-me/CLIProxyAPI/pull/993
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.