1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-26 22:56:23 -04:00

Convert Calendar to TypeScript

This commit is contained in:
Mark McDowall
2024-12-08 17:24:58 -08:00
parent 1484809099
commit 811eb36c7b
66 changed files with 2378 additions and 3168 deletions
+2
View File
@@ -54,10 +54,12 @@ export interface CustomFilter {
export interface AppSectionState {
isConnected: boolean;
isReconnecting: boolean;
isSidebarVisible: boolean;
version: string;
prevVersion?: string;
dimensions: {
isSmallScreen: boolean;
isLargeScreen: boolean;
width: number;
height: number;
};