From 116ff1c2651160b0cdcd0938bc6da8f7368a2a3b Mon Sep 17 00:00:00 2001 From: davidweb3-ctrl Date: Sat, 14 Mar 2026 09:07:31 +0000 Subject: [PATCH] fix(a11y): add role=navigation and aria-label to ActivityBar Adds proper ARIA landmark role and accessible name to the ActivityBar container for screen reader users navigating by landmarks. - Added role="navigation" to the aside element - Added aria-label="Primary sidebar" for context Fixes PlatformNetwork/bounty-challenge#27742 --- src/components/layout/ActivityBar.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/layout/ActivityBar.tsx b/src/components/layout/ActivityBar.tsx index 600cf79..219d26b 100644 --- a/src/components/layout/ActivityBar.tsx +++ b/src/components/layout/ActivityBar.tsx @@ -74,6 +74,8 @@ const ITEMS: ActivityItem[] = [ export const ActivityBar: Component = (props) => { return (