redesign stats

This commit is contained in:
yohlo
2025-09-13 11:36:30 -05:00
parent 3fe92be980
commit 617a94262b
2 changed files with 230 additions and 117 deletions

View File

@@ -24,6 +24,7 @@ export const Route = createFileRoute("/_authed/profile/$playerId")({
settingsLink:
context?.auth.user.id === params.playerId ? "/settings" : undefined,
},
withPadding: false,
refresh: [playerQueries.details(params.playerId).queryKey],
}),
component: () => {