You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the non-functional Browse everything trending CTA from the flagged trending prompt-suggestions variant.
Why
The CTA used an empty click handler, so it promised navigation but did nothing. The app has no full trending browse route or destination; building that surface is separate product work. Removing the misleading affordance resolves ENG-611 without inventing navigation behavior.
Biome is not runnable because the repository configuration currently cannot resolve ultracite/core; this is pre-existing and not introduced by this change.
These stories' HTML snapshots changed. I've added screenshots + links to the changed stories below. Review them carefully then accept the changes to regenerate baselines and include them in this PR:
Alternatively, you can run bun run test:update-snapshots locally to re-generate the baselines and then push the changes to this PR.
What does this do?
The screenshots above show UI changes detected by the Storybook
snapshot tests run on this PR. Each image is the rendered output of
a Storybook story from the code in this PR branch; the snapshot
test compared it against the committed baseline in __snapshots__/ and flagged the difference.
Checking the box tells the darkmatter[bot] to regenerate the
baselines from this PR's current code and commit them directly to
this branch. The new baselines become the source of truth for
future runs — only accept after confirming the visual changes are
intentional.
Comparison baseline: the committed __snapshots__/ files on this
PR branch (carried forward from develop). Accept updates them in
place on this branch.
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
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
trendingprompt-suggestions variant.Why
The CTA used an empty click handler, so it promised navigation but did nothing. The app has no full trending browse route or destination; building that surface is separate product work. Removing the misleading affordance resolves ENG-611 without inventing navigation behavior.
Closes #637
Test Plan
bun -F native test:unit— 343 tests passed across 51 filesbunx oxlint apps/native/src/components/widget/promptinput/trending-feed.tsxbunx tsc -p apps/native/tsconfig.json --noEmitgit diff --checkBiome is not runnable because the repository configuration currently cannot resolve
ultracite/core; this is pre-existing and not introduced by this change.