feat: show splash text in all UI modes#194
Merged
Merged
Conversation
Remove the Minecraft-mode gate so the bouncing yellow rotated splash text (30 inference-themed phrases) appears on the landing page regardless of theme. Simplify component by removing MutationObserver and theme detection logic. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Apply Monocraft pixel font, dark text-shadow, and disabled font smoothing directly on .splash-text so it looks like Minecraft title screen text in all UI modes (light, dark, and Minecraft). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The Header component uses useRouter() and usePathname() from next/navigation, which require the App Router context. Wrap the component mount with AppRouterContext and PathnameContext providers using mock stubs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
follow-redirects <= 1.15.11 leaks custom auth headers (X-API-Key, etc.) to cross-domain redirect targets. Add pnpm override to force >= 1.16.0. Fixes #22 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Next.js internal context modules have type declarations, so the @ts-expect-error directives were flagged as unused by the build type checker. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
MinecraftSplashcomponent by removing theMutationObserverand theme detection logic — now picks a random phrase on mount and always rendersTest plan
🤖 Generated with Claude Code