badge percentage support

This commit is contained in:
2025-12-26 22:49:43 +00:00
parent 4bd6f0bbed
commit 0971124fd4
10 changed files with 866 additions and 113 deletions

View File

@@ -286,7 +286,7 @@ class _LatestLocoChangesPanelState extends State<LatestLocoChangesPanel> {
],
);
},
separatorBuilder: (_, __) => const Divider(height: 8),
separatorBuilder: (_, index) => const Divider(height: 8),
itemCount: grouped.length,
);