#591 - server-logs

This commit is contained in:
Saeed Vaziry
2025-05-30 13:52:39 +02:00
parent 104cd2fce8
commit 857319025f
10 changed files with 416 additions and 54 deletions

View File

@ -26,7 +26,7 @@ export default function LogOutput({ children }: { children: ReactNode }) {
className="bg-accent/50 text-accent-foreground relative h-[500px] w-full overflow-auto p-4 font-mono text-sm break-all whitespace-pre-wrap"
>
<div>{children}</div>
<div ref={endRef} />
<div ref={endRef} className="h-20" />
<ScrollBar orientation="vertical" />
</ScrollArea>
<Button