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