feat: complete legacy parity and modernize operator UI
This commit is contained in:
@@ -311,9 +311,9 @@ function assertShell(shell) {
|
||||
}
|
||||
if (layout.scheduleVisible !== true || layout.scheduleHitTestVisible !== true ||
|
||||
!Number.isFinite(layout.workspaceToScheduleWidthRatio) ||
|
||||
layout.workspaceToScheduleWidthRatio < 1.8 ||
|
||||
layout.workspaceToScheduleWidthRatio > 2.2) {
|
||||
fail("KNOWN_FAILURE", "The package did not render a visible right schedule beside the approximately 2:1 workspace layout.");
|
||||
layout.workspaceToScheduleWidthRatio < 1.60 ||
|
||||
layout.workspaceToScheduleWidthRatio > 1.90) {
|
||||
fail("KNOWN_FAILURE", "The package did not render a visible right schedule beside the approximately 1.75:1 workspace layout.");
|
||||
}
|
||||
for (const [name, control] of Object.entries(shell.controls || {})) {
|
||||
if (!control?.present) fail("KNOWN_FAILURE", `Required shell control ${name} is missing.`);
|
||||
|
||||
Reference in New Issue
Block a user