Event management

This commit is contained in:
2026-05-06 10:21:10 +02:00
parent f72735197d
commit 67d27ab21c
5 changed files with 560 additions and 0 deletions
+2
View File
@@ -15,6 +15,8 @@
<Border DockPanel.Dock="Top" Background="#2D2D30" Padding="8">
<StackPanel Orientation="Horizontal" Spacing="4">
<Button Content="Home" Command="{Binding NavigateToHomeCommand}" Padding="16,8" FontSize="14" Foreground="White" Background="Transparent" BorderThickness="0"/>
<Button Content="Events" Command="{Binding NavigateToEventsCommand}" Padding="16,8" FontSize="14" Foreground="White" Background="Transparent" BorderThickness="0"/>
<Button Content="Games" Command="{Binding NavigateToGamesCommand}" Padding="16,8" FontSize="14" Foreground="White" Background="Transparent" BorderThickness="0"/>
<Button Content="Teams" Command="{Binding NavigateToTeamsCommand}" Padding="16,8" FontSize="14" Foreground="White" Background="Transparent" BorderThickness="0"/>
</StackPanel>
</Border>