mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: add points to achievement list
This commit is contained in:
parent
89cd970d5a
commit
81cded0052
13 changed files with 64 additions and 19 deletions
|
@ -362,12 +362,14 @@ export interface ComparedAchievements {
|
|||
owner: {
|
||||
totalAchievementCount: number;
|
||||
unlockedAchievementCount: number;
|
||||
achievementsPointsEarnedSum?: number;
|
||||
};
|
||||
target: {
|
||||
displayName: string;
|
||||
profileImageUrl: string;
|
||||
totalAchievementCount: number;
|
||||
unlockedAchievementCount: number;
|
||||
achievementsPointsEarnedSum: number;
|
||||
};
|
||||
achievements: {
|
||||
hidden: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue