fix export PNG title wrapping and hide dropdown chevron in export#22
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
functionstackx
added a commit
that referenced
this pull request
Apr 16, 2026
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>
functionstackx
added a commit
that referenced
this pull request
Apr 16, 2026
* feat: show splash text in all UI modes, not just Minecraft 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> * fix: always use Minecraft font for splash text regardless of theme 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> * fix: header Cypress test — provide App Router context 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> * fix: upgrade follow-redirects to 1.16.0 (CVE: header leak on redirect) 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> * fix: remove unused @ts-expect-error directives in header test 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> --------- 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.
No description provided.