mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-19 02:26:12 +03:00
feat(webui): polish agent output and app discovery
This commit is contained in:
@@ -61,7 +61,7 @@ export function AttachmentTile({ attachment, className, inline = false, variant
|
||||
<video
|
||||
src={attachment.url}
|
||||
controls
|
||||
preload="auto"
|
||||
preload="metadata"
|
||||
className={cn(
|
||||
"block w-full bg-black",
|
||||
variant === "compact" ? "max-h-40" : "max-h-[26rem]",
|
||||
|
||||
Reference in New Issue
Block a user