[dyad] Added headline extraction and display - wrote 4 file(s)

This commit is contained in:
[dyad]
2026-01-20 13:56:24 +01:00
parent cbd7f55d92
commit dd690eba2e
4 changed files with 86 additions and 1 deletions

View File

@@ -63,6 +63,15 @@ export function ResultsSkeleton() {
<Skeleton className="h-4 w-full mb-2" />
<Skeleton className="h-24 w-full" />
</div>
<div>
<Skeleton className="h-5 w-24 mb-2" />
<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" />
<Skeleton className="h-8 w-full" />
</div>
</div>
</div>
</div>
</CardContent>