feat(ui): implement StreamView sidebar with settings controls#141
Merged
zortos293 merged 16 commits intoOpenCloudGaming:devfrom Mar 9, 2026
Merged
feat(ui): implement StreamView sidebar with settings controls#141zortos293 merged 16 commits intoOpenCloudGaming:devfrom
zortos293 merged 16 commits intoOpenCloudGaming:devfrom
Conversation
…s, and update pointer lock handling
Author
|
I'm still working on this, but figured I'd open the PR, since it'll be done soon. |
…nd management in StreamView
…djust related functionality
- Introduced `requestKeyframe` method in GfnSignalingClient to send keyframe requests with reason, backlog frames, and attempt count. - Added IPC handler for keyframe requests in the main process. - Updated preload API to include `requestKeyframe` method. - Enhanced StreamView component to manage sidebar tabs for preferences and shortcuts. - Implemented decoder pressure detection and recovery mechanisms in GfnWebRtcClient, including bitrate reduction and keyframe requests. - Updated diagnostics to track decoder pressure state and recovery attempts. - Styled sidebar tabs for better user experience.
…hot shortcut error handling
Author
|
Final testing. will report back later today. |
Author
|
This is currently complete. I'll try to add game filters and video recording in the near future. But this is a really nice addition to in-stream UX. further testing is welcome. |
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
Expands
StreamViewinto a more complete in-stream control surface with improvements to controls, visibility, and quality-of-life settings.Features
Testing
npm run typecheckpasses locally.