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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(mobile): "You may also like" section on media detail (#31) (#35)
Surface TMDB recommendations as a horizontal shelf near the bottom of
movie and TV detail pages so the page becomes a place to keep browsing.
- api: expose existing getMediaRecommendations via
GET /tmdb/:mediaType/:tmdbId/recommendations
- mobile: lib wrapper + tmdbKeys.recommendations + useMediaRecommendations
- mobile: RecommendationsSection (reuses Shelf + PosterCard), rendered
after the ratings section, hidden when empty, navigates within the tab
- i18n: mediaDetail.youMayAlsoLike (EN/FR)
- whats-new: "You May Also Like" release
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>