[dyad] Implemented headline tree structure - wrote 4 file(s), deleted 1 file(s)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user