StatisticsView + HomeView zusammenlegen #208

Merged
sneeex merged 11 commits from enhancement/192-statisticsview-+-homeview-zusammenlegen into development 2026-05-08 21:59:35 +00:00
Showing only changes of commit 86a920e934 - Show all commits

View File

@@ -136,12 +136,10 @@ class _CustomNavigationBarState extends State<CustomNavigationBar>
final loc = AppLocalizations.of(context);
switch (currentIndex) {
case 0:
return loc.home;
case 1:
return loc.matches;
case 2:
case 1:
return loc.groups;
case 3:
case 2:
return loc.statistics;
default:
return '';