mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: use power toast
This commit is contained in:
parent
0a86ec89aa
commit
9fa9f6d85a
7 changed files with 85 additions and 5 deletions
|
@ -94,8 +94,6 @@ export interface UserGame {
|
|||
cover: string;
|
||||
playTimeInSeconds: number;
|
||||
lastTimePlayed: Date | null;
|
||||
unlockedAchievementCount: number;
|
||||
achievementCount: number;
|
||||
}
|
||||
|
||||
export interface DownloadQueue {
|
||||
|
@ -258,7 +256,10 @@ export interface UserProfile {
|
|||
profileImageUrl: string | null;
|
||||
backgroundImageUrl: string | null;
|
||||
profileVisibility: ProfileVisibility;
|
||||
libraryGames: UserGame[];
|
||||
libraryGames: (UserGame & {
|
||||
unlockedAchievementCount: number;
|
||||
achievementCount: number;
|
||||
})[];
|
||||
recentGames: UserGame[];
|
||||
friends: UserFriend[];
|
||||
totalFriends: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue