Migrate select components and adapt parents

This commit is contained in:
Christoph Kluge
2025-06-18 18:14:56 +02:00
parent 6a6dca3fce
commit 1e039cb1bf
9 changed files with 232 additions and 139 deletions

View File

@@ -196,7 +196,12 @@
</Col>
</Row>
<Sorting bind:sorting bind:isOpen={isSortingOpen}/>
<Sorting
bind:isOpen={isSortingOpen}
presetSorting={sorting}
applySorting={(newSort) =>
sorting = {...newSort}
}/>
<MetricSelection
bind:isOpen={isMetricsSelectionOpen}