frontend: improve launch UI and refactor stream to new page

This commit is contained in:
2025-08-08 00:18:38 -06:00
parent 2b5b6f190d
commit 31481c6812
18 changed files with 270 additions and 13887 deletions
+1
View File
@@ -2,6 +2,7 @@ export interface App {
title: string;
id: number;
hdr_supported: boolean;
active: boolean;
}
export interface AppsResponse {