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:
mika kuns
2026-05-20 11:27:04 +02:00
parent 7d61d38a34
commit 2223839595
3 changed files with 9 additions and 2 deletions

View File

@@ -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}"