Enhance application controller and runtime provisioner with loading window visibility and improved file handling

This commit is contained in:
2026-06-04 01:28:28 +02:00
parent beb22cb438
commit 0ea4c6e01b
4 changed files with 43 additions and 21 deletions
+2 -2
View File
@@ -133,10 +133,10 @@ test("ApplicationController preserves startup ordering and schedules updates aft
"create-manager",
"create-main",
"create-loading",
"loading:show",
"start-nodecg",
"wait-nodecg",
`loading:load:${paths.loadingDashboardUrl}`,
"loading:show",
`main:load:${paths.mainDashboardUrl}`,
"main:show",
"loading:close",
@@ -192,10 +192,10 @@ test("ApplicationController directly launches packaged app after runtime install
"create-manager",
"create-main",
"create-loading",
"loading:show",
"start-nodecg",
"wait-nodecg",
"loading:load:http://localhost:9090/loading",
"loading:show",
"main:load:http://localhost:9090/main",
"main:show",
"loading:close",