Baluduvamsi2006 opened a new pull request, #3278: URL: https://github.com/apache/apisix-dashboard/pull/3278
### What this PR does This PR adds a one-click copy-to-clipboard button for Service IDs on the Service List page. Previously, users had to manually select and copy the Service ID, which was inconvenient and could lead to copy mistakes. With this change, users can copy the ID instantly with a single click and receive visual feedback through a success message. ### Why this change is needed Service IDs are frequently used when creating routes, plugins, and performing API operations. Providing a quick copy action significantly improves usability and reduces friction for daily workflows. ### Implementation details - Adds a lightweight copy action next to each Service ID - Uses the browser Clipboard API (no extra dependencies) - Displays a success message after copying - Follows Apache i18n and linting standards ### Checklist - [x] UI-only change - [x] No breaking changes - [x] Lint passed - [x] Tested locally -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
