Add the Daily Picks, Trending and Just For You section content - #116
Open
Conversation
The horizontal rails that make up the Explore feed, and the collage card that fronts Saved / Recently Viewed. `ExploreCollageCard` shows a single image when a collection is thin and a 2x2 grid once it has at least four listings, so a one-item Saved list doesn't render three empty tiles. `ExploreTrendingSection` puts the category picker in the section header itself — the header is the control — and shows a skeleton on first load only, so switching categories doesn't tear the rail down and rebuild it. Two things worth calling out for reviewers: - A trending card pushed the category list instead of the listing it displays. Fixed; it now pushes `.productDetails` like the Daily Picks cards do. - The upcoming-events section was a standalone shimmer with no data source and no caller. Left it out rather than shipping a placeholder that never resolves; it can come back with the events endpoint. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017R8mua9xepzF3mnRETtd6W
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This was referenced Sep 3, 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.
The horizontal rails that make up the Explore feed, and the collage card that
fronts Saved / Recently Viewed.
ExploreCollageCardshows a single image when a collection is thin and a2x2 grid once it has at least four listings, so a one-item Saved list doesn't
render three empty tiles.
ExploreTrendingSectionputs the category picker in the section header itself— the header is the control — and shows a skeleton on first load only, so
switching categories doesn't tear the rail down and rebuild it.
Two things worth calling out for reviewers:
Fixed; it now pushes
.productDetailslike the Daily Picks cards do.no caller. Left it out rather than shipping a placeholder that never resolves;
it can come back with the events endpoint.
Co-Authored-By: Claude Opus 5 (1M context) noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_017R8mua9xepzF3mnRETtd6W