[iOS & tvOS] Use AboutView
for Series Poster Routing
#1438
Merged
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
This is a fairly small change and might not make sense. For episodes, this removes the "Series" section. Instead, if the
ViewModel.Item.Type
is.episode
, theImageCard
routes the user to the Series. Otherwise, this continues to just be a poster. Works for both iOS and tvOS.This removes the mostly empty "Series" section that kind of looks out of place with a single item. The only downside is it may not be directly obvious this button routes to the Series.
This change makes sense to me as I keep tapping this poster thinking it will take me back to the series. Let me know if this is too ambiguous. My idea for making this less ambiguous is, if the item is not an episode, just move focus back to the top of the page. That way it's always a button but we're not routing anyone from the
ItemView
back to the sameItemView
.Video (tvOS)
Simulator.Screen.Recording.-.Apple.TV.4K.3rd.generation.-.2025-02-20.at.14.26.08.mp4