generated from coulomb/repo-seed
fix: normalize overview mode after view input
This commit is contained in:
@@ -243,8 +243,10 @@ accurate workstream counts for all mode groups.
|
||||
`_chartWsFiltered` was computed in the same cell as `view(_modeSelect)`.
|
||||
Moving `_chartWsFiltered = _workstreamsForMode(_chartMode, wsAll)` into the
|
||||
downstream chart cell restored filtering when operators choose a mode other
|
||||
than `active`. Added a `change` listener alongside `input` for persisted mode
|
||||
selection. `npm run test` and `npm run build` both passed after the fix.
|
||||
than `active`. A second pass kept `_chartMode` as the raw reactive view value
|
||||
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.
|
||||
- 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.
|
||||
|
||||
Reference in New Issue
Block a user