Add FoundrList footer badge - #77
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.
Summary
Add the FoundrList hosted badge to the public landing-page footer using the repository's existing vendor-badge pattern.
Original request
Add this FoundrList badge to xpenser using the PR workflow, without creating a blog post:
https://www.foundrlist.com/product/xpenser?utm_source=badge&utm_medium=embedhttps://www.foundrlist.com/api/badge/xpenserFeatured on FoundrListWhat changed
target="_blank", andrel="noopener".Reasoning
The landing page already owns vendor badges as small local components backed by immutable configuration objects. Following that pattern keeps the embed consistent without adding a shared UI primitive or Next.js remote-image configuration. The badge is placed immediately before OpenHunts, matching recent directory-badge additions.
Blog post
Skipped. This is a small promotional footer embed, and the original request explicitly asked for no blog post.
Validation
npm run lintnpm run typechecknpm test— 95 files, 520 testsScreenshots / Preview
Preview: https://xpenser-pr-077.cleverbrush.com
Manual QA exercised the footer at 390 × 844 and 1440 × 900 in both light and dark themes. Verified:
target="_blank", andrel="noopener"are present.The passing Playwright job above provides stable CI evidence for the updated public homepage flow.
Telemetry
For
xpenser-web-pr-77over the post-QA window:http.server.duration.countandnodejs.eventloop.utilizationreturned no matching metric series for this preview web service, recorded as an explicit metrics skip rather than a UI blocker.Checklist