fix(ui): pin AgentStrip above metadata footer, terminal sits above it
This commit is contained in:
@@ -131,7 +131,10 @@
|
||||
</Grid>
|
||||
</Border>
|
||||
|
||||
<!-- ── Scrollable body: steps, agent strip, terminal ── -->
|
||||
<!-- ── Agent status strip (sticky, above metadata footer) ── -->
|
||||
<islands:AgentStripView DockPanel.Dock="Bottom"/>
|
||||
|
||||
<!-- ── Scrollable body: steps + terminal ── -->
|
||||
<ScrollViewer VerticalScrollBarVisibility="Auto">
|
||||
<StackPanel Spacing="0">
|
||||
|
||||
@@ -181,9 +184,6 @@
|
||||
</StackPanel>
|
||||
</Border>
|
||||
|
||||
<!-- Agent status strip -->
|
||||
<islands:AgentStripView/>
|
||||
|
||||
<!-- Session terminal — auto-sizes to output, scrolls internally after MaxHeight -->
|
||||
<islands:SessionTerminalView MaxHeight="420"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user