item loading optimizations, fix search hint text translation#114
Open
harleykradovill wants to merge 5 commits into
Open
item loading optimizations, fix search hint text translation#114harleykradovill wants to merge 5 commits into
harleykradovill wants to merge 5 commits into
Conversation
…ove searchBox into search folder
|
Thank you for cherry picking the commits instead of just copying & pasting the code so ferezvi retains credit for their work 🤘🏻 |
Collaborator
Author
For sure! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Pull Request
Summary
This PR contains various performance improvements within Moonfin. It backports commits from upstream and expands on them, providing loading speed improvements for search, episode lists, and tv show extras. This also fixes an issue where the hint text on the search screen would translate upward after clearing the search box. It also replaces an unnecessarily large
circle64.pngwith another existing image, since existing uses would scale the image down anyways even though the app loaded the full image.Type of Change
Changes Made
searchMediaandTVSeasonExtras. These changes made noticeable search speed improvements. I found that a 10 second search now only takes 3 seconds. The issue was that the app loaded images for every search result immediately. Now, it loads images only after the search completes and the rows are displayed.searchRowsso they align.searchBox.bsandsearchBox.xmlin to thesearchfolder.circle64.pngwithcircle.png. There was no need for two images, especially sincecircle64.pngis 1000x1000px but is displayed at a maximum size of only 250px.Testing
Checklist