feat(ui): hide list chip outside virtual list views
Task rows now expose a ShowListChip flag that the tasks island sets only for Virtual list kinds, so the chip stops being redundant when viewing a single concrete list. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -141,7 +141,7 @@
|
||||
</Button>
|
||||
|
||||
<!-- List chip with dot -->
|
||||
<Border Classes="chip chip-list">
|
||||
<Border Classes="chip chip-list" IsVisible="{Binding ShowListChip}">
|
||||
<StackPanel Orientation="Horizontal" Spacing="5" VerticalAlignment="Center">
|
||||
<Ellipse Width="6" Height="6"
|
||||
Fill="{DynamicResource MossBrush}"
|
||||
|
||||
Reference in New Issue
Block a user