Add Smol Launch footer badge - #79
Merged
Merged
Conversation
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.
Original request
Add the supplied Smol Launch featured badge to xpenser with light and dark theme assets, using the repository PR workflow and without a blog post.
Summary
Adds a theme-aware Smol Launch badge to the public landing-page footer so visitors see the matching hosted badge in light and dark modes.
What changed
https://smollaunch.comin a new tab withrel="noopener".featured.svgandfeatured-dark.svghosted assets at their declared 250×60 dimensions with lazy loading.Reasoning
The implementation follows the existing theme-aware footer badge pattern: one accessible link wraps two hosted images, while
dark:hiddenanddark:blockselect the correct asset. Keeping the assets hosted avoids introducing copied third-party files or Next.js remote-image configuration for a small footer badge.Blog post
Skipped. This is a small third-party directory badge addition and does not justify a standalone public release article, as explicitly requested.
Screenshots / preview evidence
Preview: https://xpenser-pr-079.cleverbrush.com
Manual QA exercised the footer at 390 × 844 and 1440 × 900 in light and dark themes, with light/dark mobile and desktop screenshots captured during the session. Verified:
target="_blank",rel="noopener", alt text, dimensions, and lazy-loading attributes are present.The passing Playwright e2e job provides stable browser-test evidence for the updated public homepage flow.
Validation
npm run lintnpm run typechecknpm test— 95 files and 520 tests passedxpenser-web-pr-79never appeared as a trace, log, or HTTP metric resource127.0.0.1:8787was unavailableTelemetry
For the post-QA
xpenser-web-pr-79window:http.server.duration.countreturned no matching metric series.Screenshots / Preview
See the preview evidence above and the passing Playwright job for stable browser-test evidence.
Checklist