docs: record overview selector sync follow-up
This commit is contained in:
parent
0e9a4ea93b
commit
3b48ce52a3
1 changed files with 6 additions and 0 deletions
|
|
@ -247,6 +247,12 @@ accurate workstream counts for all mode groups.
|
|||
and normalizes it inside the downstream chart cell before filtering and empty
|
||||
state selection. Added a `change` listener alongside `input` for persisted
|
||||
mode selection. `npm run test` and `npm run build` both passed after the fix.
|
||||
- 2026-06-07 second follow-up: Replaced the remaining custom-select `view(...)`
|
||||
wiring with an explicit `Mutable` chart mode state after the operator reported
|
||||
the selector was still stuck on `active`. Selector `input` and `change` events
|
||||
now call `_setChartMode`, and the Plot cell depends directly on
|
||||
`_chartModeState`. The running preview and built `dist/index.html` both show
|
||||
that dependency shape. `npm run test` and a clean `npm run build` both passed.
|
||||
- Browser click-through remains pending because the Codex in-app browser bridge
|
||||
failed to start in this session with a Windows sandbox setup failure, and no
|
||||
local Playwright/Puppeteer package is installed for a headless fallback.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue