feat(library): optimize catalog search, caching, and game pass filtering - #1681
Open
vishalrao8 wants to merge 1 commit into
Open
vishalrao8 wants to merge 1 commit into
vishalrao8 wants to merge 1 commit into
Conversation
vishalrao8
force-pushed
the
feature/library-search-improvements
branch
from
September 13, 2026 19:15
7b3426a to
24136ae
Compare
- Persist and load catalog immediately from electron-store cache (xcloud_catalog_cache) for instant search - Add Game Pass Games toggle adjacent to search input to filter entitled titles - Debounce library search input by 250ms to prevent IPC thrashing - Reset ViewportGrid pagination to page 0 when search results change - Add localization strings for Game Pass Games in English, Spanish, German, Russian, and Ukrainian - Add .nvmrc specifying Node 22
vishalrao8
force-pushed
the
feature/library-search-improvements
branch
from
September 13, 2026 19:20
24136ae to
76b7ff9
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.



🐛 The Bug
🛠️ What Changed
electron-store(xcloud_catalog_cache) and restores it on startup for instant launch-time search.Game_pass_games) for EN, ES, DE, RU, and UK..nvmrc): Pinnedv22.22.2to ensure consistent ESM build behavior.