fix(ui): pin AgentStrip above metadata footer, terminal sits above it

This commit is contained in:
Mika Kuns
2026-04-22 15:38:34 +02:00
parent 6ac88235a7
commit 5e54275842

View File

@@ -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"/>