Closed Divinelink closed 6 months ago
Attention: Patch coverage is 75.50505%
with 97 lines
in your changes are missing coverage. Please review.
Project coverage is 64.21%. Comparing base (
e4a1057
) to head (81380b3
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
In this pull request we introduced the functionality for the user to be able to rate a movie/tv series when they are logged in.
To properly handle Snackbar messages between all screens, we've made added a custom Snackbar Handler to manage messages and delegate to the SnackbarController provided by SnackbarHostState. This will help us avoid a lot of boiler plate code and overall ensure cleaner and more maintainable code.