feat: dynamic display count shown in tile
Some checks failed
Pull Request Pipeline / lint (pull_request) Successful in 47s
Pull Request Pipeline / test (pull_request) Successful in 49s
Pull Request Pipeline / localizations (pull_request) Failing after 29s

This commit is contained in:
2026-05-25 13:06:11 +02:00
parent b9710ed851
commit fb2f6d3adc
3 changed files with 27 additions and 19 deletions

View File

@@ -65,6 +65,8 @@ class _StatisticDetailViewState extends State<StatisticDetailView> {
barColor: widget.barColor,
selectedGroups: widget.statistic.selectedGroups,
selectedGames: widget.statistic.selectedGames,
displayCount: displayCount,
showAllValues: true,
),
const SizedBox(height: 12),