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

Convert App to TypeScript

(cherry picked from commit d6d90a64a39d3b9d3a95fb6b265517693a70fdd7)

Closes #10233
This commit is contained in:
Mark McDowall
2024-07-24 16:39:01 -07:00
committed by Bogdan
parent f8e47fbdc7
commit dc29526961
15 changed files with 253 additions and 450 deletions
+1
View File
@@ -50,6 +50,7 @@ export interface AppSectionState {
isConnected: boolean;
isReconnecting: boolean;
version: string;
prevVersion?: string;
dimensions: {
isSmallScreen: boolean;
width: number;