feat: complete legacy parity and modernize operator UI

This commit is contained in:
2026-07-22 12:34:46 +09:00
parent fc4007d676
commit 939c252d23
149 changed files with 26515 additions and 1736 deletions

View File

@@ -152,11 +152,11 @@ public sealed class LegacyOperatorPlayoutRequestTests
[InlineData("1/21")]
[InlineData("2/1")]
[InlineData("1 /2")]
public void CanonicalPagedGraphicRejectsInvalidOperatorPageText(string pageText)
public void CanonicalPagedGraphicDefersHistoricalInvalidPageText(string pageText)
{
var row = OperatorRow("5단 표그래프", pageText);
var entry = OperatorRow("5단 표그래프", pageText).ToPlayoutEntry();
Assert.Throws<InvalidOperationException>(row.ToPlayoutEntry);
Assert.Null(entry.PageNavigation);
}
[Fact]