fix: sticky plan footer + TeamPage cold-start race + capture plan beat fixes - #932
Merged
Conversation
…t fixes - SlidePanel: add optional footer prop rendered outside scrollable body - OutcomePlanPanel: hoist Confirm/Clarify actions to footer when awaiting plan - CoordinatorRunPage: wire planFooter state between OutcomePlanPanel + SlidePanel - TeamPage: decouple getTeam() from Promise.all so roster renders independently - capture plan beat 1.3: add heading waitFor + increase timeout 20s->60s - capture plan beat 2.2: add scrollIntoView eval before Confirm plan waitFor Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 7762866f-fa88-4087-b5df-17f482d36ec0
…imeouts Beat 2.2: add run-summary-chip-goal click to open OutcomePlanPanel before waiting for 'Confirm plan'. Panel starts closed (planPanelOpen=false) — the button was never in the DOM. Also raise Confirm plan waitFor 60s→120s. Beat 2.5: raise followNewPage timeout 15s→60s (sandbox startup can exceed 15s). These three fixes complement the beat 1.3 timeout and 2.2 scrollIntoView changes already on this branch. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 7762866f-fa88-4087-b5df-17f482d36ec0
sabbour
enabled auto-merge (squash)
August 26, 2026 02:15
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 7762866f-fa88-4087-b5df-17f482d36ec0
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 7762866f-fa88-4087-b5df-17f482d36ec0
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
Fixes three capture blockers and two UI regressions found during the blueprint demo capture run.
UI fixes
Capture plan fixes (\�lueprint-demo.capture.json)
un-summary-chip-goal\ click to open the Outcome plan SlidePanel (was never opened — button never in DOM); adds scrollIntoView before Confirm plan; raises Confirm plan waitFor 60s→120s.
Related
Test plan
pm run test:web\ — OutcomePlanPanel + SlidePanel unit tests pass