Skip to content

Commit a3957a8

Browse files
adnaanclaude
andcommitted
fix(docs/plans): align ctx.Publish formatting in demo script
Round-2 Claude bot reviewer noted: docs/plans/improve-ui-ux.md had two different conventions for naming the Publish call — one with the `ctx.` receiver, one without. Aligning both to `ctx.Publish(ctx.SelfTopic(), ...)` matches the README + recipe convention. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 109fbd8 commit a3957a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/plans/improve-ui-ux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ Record with screen capture (Kap, ffmpeg, or similar):
490490
1. Split screen: two browser windows side by side, both at `localhost:8080`
491491
2. Both logged in as `alice`
492492
3. Demo sequence:
493-
- Tab A: Add "Buy groceries" → appears in Tab B via the Publish(SelfTopic(), "RefreshTodos", nil) fan-out, fade animation
493+
- Tab A: Add "Buy groceries" → appears in Tab B via the `ctx.Publish(ctx.SelfTopic(), "RefreshTodos", nil)` fan-out, fade animation
494494
- Tab B: Toggle complete → strikethrough appears in Tab A, highlight flash
495495
- Tab A: Search "buy" → filters in Tab A only (independent per-tab)
496496
- Tab B: Delete with modal confirmation → disappears from Tab A

0 commit comments

Comments
 (0)