From 41457170fbbbe2931f2a52c527479452f41161d3 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 03:49:37 +0000 Subject: [PATCH 1/2] feat(ux): improve accessibility and ARIA labels in LibraryView - Change search input type to "search" and add aria-label - Add aria-pressed to filter chips and group them with role="group" - Add aria-label to sort field select and sort order button - Add aria-label to entity list rows - Add visually hidden status region for screen reader announcements - Add aria-hidden to decorative icons Co-authored-by: d-oit <6849456+d-oit@users.noreply.github.com> --- src/features/library/LibraryView.tsx | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/src/features/library/LibraryView.tsx b/src/features/library/LibraryView.tsx index 8ab5be34..fac94309 100644 --- a/src/features/library/LibraryView.tsx +++ b/src/features/library/LibraryView.tsx @@ -91,21 +91,23 @@ export const LibraryView: React.FC = ({ onEditEntity }) => {
- +
-
+
{ENTITY_TYPES.map((type) => (