mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-04-25 23:56:00 +03:00
[PR #25] [CLOSED] feat: add clipboard utility, click-to-copy for model IDs #65
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#65
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/25
Author: @prathamdby
Created: 12/18/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
2e575f5feat: implement clipboard copy functionality across multiple pages9d28fe8fix: address code review feedback from gemini-code-assist📊 Changes
8 files changed (+154 additions, -45 deletions)
View changed files
📝
src/i18n/locales/en.json(+5 -1)📝
src/i18n/locales/zh-CN.json(+5 -1)📝
src/pages/AuthFilesPage.tsx(+14 -4)📝
src/pages/LogsPage.tsx(+1 -23)📝
src/pages/OAuthPage.tsx(+6 -5)📝
src/pages/SystemPage.module.scss(+27 -1)📝
src/pages/SystemPage.tsx(+57 -10)➕
src/utils/clipboard.ts(+39 -0)📄 Description
Changes
Centralized clipboard functionality into a reusable utility and added click-to-copy for model IDs on the System page.
What's Changed
copyToClipboardutility with fallback for older browsersAuthFilesPage,LogsPage,OAuthPage,SystemPageto use the utilityFiles Modified
src/utils/clipboard.tssrc/pages/AuthFilesPage.tsxsrc/pages/LogsPage.tsxsrc/pages/OAuthPage.tsxsrc/pages/SystemPage.tsxsrc/pages/SystemPage.module.scsssrc/i18n/locales/en.jsonsrc/i18n/locales/zh-CN.json🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.