refactor(ui): test planning detail pane via real ViewModel and restore merge-all IsEnabled binding

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
mika kuns
2026-04-24 16:31:54 +02:00
parent 9d04d1d9f6
commit 1aead9dad0
5 changed files with 162 additions and 65 deletions

View File

@@ -157,6 +157,7 @@
<Button Content="Review combined diff"
Command="{Binding ReviewCombinedDiffCommand}"/>
<Button Content="Merge all subtasks"
IsEnabled="{Binding CanMergeAll}"
Command="{Binding MergeAllCommand}"
ToolTip.Tip="{Binding MergeAllDisabledReason}"/>
</StackPanel>