From 7317616032f406273daa0396fb99d8485e1d6baf Mon Sep 17 00:00:00 2001 From: William Valentin Date: Thu, 16 Oct 2025 13:15:37 -0700 Subject: [PATCH] feat(ui): improve avatar dropdown keyboard accessibility - Add keyboard event handler for Enter and Space keys - Support proper dropdown toggle via keyboard navigation - Prevent default behavior for key events - Enhance accessibility for screen reader users --- components/auth/AvatarDropdown.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/auth/AvatarDropdown.tsx b/components/auth/AvatarDropdown.tsx index 1b959ee..dd38dfd 100644 --- a/components/auth/AvatarDropdown.tsx +++ b/components/auth/AvatarDropdown.tsx @@ -38,6 +38,12 @@ const AvatarDropdown: React.FC = ({