feature/table-celery-tasks-resume

This commit is contained in:
2026-03-24 16:17:13 -06:00
parent 481b295ab0
commit 65eec3c4d3
9 changed files with 1418 additions and 132 deletions

View File

@@ -21,7 +21,7 @@
{...$$restProps}
>
<div
class="h-full w-full flex-1 bg-primary transition-all"
class="h-full w-full flex-1 bg-primary transition-transform duration-300 ease-out"
style="transform: translateX(-{100 - (percentage || 0)}%)"
></div>
</div>