Skip to content

v1.2.2

Choose a tag to compare

@miicolas miicolas released this 15 Jun 18:59
5152a9e
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>