From 762b970cd9a4d04733cb33a6bd726ec112c3f7dc Mon Sep 17 00:00:00 2001 From: "dayuan.jiang" Date: Sun, 23 Mar 2025 14:31:19 +0000 Subject: [PATCH] fix: update diagram history dialog with description and adjust image styling --- components/chat-input.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/chat-input.tsx b/components/chat-input.tsx index facd5ce..575c4b9 100644 --- a/components/chat-input.tsx +++ b/components/chat-input.tsx @@ -272,6 +272,9 @@ export function ChatInput({ Diagram History + Here saved each diagram before AI + modification. +
Click on a diagram to restore it
@@ -299,7 +302,7 @@ export function ChatInput({ }`} width={200} height={100} - className="object-cover w-full h-full" + className="object-contain w-full h-full p-1" />