feat: pinning and showing featuring games in profile

This commit is contained in:
Moyasee
2025-09-23 15:21:32 +03:00
parent eeed34adcb
commit 56cbf192eb
16 changed files with 193 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ export const uploadGamesBatch = async () => {
shop: game.shop,
lastTimePlayed: game.lastTimePlayed,
isFavorite: game.favorite,
isPinned: game.pinned ?? false,
};
})
).catch(() => {});