From bca371ad38bdada4f8ac8e624b153eeed10cdf53 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Thu, 2 Jul 2026 11:46:35 -0400 Subject: [PATCH] feat(a11y): label the moderation reason input (P3-4) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Missed from the form-labels commit — aria-label on the shared kick/ban/invite reason input. Co-Authored-By: Claude Opus 4.8 --- src/app/components/user-profile/UserModeration.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/components/user-profile/UserModeration.tsx b/src/app/components/user-profile/UserModeration.tsx index 12eacb879..db95f1cc4 100644 --- a/src/app/components/user-profile/UserModeration.tsx +++ b/src/app/components/user-profile/UserModeration.tsx @@ -260,6 +260,7 @@ export function UserModeration({ userId, canKick, canBan, canInvite }: UserModer