Navbar Anpassen #9

Merged
gelbeinhalb merged 11 commits from enhancement/8-tabbar-angleichen into development 2025-11-09 19:59:56 +00:00
Showing only changes of commit 5baeda8b32 - Show all commits

View File

@@ -65,7 +65,7 @@ class _CustomNavigationBarState extends State<CustomNavigationBar>
children: <Widget>[ children: <Widget>[
const SizedBox(width: 0), const SizedBox(width: 0),
_buildNavItem(Icons.home, 'Home', 0), _buildNavItem(Icons.home, 'Home', 0),
_buildNavItem(Icons.history, 'History', 1), _buildNavItem(Icons.history, 'Games', 1),
_buildNavItem(Icons.groups, 'Groups', 2), _buildNavItem(Icons.groups, 'Groups', 2),
_buildNavItem(Icons.bar_chart, 'Stats', 3), _buildNavItem(Icons.bar_chart, 'Stats', 3),
const SizedBox(width: 0), const SizedBox(width: 0),