mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-28 21:26:59 -05:00
Add contributor leaderboard
Add types, hook, UI components, and integration for leaderboard showing top users with badges
This commit is contained in:
@@ -111,5 +111,7 @@ export const queryKeys = {
|
||||
growthTrends: (days: number, granularity: string) => ['analytics', 'growth-trends', days, granularity] as const,
|
||||
entityComparisons: () => ['analytics', 'entity-comparisons'] as const,
|
||||
databaseHealth: () => ['analytics', 'database-health'] as const,
|
||||
contributorLeaderboard: (limit: number, timePeriod: string) =>
|
||||
['analytics', 'contributor-leaderboard', limit, timePeriod] as const,
|
||||
},
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user