profile and stats improvements

This commit is contained in:
yohlo
2025-09-13 23:05:35 -05:00
parent 4bc25fb0bc
commit d11e50d4ef
5 changed files with 171 additions and 69 deletions

View File

@@ -14,7 +14,8 @@ export const Route = createFileRoute("/_authed/stats")({
fullWidth: true,
header: {
title: "Player Stats"
}
},
refresh: [playerQueries.allStats().queryKey],
}),
});