mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: testing new achievements page ui
This commit is contained in:
parent
108b2552b5
commit
ea5b07a1ec
7 changed files with 48 additions and 63 deletions
|
@ -45,6 +45,7 @@ export interface UserAchievement {
|
|||
unlocked: boolean;
|
||||
unlockTime: number | null;
|
||||
icon: string;
|
||||
icongray: string;
|
||||
}
|
||||
|
||||
export interface RemoteUnlockedAchievement {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue