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 cd7e61e2c7 - Show all commits

View File

@@ -62,7 +62,7 @@ class _StatisticsViewState extends State<StatisticsView> {
children: [ children: [
QuickInfoTile( QuickInfoTile(
width: constraints.maxWidth * 0.45, width: constraints.maxWidth * 0.45,
height: constraints.maxHeight * 0.15, height: constraints.maxHeight * 0.13,
title: loc.matches, title: loc.matches,
icon: Icons.groups_rounded, icon: Icons.groups_rounded,
value: matchCount, value: matchCount,
@@ -70,7 +70,7 @@ class _StatisticsViewState extends State<StatisticsView> {
SizedBox(width: constraints.maxWidth * 0.05), SizedBox(width: constraints.maxWidth * 0.05),
QuickInfoTile( QuickInfoTile(
width: constraints.maxWidth * 0.45, width: constraints.maxWidth * 0.45,
height: constraints.maxHeight * 0.15, height: constraints.maxHeight * 0.13,
title: loc.groups, title: loc.groups,
icon: Icons.groups_rounded, icon: Icons.groups_rounded,
value: groupCount, value: groupCount,