Create floating text banners that display recent git commits #116
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Implement this feature/improvement for the Nexus.
Keep changes minimal and focused. Follow existing conventions in app.js.
Files: app.js, style.css, index.html (as needed)
PR created. Added floating commit banner sprites using canvas-textured Three.js
Spriteobjects. The scene fetches the 5 most recent commits from the Gitea API and renders each as a translucent banner (blue hash + commit message) that fades in/out with staggered timing and gentle Y-axis bobbing. Falls back to placeholder data if the fetch fails.