refactor(ui): class merge-section buttons in DetailsIslandView
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -139,9 +139,9 @@
|
|||||||
HorizontalAlignment="Stretch"/>
|
HorizontalAlignment="Stretch"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
<StackPanel Orientation="Horizontal" Spacing="8">
|
<StackPanel Orientation="Horizontal" Spacing="8">
|
||||||
<Button Content="Review combined diff"
|
<Button Classes="btn" Content="Review combined diff"
|
||||||
Command="{Binding ReviewCombinedDiffCommand}"/>
|
Command="{Binding ReviewCombinedDiffCommand}"/>
|
||||||
<Button Content="Merge all subtasks"
|
<Button Classes="btn" Content="Merge all subtasks"
|
||||||
IsEnabled="{Binding CanMergeAll}"
|
IsEnabled="{Binding CanMergeAll}"
|
||||||
Command="{Binding MergeAllCommand}"
|
Command="{Binding MergeAllCommand}"
|
||||||
ToolTip.Tip="{Binding MergeAllDisabledReason}"/>
|
ToolTip.Tip="{Binding MergeAllDisabledReason}"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user