style(ui): agent strip with worktree panel and diff meter
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -664,6 +664,23 @@
|
||||
<Setter Property="Foreground" Value="{StaticResource TextDimBrush}" />
|
||||
</Style>
|
||||
|
||||
<!-- ============================================================ -->
|
||||
<!-- DIFF METER -->
|
||||
<!-- ============================================================ -->
|
||||
<!-- Outer track (full width, line-bright bg) -->
|
||||
<Style Selector="Border.diff-meter-track">
|
||||
<Setter Property="Height" Value="4" />
|
||||
<Setter Property="CornerRadius" Value="2" />
|
||||
<Setter Property="Background" Value="{StaticResource LineBrightBrush}" />
|
||||
<Setter Property="ClipToBounds" Value="True" />
|
||||
</Style>
|
||||
<!-- Filled portion (moss; width set via ScaleTransform or Width binding in view) -->
|
||||
<Style Selector="Rectangle.diff-meter-fill">
|
||||
<Setter Property="Height" Value="4" />
|
||||
<Setter Property="Fill" Value="{StaticResource MossBrightBrush}" />
|
||||
<Setter Property="HorizontalAlignment" Value="Left" />
|
||||
</Style>
|
||||
|
||||
<!-- ============================================================ -->
|
||||
<!-- SECTION LABELS (OVERDUE / TASKS / COMPLETED) -->
|
||||
<!-- ============================================================ -->
|
||||
|
||||
Reference in New Issue
Block a user