Highlights
- New
<PollQr>component for the Slidev addon — a standalone, always-visible inline QR code for a poll's voter URL, placeable on any slide. No button, overlay, sign-in, or network: host comes from the deck'spollServer(frontmatter/headmatter, origin fallback) + theslugprop. Self-bounding (max-width: min(360px, 60vmin), centered) so it fits any slide bare, including alayout: two-colscolumn. - Shared QR config (
buildQrOptions) and voter-URL resolver (useVoterUrl) extracted; the existing presenterPollQrButtonoverlay now reuses them. - Demo deck gains two "join" QR slides; e2e covers QR-overlay visibility.
Artifacts
- npm:
@slidev-polls/component@0.6.0,@slidev-polls/shared@0.6.0 - Docker:
ghcr.io/asm0dey/slidev-polls-backend:0.6.0(linux/amd64 + linux/arm64)
See PR #49 for the full change set.