feat(profiles): add public player profiles with clickable leaderboard entries
- Create /api/users/[id] endpoint for public player stats - Add PublicProfileScreen component with stats by mode - Make leaderboard entries clickable to view player profiles - Fix .gitignore to exclude .claude/ and *.db files
This commit is contained in:
+2
-1
@@ -40,4 +40,5 @@ yarn-error.log*
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
|
||||
.claude*.db
|
||||
.claude/
|
||||
*.db
|
||||
|
||||
Reference in New Issue
Block a user