dr-sandbox/app/web/static
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
..
compare-select.js compare: selection UX on runs list + /compare placeholder page 2026-04-22 14:19:26 -06:00
compare.js compare: color points by their original-dataset label (mono|original toggle) 2026-04-22 15:29:03 -06:00
dataset-picker.js theme picker canvas backgrounds 2026-04-21 21:56:14 -06:00
metrics.js dark/light theme toggle 2026-04-21 21:51:16 -06:00
style.css runs list: mark older runs with duplicate-stem output as stale, hide their compare checkbox 2026-04-22 15:35:05 -06:00
theme.js dark/light theme toggle 2026-04-21 21:51:16 -06:00