fix: normalize overview mode after view input

This commit is contained in:
2026-06-07 15:38:29 +02:00
parent 04366c64bc
commit 0e9a4ea93b
2 changed files with 22 additions and 12 deletions

View File

@@ -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.