feat: glance-compressed shelf cards (#242) #250
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/242-glance-cards"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Glance-compressed shelf cards
Second v3.11 slice on top of the shelf MVP (#240). Shelf cards were rendering their full body, which reads as a wall of text at arm's length during play. Now each card shows a compact glance face by default, with full detail one tap away (Show more / Show less).
The glance is derived from the existing card snapshot (
npcGlancehelper) — so no backend, no migration, and cards already on a shelf compress immediately. The per-card render moved into aShelfCardcomponent that owns the expand state (drag-move / corner-resize / scroll from #240 preserved). Unit-tested across the glance shapes.Fully offline — no LLM/ASR.
Closes #242. Part of #235.
🤖 Generated with Claude Code