refactor(ui): use section-divider in DetailsIslandView
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -128,9 +128,7 @@
|
|||||||
<StackPanel Spacing="0">
|
<StackPanel Spacing="0">
|
||||||
|
|
||||||
<!-- Planning merge section — visible only for planning parent tasks -->
|
<!-- Planning merge section — visible only for planning parent tasks -->
|
||||||
<Border Padding="18,12,18,12"
|
<Border Classes="section-divider"
|
||||||
BorderBrush="{DynamicResource LineBrush}"
|
|
||||||
BorderThickness="0,0,0,1"
|
|
||||||
IsVisible="{Binding Task.IsPlanningParent}">
|
IsVisible="{Binding Task.IsPlanningParent}">
|
||||||
<StackPanel Spacing="8">
|
<StackPanel Spacing="8">
|
||||||
<TextBlock Classes="section-label" Text="MERGE" Margin="0,0,0,2"/>
|
<TextBlock Classes="section-label" Text="MERGE" Margin="0,0,0,2"/>
|
||||||
@@ -156,9 +154,7 @@
|
|||||||
</Border>
|
</Border>
|
||||||
|
|
||||||
<!-- Steps section -->
|
<!-- Steps section -->
|
||||||
<Border Padding="18,12,18,12"
|
<Border Classes="section-divider">
|
||||||
BorderBrush="{DynamicResource LineBrush}"
|
|
||||||
BorderThickness="0,0,0,1">
|
|
||||||
<StackPanel Spacing="6">
|
<StackPanel Spacing="6">
|
||||||
<TextBlock Classes="section-label" Text="STEPS" Margin="0,0,0,2"/>
|
<TextBlock Classes="section-label" Text="STEPS" Margin="0,0,0,2"/>
|
||||||
<TextBox Text="{Binding NewSubtaskTitle, Mode=TwoWay}"
|
<TextBox Text="{Binding NewSubtaskTitle, Mode=TwoWay}"
|
||||||
@@ -206,9 +202,7 @@
|
|||||||
</Border>
|
</Border>
|
||||||
|
|
||||||
<!-- Details (description) section -->
|
<!-- Details (description) section -->
|
||||||
<Border Padding="18,12,18,12"
|
<Border Classes="section-divider">
|
||||||
BorderBrush="{DynamicResource LineBrush}"
|
|
||||||
BorderThickness="0,0,0,1">
|
|
||||||
<StackPanel Spacing="6">
|
<StackPanel Spacing="6">
|
||||||
<Grid ColumnDefinitions="Auto,*,Auto,Auto">
|
<Grid ColumnDefinitions="Auto,*,Auto,Auto">
|
||||||
<Button Grid.Column="0"
|
<Button Grid.Column="0"
|
||||||
|
|||||||
Reference in New Issue
Block a user