feat: create achievements page

This commit is contained in:
Zamitto
2024-10-07 17:13:30 -03:00
parent 6d4f957e2b
commit 39af661720
8 changed files with 76 additions and 20 deletions

View File

@@ -68,7 +68,8 @@ declare global {
getTrendingGames: () => Promise<TrendingGame[]>;
getGameAchievements: (
objectId: string,
shop: GameShop
shop: GameShop,
userId?: string
) => Promise<GameAchievement[]>;
onAchievementUnlocked: (
cb: (