feat(ui): pinned Notes row in My Day opens the notes editor

Add ShowNotesRow/OpenNotesCommand to TasksIslandViewModel; wire NotesRequested
event to Details.ShowNotes() in the shell; show a Notes button above the task
list when the My Day smart list is active.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
mika kuns
2026-06-03 10:08:30 +02:00
parent eccd06e182
commit a8943a9f7a
3 changed files with 20 additions and 0 deletions

View File

@@ -65,6 +65,14 @@
</Grid>
</Border>
<!-- Notes pinned row (My Day only) -->
<Button DockPanel.Dock="Top"
Classes="btn" HorizontalAlignment="Stretch" HorizontalContentAlignment="Left"
Margin="16,0,16,8"
IsVisible="{Binding ShowNotesRow}"
Command="{Binding OpenNotesCommand}"
Content="Notizen (Tagesnotizen)"/>
<!-- Task list -->
<ScrollViewer>
<StackPanel Margin="10,4">