feat: add progress to tasks

This commit is contained in:
2025-01-12 01:26:46 +01:00
parent 5bdf575245
commit 4722de19a0
2 changed files with 3 additions and 1 deletions

View File

@@ -43,7 +43,7 @@
</td>
<td class="px-6 py-2 border-b">
{task.progress}%
{((task.currentPoints / task.totalPoints) * 100).toFixed(1)}%
</td>
<td class="px-6 py-2 border-b">
<button