ttusk_leif/tests
Luiz Gustavo 6ac9f3b87b fix(a11y): accessible tabs, modal focus trap, confirm dialogs
- Tab bar: role=tablist/tab, aria-selected, roving tabindex, arrow-key
  navigation and Enter/Space activation.
- Modal: role=dialog, aria-modal, aria-labelledby, focus trap, Escape to
  close, focus restore on close.
- Icon-only buttons now expose aria-label.
- Replace native window.confirm() deletes with an Obsidian-style confirm
  dialog (ContestsTab, ItemsTab, SessionsTab, TopicsTab).
- Add visible :focus-visible styles for buttons, inputs and selects.

Closes #3
2026-07-02 23:13:26 -03:00
..
application fix(application): introduce EntityRepositoryPort and inject via factory 2026-07-02 23:07:32 -03:00
domain chore: adjusting items UI 2026-06-12 08:12:55 -03:00
infrastructure feat: rename plugin to leif 2026-06-12 08:02:34 -03:00
mocks feat: redesign creation UI and open in main workspace 2026-06-11 23:04:23 -03:00
ui fix(a11y): accessible tabs, modal focus trap, confirm dialogs 2026-07-02 23:13:26 -03:00