[UI] Unify Connect UX across run configuration types (plus fix)#3622
Merged
peterschmidt85 merged 2 commits intomasterfrom Mar 4, 2026
Merged
[UI] Unify Connect UX across run configuration types (plus fix)#3622peterschmidt85 merged 2 commits intomasterfrom
peterschmidt85 merged 2 commits intomasterfrom
Conversation
…ssues Add a Connect component for task runs that expose ports, with a two-step wizard (Attach + Open). Single port shows a simple button; multiple ports use a ButtonDropdown to select and open any forwarded port. Also fix two launch wizard issues: - Add `ports` to the supported YAML fields whitelist - Stop setting `docker: true` when selecting a Docker image (unrelated field) - Fix `IJobSpec.app_specs` type from singular to array - Show `-` for empty configuration path on run details Made-with: Cursor
jvstme
approved these changes
Mar 3, 2026
frontend/src/pages/Runs/Details/RunDetails/ConnectToTaskRun/index.tsx
Outdated
Show resolved
Hide resolved
frontend/src/pages/Runs/Details/RunDetails/ConnectToTaskRun/index.tsx
Outdated
Show resolved
Hide resolved
Address PR feedback by making Connect panels collapsible across run types, using Done to collapse wizard flows, and fixing task Open-step behavior when map_to_port is unset. Made-with: Cursor
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 delivers two major updates and minor UI polish.
dockerproperty in launch-form wiring.