Update: 2026-06-15 01:37:40

This commit is contained in:
Hamza-Ayed
2026-06-15 01:37:41 +03:00
parent f021ba5a35
commit 2321b78244
164 changed files with 1356 additions and 1560 deletions

View File

@@ -53,7 +53,10 @@ class StatisticsDashboard extends StatelessWidget {
IconButton(
icon: const Icon(Icons.refresh_rounded,
color: Colors.white),
onPressed: () => gc.fetchGamificationData(),
onPressed: () {
gc.fetchGamificationData(force: true);
sc.reloadData(force: true);
},
),
],
flexibleSpace: FlexibleSpaceBar(