diff --git a/docs/AUDIT_REDESIGN.md b/docs/AUDIT_REDESIGN.md index 7c258ad..22da50f 100644 --- a/docs/AUDIT_REDESIGN.md +++ b/docs/AUDIT_REDESIGN.md @@ -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 diff --git a/docs/COMPLETION_CHECKLIST.md b/docs/COMPLETION_CHECKLIST.md index 227bc2e..c46b5a8 100644 --- a/docs/COMPLETION_CHECKLIST.md +++ b/docs/COMPLETION_CHECKLIST.md @@ -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.