feat: ui: visual redesign of graph mode#886
Merged
gioelecerati merged 7 commits intomainfrom Apr 17, 2026
Merged
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro 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)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
72e53b0 to
7fa4b74
Compare
Contributor
🚀 fal.ai Preview Deployment
Livepeer Runner
Testing Livepeer Mode |
leszko
approved these changes
Apr 17, 2026
Signed-off-by: gioelecerati <gioele@cerati.org>
Signed-off-by: gioelecerati <gioele@cerati.org>
Signed-off-by: gioelecerati <gioele@cerati.org>
Signed-off-by: gioelecerati <gioele@cerati.org>
Signed-off-by: gioelecerati <gioele@cerati.org>
4fb5584 to
7fcae5f
Compare
3 tasks
emranemran
added a commit
that referenced
this pull request
Apr 20, 2026
The redesign in #886 replaced the streaming-first landing with a Workflow/Perform toggle and removed the "Daydream Scope" heading the test was polling for. The test has been dead since then. Updates: - Wait on the Perform-mode toggle appearing instead of the missing heading - Explicitly switch to Perform mode before the cloud/pipeline/stream steps — default is now Workflow (graph mode) where those controls aren't rendered - Find the cloud button by title attribute (covers all three states: "Connect to cloud", "Connecting to cloud...", "Cloud connected") - Bump the cloud-connect timeout to 180s so fal cold-starts have room - Verify frame flow by polling any <video> element rather than locating the old "Video Output" card wrapper - Stop uses the start-stream-button toggle (PlayOverlay changes role when streaming) with a text-based fallback Verified locally: full flow passes in ~3 minutes against a warm fal deploy with the passthrough pipeline. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: emranemran <emran.mah@gmail.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.
Graph node visual redesign
More compact parameter layout
Smaller connectors, same hit area
Edges & context menu polish
Toolbar updates