working on drag an drop of tasks. this is tricky.

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-07-31 00:52:19 +02:00
parent 99fa2ab1ce
commit bad323b7cc
4 changed files with 45 additions and 4 deletions

View File

@@ -5,6 +5,7 @@
let { estimated_time, show_closed, tasks } = $props();
let sortedTasks = $derived.by(() => Object.values(tasks).sort((a, b) => a.name.localeCompare(b.name)));
</script>
<ul>