You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Present mode, the directory pattern, and stage media that fills the canvas
Presenting is the point of a slideshow, so it stops waiting for a phase:
`p` or the Present button runs the deck as a fullscreen 16:9 show — exactly
what a Zoom or Meet screen-share needs. The deck is promoted to the top
layer (popover API + native fullscreen on the wrapper), which is what
actually escapes the plan card's glass backdrop-filter: a merely-fixed
overlay would be trapped at the card's size and stacking level. Arrows,
space, page keys, Backspace, Home/End, and clicks navigate; Escape or
leaving fullscreen ends the show; #present-N in the URL resumes; a
collaborator's edit landing mid-show swaps the deck under the presenter
without ending it (the wrapper sits outside the live-update swap target,
and a childList observer re-applies the show to the fresh deck). The
toolbar lives outside the text-selection content target so its label never
enters the comment-anchor text model, and the show tears down on
turbo:before-cache so a cached snapshot can't restore a closed-popover
(display: none) deck.
The directory pattern: one list of at least fifteen short entries is an
inventory, not an argument — it flows into two balanced columns and bills
at half for the type scale, so forty projects land two columns at a
readable step instead of one column running off the canvas. Comment-only
blocks inside an entry don't break its shape (comments never influence
layout — an adversarial-review catch, pinned as a conformance fixture).
Stage slides give the visual the whole canvas: thinner padding, taller
media, and mermaid's inline natural-size max-width overridden so small
diagrams scale up instead of rendering as thumbnails.
RENDER_CACHE_VERSION 11 (new pattern class changes cached deck HTML).
Spec now carries 31 conformance fixtures; suite green; presenter flow
verified live against the real glass-card ancestor chain.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments