v0.2.6
Fixes
- voter: disable voting on
question-closedSSE event. The PollView handler was a no-op — "keep snapshot frozen until next load() resets state" — but load() never re-ran in that path, so the form stayed instatus="active"with the option buttons + Submit enabled. Voters could keep clicking against a question the backend would reject withQUESTION_NOT_ACTIVE. The handler now flips back toWAITINGso the form disappears and the waiting placeholder renders. (d9bb16d) - slidev-component: keep deck panel rendering the final tally after
question-closed.PollPanelpreviously wiped its localactiveQuestion+ tally on close, switching to "Question closed. Waiting for the next one…". The deck embeds these panels so the presenter (and any reviewer of an exported PDF) can see the votes — as soon as the presenter advanced past the poll slide every panel went blank and the downloaded deck preserved zero results. Snapshot stays populated;closedNoticestill tracks the closed prompt for optional styling. (d9bb16d)
Full Changelog: v0.2.5...v0.2.6