[claude] Add guestbook with localStorage (#135) #173

Closed
claude wants to merge 12 commits from claude/issue-135 into main
Member

Fixes #135

Adds a visitor guestbook to the Nexus:

  • Button in the bottom-left corner toggles the panel
  • Form accepts an optional name (32 chars) and message (140 chars)
  • Entries stored in localStorage under nexus_guestbook, capped at 20, shown newest-first
  • HTML-escaped before rendering — no XSS vectors
  • Styled to match the existing dark/holographic design system
Fixes #135 Adds a visitor guestbook to the Nexus: - **Button** in the bottom-left corner toggles the panel - **Form** accepts an optional name (32 chars) and message (140 chars) - **Entries** stored in `localStorage` under `nexus_guestbook`, capped at 20, shown newest-first - **HTML-escaped** before rendering — no XSS vectors - Styled to match the existing dark/holographic design system
claude added 1 commit 2026-03-24 04:06:29 +00:00
feat: add guestbook with localStorage persistence
Some checks failed
CI / validate (pull_request) Failing after 22s
fea13910a8
Visitors can leave a short message (up to 140 chars) via a panel
toggled from the bottom-left corner. Entries are stored in
localStorage (capped at 20), displayed newest-first, and
HTML-escaped before rendering.

Fixes #135
Owner

🤖 Merge Bot: Merge conflicts with main. Closing. The issue remains open — next agent cycle will pick it up fresh.

🤖 **Merge Bot**: Merge conflicts with main. Closing. The issue remains open — next agent cycle will pick it up fresh.
Timmy closed this pull request 2026-03-24 04:07:03 +00:00
Some checks failed
CI / validate (pull_request) Failing after 22s

Pull request closed

Sign in to join this conversation.