docs(D9): mark reduced motion complete

This commit is contained in:
Saravana Achu Mac 2026-05-04 17:59:59 -07:00
parent fce0228992
commit e5bda5ade9
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ Status: ⬜ open · 🟦 in PR · ✅ fixed (commit hash on the right).
| D6 | `VisualRuleBuilder` and `CodeStrategyEditor` use `setTimeout` without cleanup — leak warning if component unmounts mid-timer. | 🟢 | ✅ | 2089b9a |
| D7 | No keyboard shortcuts (⌘K search, ⌘S save in code editor, ⌘Enter run backtest). | 🟢 | ✅ | 1b2130e |
| D8 | `EmptyState` ticker chips are hard-coded equities. For a crypto-config bot the chips don't apply. | 🟢 | ✅ | b1f872f |
| D9 | No `prefers-reduced-motion` handling on spinners / animations. | 🟢 | ⬜ | |
| D9 | No `prefers-reduced-motion` handling on spinners / animations. | 🟢 | ✅ | fce0228 |
## E. Build / infrastructure

View File

@ -432,7 +432,7 @@ Expected platform result:
Acceptance: suggested chips reflect the active bot/config market type or use
a mixed set with clear labels.
- [ ] `D9` Reduced-motion support.
- [x] `D9` Reduced-motion support. Implementation: `fce0228`.
Acceptance: spinners/animations respect `prefers-reduced-motion`, preserving
status clarity without continuous animation.