implemented (temporary) display of closed tasks in project list

This commit is contained in:
2025-09-08 11:18:08 +02:00
parent 241129a369
commit f57592b322
3 changed files with 10 additions and 2 deletions

View File

@@ -12,4 +12,4 @@
{#each sortedTasks as task}
<ListTask {states} {task} siblings={tasks} {estimated_time} show_closed={show_closed || task.show_closed} />
{/each}
</ul>
</ul>