From 581ab7687eb84efa123ab955c1065d21c7a21b88 Mon Sep 17 00:00:00 2001 From: Muhammad Ridwan Ramadhan <34785758+ridwanramadhan@users.noreply.github.com> Date: Thu, 14 May 2026 11:06:22 +0700 Subject: [PATCH] fix(ui): show API key row actions on mobile (#1112) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The visibility, copy, and delete buttons in the API Keys list used , which never reveals on touch devices because they don't fire :hover. Switch all three to — visible by default on mobile, hover-revealed on sm+ — matching the pattern already used in providers/ and media-providers/ Co-authored-by: Muhammad Ridwan Ramadhan --- .../(dashboard)/dashboard/endpoint/EndpointPageClient.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js b/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js index 1818667..4dcc7f4 100644 --- a/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js +++ b/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js @@ -1084,7 +1084,7 @@ export default function APIPageClient({ machineId }) {