Merge branch 'feature/game-achievements' of github.com:hydralauncher/hydra into feature/cloud-sync

This commit is contained in:
Chubby Granny Chaser
2024-10-16 10:46:35 +01:00
48 changed files with 1597 additions and 376 deletions

View File

@@ -28,6 +28,7 @@ import type {
GameAchievement,
GameArtifact,
LudusaviBackup,
UserAchievement,
} from "@types";
import type { AxiosProgressEvent } from "axios";
import type { DiskSpace } from "check-disk-space";
@@ -68,7 +69,7 @@ declare global {
objectId: string,
shop: GameShop,
userId?: string
) => Promise<GameAchievement[]>;
) => Promise<UserAchievement[]>;
onAchievementUnlocked: (
cb: (
objectId: string,