feat(stream): replace session-started splash with minimal Connected badge - #601
Merged
Conversation
Co-authored-by: capy-ai[bot] <230910855+capy-ai[bot]@users.noreply.github.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Chizuui
pushed a commit
to Chizuui/OpenNOW-Modified
that referenced
this pull request
Aug 11, 2026
…dge (OpenCloudGaming#601) Co-authored-by: capy-ai[bot] <230910855+capy-ai[bot]@users.noreply.github.com>
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.
This PR replaces the full-screen session-started splash screen with a compact, top-center "Connected" badge that briefly appears when streaming begins.
SessionStartedSplashfrom full-screen card to minimal badge with checkmark iconNote
Low Risk
UI-only stream feedback and styling changes with no auth, session, or streaming protocol impact.
Overview
Replaces the full-screen “Session started” splash (blurred backdrop, card, game title, progress bar) with a small top-center pill that shows a checkmark and “Connected” (
stream.connectedBadge.title), auto-dismissed after 2.4s (was 3s).SessionStartedSplashis reduced to a single motion variant and no longer renders kicker, game name, or decorative layers; copy moves off the oldstream.sessionStartedstrings for the badge label.StreamViewstops gating the stats HUD on splash visibility, so stats can appear while the badge is still showing.CSS repositions
.sv-ready-splashto the safe-area top and restyles.sv-ready-splash-cardas a compact chip, removing the large splash keyframes and orb/ring/shimmer rules.Reviewed by Cursor Bugbot for commit a8cf4ae. Configure here.