feat(tv): home row adjustmnets - #309
Merged
RadicalMuffinMan merged 5 commits intoJul 16, 2026
Merged
Conversation
✅ Build SuccessfulAll platform builds passed. You can download the test artifacts below.
|
…nre/rating fixes - Implemented progressive, non-blocking background loading of home screen rows. Dismisses the initial loading spinner immediately once local Guide, My Media, and Continue Watching rows are available. - Added a staggered loader scheduler with a 300ms delay between background loads (genres, collections, playlists, recos, IMDb, etc.) to prevent high concurrency SQLite database spikes, locks, and request timeouts on the Jellyfin server. - Fixed unmatched genres search parameter formatting by joining names with pipe (|) instead of comma (,), allowing Jellyfin to return correct representative posters for genre cards. - Integrated automatic settings synchronization immediately upon login to enable instant Moonbase sync plugin discovery on page reloads/recompiles. - Optimized settings server sync comparisons in SettingsContext.js to prevent unnecessary React context consumer re-render loops. - Resolved issue where home row ordering and visibility filter checks (e.g. latest media, recently released) failed due to mismatching server-style unhyphenated keys (latestmedia) and TV-style hyphenated keys (latest-media) by mapping both key styles bidirectionally. - Fixed backdrop images on focus for external lists (IMDb, Letterboxd, Seerr) and prevented invalid Jellyfin database calls on custom media items. - Safeguarded cachedRowData spreads against null-reference TypeErrors. - Corrected external row ratings truthiness check to display Letterboxd star ratings by default.
RadicalMuffinMan
force-pushed
the
feature/tv-progressive-loading
branch
from
July 16, 2026 01:25
78d27d0 to
61c591d
Compare
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.
Changes Included:
THINGS NOT WORKING: