Hausaufgaben feature und Stundeplan fix
CI / build-and-test (push) Canceled after 0s

This commit is contained in:
2026-09-08 18:01:42 +02:00
parent 86e114580f
commit e86125e5f9
7 changed files with 388 additions and 2 deletions
@@ -28,6 +28,8 @@
<WrapPanel Grid.Row="1" Orientation="Horizontal" ItemSpacing="8" LineSpacing="8" Margin="0,10,0,0">
<Button Content="Klassenbuch abgleichen…" Click="OnCompareWebUntisDocumentationClick"
VerticalAlignment="Center"/>
<Button Content="Fehlende Hausaufgaben abgleichen…" Click="OnCompareWebUntisHomeworkClick"
VerticalAlignment="Center"/>
<Button Content="Bereiche anpassen" Command="{Binding ToggleDashboardSettingsCommand}"
VerticalAlignment="Center"/>
</WrapPanel>