mirror of
https://github.com/Pandipipas/scoreko-electron-dev.git
synced 2026-06-06 05:32:06 +00:00
Enhance application controller and runtime provisioner with loading window visibility and improved file handling
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user