dr-sandbox/app
Michael Pilosov a5614ac371 runs list: mark older runs with duplicate-stem output as stale, hide their compare checkbox
When two runs share identical params they write to the same figs/<stem>.html,
and the most recent overwrites the earlier. Previously both got a compare
checkbox with the same data-stem, so toggling one toggled both via the JS
Set. Now we flag older duplicates server-side (first occurrence wins — Prefect
returns runs START_TIME_DESC), drop their checkbox, fade the row, and mark
'overwritten' on the outputs line.
2026-04-22 15:35:05 -06:00
..
demo adding in more examples 2026-04-21 19:14:23 -06:00
web runs list: mark older runs with duplicate-stem output as stale, hide their compare checkbox 2026-04-22 15:35:05 -06:00
__init__.py data selector demo 2026-04-21 18:03:38 -06:00