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

@@ -146,7 +146,14 @@
</Col>
<!-- Time Col -->
<Col>
<TimeSelection bind:from bind:to />
<TimeSelection
presetFrom={from}
presetTo={to}
applyTime={(newFrom, newTo) => {
from = newFrom;
to = newTo;
}}
/>
</Col>
<!-- Concurrent Col -->
<Col class="mt-2 mt-lg-0">