From adaf087a5fe1b89ddfefd0056fbed4d1343690a7 Mon Sep 17 00:00:00 2001 From: yiekheng Date: Sun, 10 May 2026 20:44:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(web):=20drop=20'=C2=B7=20last=20admin'=20l?= =?UTF-8?q?abel=20from=20user=20row?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Demote/Delete buttons are already disabled with proper tooltips implied by their disabled state; the extra inline label was visual clutter on the only-admin's own row. Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/web/src/app/settings/users/user-row-client.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/web/src/app/settings/users/user-row-client.tsx b/apps/web/src/app/settings/users/user-row-client.tsx index bff154a..e8682de 100644 --- a/apps/web/src/app/settings/users/user-row-client.tsx +++ b/apps/web/src/app/settings/users/user-row-client.tsx @@ -76,11 +76,6 @@ export function UserRowClient({ user, isSelf, isLastAdmin }: UserRowClientProps) {isSelf && ( you )} - {isAdmin && isLastAdmin && ( - - ยท last admin - - )}