From a55f7bd6eb9f1c50660d0ac8f0ded1a375dd9d74 Mon Sep 17 00:00:00 2001 From: Sergey Kozyrenko Date: Tue, 19 May 2026 11:35:48 +0700 Subject: [PATCH] feat(frontend): add Copy Token ID action to api-tokens row dropdown MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mirrors the entry already present in the right-click context menu so both menus expose the same set of actions (Edit / Copy Token ID / Delete) — the dropdown was previously missing the copy shortcut. Co-Authored-By: Claude Opus 4.7 (1M context) --- frontend/src/pages/settings/settings-api-tokens.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/pages/settings/settings-api-tokens.tsx b/frontend/src/pages/settings/settings-api-tokens.tsx index b86a4fac..30dacc84 100644 --- a/frontend/src/pages/settings/settings-api-tokens.tsx +++ b/frontend/src/pages/settings/settings-api-tokens.tsx @@ -781,6 +781,10 @@ function SettingsAPITokens() { Edit + handleCopyTokenId(token.tokenId)}> + + Copy Token ID +