add support for archiving projects and marking tasks as done

This commit is contained in:
Gregor Vostrak
2024-07-02 17:01:12 +02:00
parent 0f32e42002
commit 6593a8c24f
15 changed files with 285 additions and 71 deletions

View File

@@ -19,7 +19,7 @@ defineProps<{
{{ title }}
</span>
</h3>
<div>
<div class="flex-1 flex justify-end items-center">
<slot name="actions"></slot>
</div>
</div>