Closed Divinelink closed 6 months ago
Attention: Patch coverage is 80.45113%
with 26 lines
in your changes are missing coverage. Please review.
Project coverage is 62.97%. Comparing base (
d1ef1a7
) to head (13c7dce
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This pull request optimizes the image loading for posters on the home screen. We've switched to using lower resolution images, resulting in a significant reduction in file size (at least 15x smaller). Previously, poster images were around 500-1000KB each. With this change, the new 300x450 images are only 10-40KB. This optimization will noticeably improve loading speeds and reduce network bandwidth usage when scrolling through the home screen.
Additionally, we improved the accessibility of the bottom sheet on the main screen. To ensure users can access all content regardless of length, we've implemented scrolling functionality. Also, the "Details & More" button now remains fixed at the bottom of the sheet, guaranteeing its visibility for users with dexterity or scrolling limitations.
We've also introduced a new module called "designsystem" and moved the related compose theming there.
Fixes #43 #25