feat: adding better navigation with search results

This commit is contained in:
Hydra 2024-04-14 23:00:56 +01:00
parent 5580a9de38
commit 05a31cf6a6
No known key found for this signature in database
17 changed files with 187 additions and 111 deletions

View file

@ -102,3 +102,9 @@ export interface UserPreferences {
downloadNotificationsEnabled: boolean;
repackUpdatesNotificationsEnabled: boolean;
}
export interface HowLongToBeatCategory {
title: string;
duration: string;
color: string;
}