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 - Semantic Buttons for Language Switcher
**Learning:** The app's `LanguageSwitcher` used `<span>` tags with `onClick` handlers for interactive elements. This is an accessibility anti-pattern as it lacks keyboard focusability and screen reader semantics.
**Action:** Always verify custom interactive toggles and switchers use semantic `<button>` tags with appropriate `aria-label`s and `focus-visible` styles rather than non-interactive tags.
Loading