Skip to content

feat: minecraft splash text + fix music pause on navigation#189

Merged
adibarra merged 3 commits intomasterfrom
feat/minecraft-enhancements
Apr 14, 2026
Merged

feat: minecraft splash text + fix music pause on navigation#189
adibarra merged 3 commits intomasterfrom
feat/minecraft-enhancements

Conversation

@cquil11
Copy link
Copy Markdown
Contributor

@cquil11 cquil11 commented Apr 13, 2026

Summary

Follow-up to #187. Two improvements to Minecraft mode:

  • Splash text: Bouncing yellow rotated text on the landing page (Minecraft title screen style) with 30 inference-themed phrases like "GPU go brrr!", "Also try SGLang!", "Disagg or no disagg?", "FP8 is the new FP16!". Only visible in minecraft mode.
  • Fix music pause: Switch all header NavLink navigations to use Next.js Link (soft nav) instead of plain <a> tags. This keeps the root layout mounted so the YouTube music player is never destroyed when switching between pages.

Test plan

  • In minecraft mode, landing page shows a yellow bouncing rotated phrase near the heading
  • Phrase is randomly selected on each page load
  • Splash text is hidden in light/dark mode
  • Music continues uninterrupted when navigating between pages (Home → Dashboard → Supporters → Articles → About)
  • All navigation links still work correctly

🤖 Generated with Claude Code

- Add Minecraft-style bouncing yellow splash text on the landing page
  with 30 inference-themed phrases (only visible in minecraft mode)
- Use Next.js Link for all header navigation to prevent music from
  pausing when switching between pages

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
inferencemax-app Ready Ready Preview, Comment Apr 14, 2026 2:25am

Request Review

@adibarra
Copy link
Copy Markdown
Contributor

Had to revert the a/NavLink tags change which fixes the music pausing. Next has a bug at the moment where only using NavLink between pages with different layouts which requires you to double click the nav buttons.

@adibarra adibarra merged commit 31bfde7 into master Apr 14, 2026
12 checks passed
@adibarra adibarra deleted the feat/minecraft-enhancements branch April 14, 2026 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants