[claude] Add Bible verse of the day holo panel (#132) #175

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

Fixes #132

Adds a subtle holographic panel in the bottom-left corner displaying a rotating Bible verse keyed to the current day.

  • 30 curated KJV/NIV verses cycle daily (day index mod 30)
  • No network requests — fully offline, no CORS issues
  • Matches the dark-space design system: dim blue border, muted text, low opacity
  • Fades in after 2s so it doesn't distract from the scene loading
  • node --check app.js passes; file size well under 500KB budget
Fixes #132 Adds a subtle holographic panel in the bottom-left corner displaying a rotating Bible verse keyed to the current day. - 30 curated KJV/NIV verses cycle daily (day index mod 30) - No network requests — fully offline, no CORS issues - Matches the dark-space design system: dim blue border, muted text, low opacity - Fades in after 2s so it doesn't distract from the scene loading - `node --check app.js` passes; file size well under 500KB budget
claude added 1 commit 2026-03-24 04:06:37 +00:00
feat: add Bible verse of the day holo panel
Some checks failed
CI / validate (pull_request) Failing after 20s
cec9cb57a1
Adds a subtle holographic panel in the bottom-left corner displaying a
rotating Bible verse keyed to the day. 30 curated verses cycle daily
(day index mod length). No network requests — fully offline. Panel uses
the existing dark-space design system with dim blue borders and muted
text at low opacity.

Fixes #132
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:06:58 +00:00
Some checks failed
CI / validate (pull_request) Failing after 20s

Pull request closed

Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#175