Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .jules/palette.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 2024-05-24 - Accessibility for Icon-Only Buttons
**Learning:** Icon-only buttons used across settings tabs often lack ARIA labels and proper focus visibility for keyboard navigation, and include SVG paths that screen readers redundantly announce.
**Action:** When updating or creating icon-only buttons, consistently apply `aria-label`, `title`, `aria-hidden="true"` on inner SVGs, and standard focus rings like `focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[#175B37]`.
Loading