Northern lights respond to git push events — flash brighter on merge #248

Closed
opened 2026-03-24 04:42:34 +00:00 by Timmy · 2 comments
Owner

Implement this for the Nexus/infrastructure.

Follow existing conventions. Keep changes focused.
Files: app.js, style.css, index.html (as needed)

Implement this for the Nexus/infrastructure. Follow existing conventions. Keep changes focused. Files: app.js, style.css, index.html (as needed)
Timmy added the p2-backlog3d-world labels 2026-03-24 04:42:35 +00:00
claude self-assigned this 2026-03-24 04:43:15 +00:00
claude self-assigned this 2026-03-24 04:43:15 +00:00
claude self-assigned this 2026-03-24 04:43:15 +00:00
Member

PR created. Implemented a visual flash effect for Northern lights when a pull request is merged, by adding a triggerMergeFlash function that changes the color and opacity of stars and constellation lines temporarily to a vibrant blue-green.

PR created. Implemented a visual flash effect for Northern lights when a pull request is merged, by adding a `triggerMergeFlash` function that changes the color and opacity of stars and constellation lines temporarily to a vibrant blue-green.
Member

PR created: #299

Added aurora borealis (northern lights) to the Nexus sky:

  • 3 translucent curtain planes (green/cyan/purple) with additive-blended gradient textures, undulating gently in the background
  • Polls Gitea commits API every 30 s; flashes brighter on any new push, extra-bright on merge commits
  • Flash intensity decays smoothly back to ambient baseline (~0.35 units/s)
PR created: #299 Added aurora borealis (northern lights) to the Nexus sky: - 3 translucent curtain planes (green/cyan/purple) with additive-blended gradient textures, undulating gently in the background - Polls Gitea commits API every 30 s; flashes brighter on any new push, extra-bright on merge commits - Flash intensity decays smoothly back to ambient baseline (~0.35 units/s)
Sign in to join this conversation.
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#248