docs(D7): mark keyboard shortcuts complete

This commit is contained in:
Saravana Achu Mac 2026-05-04 17:54:29 -07:00
parent 1b2130e001
commit 909518f82c
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ Status: ⬜ open · 🟦 in PR · ✅ fixed (commit hash on the right).
| D4 | `ScreenerView` "More sectors…" `<select>` doesn't visually highlight the chosen sector pill once selected. | 🟡 | ✅ | 3bf1ca7 |
| D5 | Layout is fixed-width (72 px sidebar + 308 px right panel). Breaks below ~1024 px viewport. No mobile-web responsive breakpoints. | 🟠 | ✅ | a9c33b1 |
| 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). | 🟢 | ⬜ | |
| 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. | 🟢 | ⬜ | |
| D9 | No `prefers-reduced-motion` handling on spinners / animations. | 🟢 | ⬜ | |

View File

@ -423,7 +423,7 @@ Expected platform result:
Acceptance: `VisualRuleBuilder` and `CodeStrategyEditor` clear any save/status
timers on unmount and do not set state after unmount.
- [ ] `D7` Keyboard shortcuts.
- [x] `D7` Keyboard shortcuts. Implementation: `1b2130e`.
Acceptance: Cmd/Ctrl-K focuses search, Cmd/Ctrl-S saves in code editor,
Cmd/Ctrl-Enter runs backtest where relevant, shortcuts are discoverable, and
inputs/textareas do not receive surprising global behavior.