feat/sidebar-socials: add socials to sidebar footer

This commit is contained in:
Guilherme Viana 2024-04-19 08:51:52 -03:00
parent 2893ff559f
commit 68e4612f47
13 changed files with 139 additions and 34 deletions

View file

@ -1,12 +1,12 @@
import type {
CatalogueEntry,
GameShop,
Game,
CatalogueCategory,
TorrentProgress,
ShopDetails,
UserPreferences,
CatalogueEntry,
Game,
GameShop,
HowLongToBeatCategory,
ShopDetails,
TorrentProgress,
UserPreferences,
} from "@types";
import type { DiskSpace } from "check-disk-space";
@ -78,6 +78,7 @@ declare global {
/* Misc */
getOrCacheImage: (url: string) => Promise<string>;
openExternalUrl: (url: string) => void;
getVersion: () => Promise<string>;
ping: () => string;
getDefaultDownloadsPath: () => Promise<string>;