Discover: the boosted strip on the phone screen - #168
Merged
Conversation
The app has shown paying members above the discovery list since langx/langx #1274, and the phone screen on the site — which is what every store screenshot, press image and email is cut from — did not. Adds the strip: the bolt heading, "What is this?", and four cards the list below does not use, so no face appears twice on one screen. The search icon's lens was centred at 11,18 with a radius of 7, so it ran a pixel past the 24 viewBox and clipped flat. Stroked and clipped it read as a filled blob rather than a magnifier. Centred at 11,11. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Same 1170x2000 window at 520x889 as before; it just comes from the screen that now has the strip in it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This was referenced Sep 10, 2026
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
DiscoverScreen.svelte— the bolt heading, "What is this?", and four cards. The app has shown paying members above the discovery list since Boosted profiles, the Boost switch, account suspension, status tags and three-letter usernames langx#1274; this phone screen had not caught up.11,18with a radius of7, so the circle ran a pixel past the24viewBox and clipped flat — stroked, it read as a filled blob rather than a magnifier. Centred at11,11.static/email/screen-discover.pngfrom the updated screen (same 1170×2000 window at 520×889).Why this component and not just the pictures
Every picture of Discover we ship is cut from this component — the store screenshots in all eight languages, the press screens, the postcard, the launch email. There is no other source. So the strip had to land here before any of that could be re-rendered, and
langx/brandinghas a companion PR that re-shoots all of it.Notes for the reviewer
POLYGLOT/FLUENTare brand marks, not translated strings — same asTIER_BADGESin the app and themescreen here.--color--pro,--color--accent-tint,--color--muted. Nothing new added to the palette, and the strip themes with everything else.prettier --checkandeslintboth clean on the two changed files.🤖 Generated with Claude Code