[PR #55] [CLOSED] feat: add control switches ui for api provider and auth files #83

Closed
opened 2026-02-27 16:42:29 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: switch


📝 Commits (2)

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

## 📋 Pull Request Information **Original PR:** https://github.com/router-for-me/Cli-Proxy-API-Management-Center/pull/55 **Author:** [@xxnuo](https://github.com/xxnuo) **Created:** 1/13/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `switch` --- ### 📝 Commits (2) - [`ceb6b78`](https://github.com/router-for-me/Cli-Proxy-API-Management-Center/commit/ceb6b78f33f15eca9cf5e11d644801b07bc7f65d) feat: switching credentials - [`c1f26ab`](https://github.com/router-for-me/Cli-Proxy-API-Management-Center/commit/c1f26ab568dbbca1f5f911af815bdd8bf23220d7) feat: tidy deps ### 📊 Changes **15 files changed** (+972 additions, -770 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Related: https://github.com/router-for-me/CLIProxyAPI/pull/993 --- <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:29 +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#83
No description provided.