You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🤖 feat: add aria-labels to ProjectSidebar and fix path text cutoff (#524)
Added aria-labels to ProjectSidebar components for better screen reader
support and fixed vertical text clipping in path displays.
## Changes
**Accessibility improvements:**
- Added `aria-label` to project expand/collapse buttons
- Added `role="region"` with descriptive labels to workspace list
containers
- Added `aria-label` to workspace selection buttons
- Added `aria-label` to sidebar collapse/expand button
**Text rendering fix:**
Changed `leading-none` to `leading-tight` in path displays (both drag
preview and sidebar). The `leading-none` style set line-height to 1,
which caused vertical text clipping with certain characters,
particularly those with descenders or accents.
_Generated with `cmux`_
0 commit comments