Skip to content

v0.2.6

Choose a tag to compare

@asm0dey asm0dey released this 15 May 22:03
· 146 commits to main since this release

Fixes

  • voter: disable voting on question-closed SSE 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 in status="active" with the option buttons + Submit enabled. Voters could keep clicking against a question the backend would reject with QUESTION_NOT_ACTIVE. The handler now flips back to WAITING so the form disappears and the waiting placeholder renders. (d9bb16d)
  • slidev-component: keep deck panel rendering the final tally after question-closed. PollPanel previously wiped its local activeQuestion + 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; closedNotice still tracks the closed prompt for optional styling. (d9bb16d)

Full Changelog: v0.2.5...v0.2.6