feat(ui): diff modal with file sidebar and tinted hunks
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
IsVisible="{Binding BranchLine, Converter={x:Static ObjectConverters.IsNotNull}}"/>
|
||||
<!-- Button row -->
|
||||
<StackPanel Orientation="Horizontal" Spacing="8" Margin="0,6,0,0">
|
||||
<Button Classes="icon-btn" Content="Open diff"/>
|
||||
<Button Classes="icon-btn" Content="Worktree"/>
|
||||
<Button Classes="icon-btn" Content="Open diff" Command="{Binding OpenDiffCommand}"/>
|
||||
<Button Classes="icon-btn" Content="Worktree" Command="{Binding OpenWorktreeCommand}"/>
|
||||
<Button Classes="icon-btn" Content="Stop" Command="{Binding StopCommand}"/>
|
||||
<Button Classes="icon-btn" Content="Approve & merge" Command="{Binding ApproveMergeCommand}"/>
|
||||
</StackPanel>
|
||||
|
||||
Reference in New Issue
Block a user