1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00

Convert Calendar to TypeScript

(cherry picked from commit 811eb36c7b1a5124270ff93d18d16944e654de81)

Co-authored-by: Mark McDowall <mark@mcdowall.ca>

Closes #10764
Closes #10776
Closes #10781
This commit is contained in:
Bogdan
2025-05-29 15:37:52 +03:00
parent 7d29deb93c
commit 3f35b7c782
63 changed files with 1910 additions and 2697 deletions
+1
View File
@@ -68,6 +68,7 @@ export interface AppSectionState {
prevVersion?: string;
dimensions: {
isSmallScreen: boolean;
isLargeScreen: boolean;
width: number;
height: number;
};