Migrate remaining legacy operator workflows

This commit is contained in:
2026-07-12 05:39:27 +09:00
parent ffb8f43c19
commit a01836a2d7
132 changed files with 20566 additions and 720 deletions

View File

@@ -122,6 +122,21 @@ public sealed partial class MainWindow
item.Selection.DataCode
})
});
await PostNamedComparisonRestoreAsync(
requestId,
result.Items,
cancellationToken);
await PostNamedForeignIndexCandleRestoreAsync(
requestId,
result.Items,
cancellationToken);
// Keep all named restore batches correlated to this load. NXT
// theme verification runs last because it can perform both an
// exact identity lookup and a bounded item preview per title.
await PostNamedNxtThemeRestoreAsync(
requestId,
result.Items,
cancellationToken);
});
}
@@ -779,7 +794,7 @@ public sealed partial class MainWindow
!TryGetNamedPlaylistText(
itemElement,
"subject",
256,
4000,
allowEmpty: true,
allowCaret: false,
out var subject) ||