[dyad] Implemented headline tree structure - wrote 4 file(s), deleted 1 file(s)

This commit is contained in:
[dyad]
2026-01-20 14:09:44 +01:00
parent 9d3e230173
commit 06219f7883
5 changed files with 93 additions and 64 deletions

View File

@@ -61,13 +61,17 @@ export function ResultsSkeleton() {
</Card>
<Card>
<CardHeader>
<Skeleton className="h-6 w-32" />
<Skeleton className="h-6 w-40" />
</CardHeader>
<CardContent>
<div className="border rounded-lg p-2 space-y-2">
<Skeleton className="h-8 w-full" />
<Skeleton className="h-8 w-full" />
<Skeleton className="h-8 w-full" />
<div className="ml-6">
<Skeleton className="h-8 w-[90%]" />
</div>
<div className="ml-6">
<Skeleton className="h-8 w-[90%]" />
</div>
<Skeleton className="h-8 w-full" />
</div>
</CardContent>