code-review-fix task 11.3: mark task 11.3 as done in tasks.md

This commit is contained in:
Marko Djordjevic 2026-02-18 20:32:25 +01:00
parent 913abdd353
commit 49a2582e8a

View file

@ -101,7 +101,7 @@
- [x] 11.1 `[sonnet]` Add `aria-label` attributes to all toolbar buttons in `Toolbox.tsx`
- [x] 11.2 `[sonnet]` Add `role="dialog"`, `aria-modal="true"`, and focus trapping to `KeyboardShortcutsModal.tsx`
- [ ] 11.3 `[sonnet]` Make `ChartSelector.tsx` keyboard accessible: add arrow key navigation and click-outside close handler
- [x] 11.3 `[sonnet]` Make `ChartSelector.tsx` keyboard accessible: add arrow key navigation and click-outside close handler
- [ ] 11.4 `[sonnet]` Add `aria-pressed` to toggle buttons (span drawing mode, prediction visibility)
## 12. Frontend — Polish & Cleanup