feat: enhance report panel and generation UI

This commit is contained in:
Anish Sarkar 2026-02-11 21:39:22 +05:30
parent be1b6f370f
commit 59628fdf76
2 changed files with 7 additions and 3 deletions

View file

@ -65,7 +65,7 @@ function ReportGeneratingState({ topic }: { topic: string }) {
<h3 className="font-semibold text-foreground text-sm sm:text-base leading-tight truncate">
{topic}
</h3>
<TextShimmerLoader text="Writing report…" size="sm" />
<TextShimmerLoader text="Putting things together" size="sm" />
</div>
</div>
</div>