Add Xbox Series X controller support and shell navigation#93
Merged
dfederm merged 1 commit intoJun 21, 2026
Merged
Conversation
This was referenced Jun 20, 2026
Centralize gamepad helpers in GamepadInput and route shell shortcuts through NavigationManager at the CoreWindow level. Map video transport controls for A/X/sticks/D-pad/LB/RB and add back navigation for WebVideo. Polish: fix GamepadA stealing focus from transport controls, unify menu callbacks through RelayCommands, remove redundant Escape handler, and consolidate menu-open API.
02acd31 to
1d489cf
Compare
CyberoniOntoni
added a commit
to CyberoniOntoni/JellyBox
that referenced
this pull request
Jun 20, 2026
Reload search results when submitting the same query on the results page. Collapse suggestion picking into ShellSearchViewModel.SelectSuggestion with debounce suppression. Add stale-load guards to SearchViewModel. Restore PR dfederm#93 NavigationManager menu and gamepad polish (OpenNavigationMenu only, GamepadA focus fix, unified text-input checks).
dfederm
approved these changes
Jun 21, 2026
CyberoniOntoni
added a commit
to CyberoniOntoni/JellyBox
that referenced
this pull request
Jun 23, 2026
Rebased onto main with conflict resolution against dfederm#93 (controller shell), dfederm#97 (packaging), and dfederm#100 (CancellableLoad). - Add shell search bar, Search page, and ShellFocusCoordinator - Fix library filter XY-focus in code-behind; up-from-home focuses search - Route collection folders via CollectionNavigation; async item lookup for search - Keep CancellableLoad for ItemDetails/SearchViewModel; add CancelAsync for navigate-away - ItemDetails null-safety and ResetDisplayState on reload
7 tasks
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.
Summary
Adds Xbox Series X/S controller support and shell-level navigation. Builds on #88.
Controller and shell navigation
GamepadInputNavigationManagerat the CoreWindow level so it works on every content pageMerge order
This PR stacks on #88 (
fix/build-and-subtitle-playback). Please merge #88 first, then this one.Part of splitting the former #89 into bite-sized reviews. Follow-up: shell search PR stacks on this branch.
Test plan