mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adjustments
This commit is contained in:
parent
ac0d0efe0f
commit
23f9b5228c
2 changed files with 2 additions and 0 deletions
|
@ -135,6 +135,7 @@ export function ProfileContent() {
|
||||||
position: "relative",
|
position: "relative",
|
||||||
display: "flex",
|
display: "flex",
|
||||||
}}
|
}}
|
||||||
|
title={game.title}
|
||||||
className={styles.game}
|
className={styles.game}
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
|
|
|
@ -324,6 +324,7 @@ export interface UserStats {
|
||||||
libraryCount: number;
|
libraryCount: number;
|
||||||
friendsCount: number;
|
friendsCount: number;
|
||||||
achievementsPointsEarnedSum?: number;
|
achievementsPointsEarnedSum?: number;
|
||||||
|
totalPlaytimeInSeconds: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface UnlockedAchievement {
|
export interface UnlockedAchievement {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue