added more things

This commit is contained in:
rgrgogu
2026-08-03 16:30:51 +08:00
parent 963ca25313
commit 736e5f0a6f
7 changed files with 234 additions and 157 deletions
@@ -248,7 +248,7 @@ export default function ViewTaskList() {
<span className="text-xs text-muted-foreground w-5 text-right shrink-0">
{index + 1}.
</span>
<span className="flex-1 text-sm text-left truncate">
<span className="flex-1 text-sm text-left truncate w-48">
{task.name ?? `Task ${index + 1}`}
</span>
{task.requirements?.length > 0 && (