feat: rebuild Data tab compare view

This commit is contained in:
jack
2026-07-06 13:01:24 -07:00
parent 0f813b2376
commit f604308466
3 changed files with 705 additions and 565 deletions
+2 -1
View File
@@ -63,7 +63,8 @@ def test_compare_files_integration(controller):
assert "distance" in args
assert "series_a" in args
assert "series_b" in args
assert args["frame_offset"] == 0
def test_recording_toggle(controller, tmp_path):
csv_path = str(tmp_path / "rec" / "live_test.csv")
controller.startRecording(csv_path, "SN123")