-
+
+ Use this app to scan SSW QR codes, earn SSW Points ⭐, claim rewards and win prizes!
+
@@ -95,11 +20,11 @@
-
+
Rank
Name
- Total Points
+ Points
@row.Rank
@@ -113,98 +38,26 @@
}
-
@row.Points
+
@row.Points.ToString("N0")
-
-
-
+
+
@if (!_hasErrorsOnUpdate)
{
- Last updated: @(_lastUpdated != null ? _lastUpdated?.ToString("dd MMMM yyyy HH:mm") : "never")
+ Last refreshed: @GetLastUpdatedText() (refreshing in @_secondsUntilRefresh seconds)
}
else
{
- ⚠️ We couldn't refresh the leaderboard. Retrying in 1 min.
- Last updated: @(_lastUpdated != null ? _lastUpdated?.ToString("dd MMMM yyyy HH:mm") : "never")
+ ⚠️ We couldn't refresh the leaderboard. Retrying in @_secondsUntilRefresh seconds.
+ Last refreshed: @GetLastUpdatedText()
}
-
-@code {
- private MudTable