Migrate jobList and jobListRow

This commit is contained in:
Christoph Kluge
2025-06-27 15:52:54 +02:00
parent c8fe81cd80
commit c4c422da57
11 changed files with 208 additions and 185 deletions

View File

@@ -26,7 +26,7 @@
/* Svelte 5 Props */
let {
matchedCompareJobs = $bindable(0),
metrics = $bindable(ccconfig?.plot_list_selectedMetrics),
metrics = ccconfig?.plot_list_selectedMetrics,
filterBuffer = [],
} = $props();