feat: presenter interface for common/projector canvas view#62
Open
patcon wants to merge 4 commits into
Open
Conversation
Add `?interface=presenter` URL param to V4 that opens a standalone read-only canvas suitable for projectors or shared displays. Shows all participant cursors live, bypasses the mobile-only gate, connects as read-only (excluded from presence count), and suppresses all personal-interaction UI (TouchLayer, ShareQRButton, HapticIndicatorButton, haptic callbacks). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Preview deployed: https://pr-62.polislike-partykit-reaction-canvas.patcon.partykit.dev |
The Commons column was a placeholder (—) for all rows. Now it shows radio buttons reflecting the current activity mode, mirroring the Solo column. Both columns control the same room-wide activity for now (solo and presenter share one activity mode); the separate column names set up the structure for future independent control of the commons screen. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add a separate `commonsActivity` room state on the server so the Commons (presenter) and Solo (participant) screens can show different activities independently. The emcee sets them via separate Solo/Commons radio columns in the Interfaces tab. - server: add `commonsActivity` field, `setCommonsActivity` message type, `commonsActivityChanged` broadcast - Canvas: when `readOnly`, subscribe to `commonsActivityChanged` instead of `activityChanged` so the presenter screen tracks its own mode - useRoomConfig: track and expose `commonsActivity` + `sendCommonsActivity` - InterfacesTab: wire Commons column to `commonsActivity` / `sendCommonsActivity` - AdminPanelV4: pass new props through to InterfacesTab Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
?interface=presenterURL param to V4 that opens a standalone read-only canvas designed for projectors or shared displayscanvasin the unlocked interfaces list rather than joining itTest plan
?interface=presenter#v4on desktop — full-screen canvas without mobile gatepnpm tsc --noEmitpassespnpm vitest --runpasses (31 tests)🤖 Generated with Claude Code (code and ~150 words of PR description from ~80 words of human prompts across this session)