feat(agent): Enhance agent components with new actions and improve loading animations

This commit is contained in:
Willie Zutz 2025-06-26 23:53:52 -06:00
parent 2805417307
commit 7b47d3dacb
9 changed files with 166 additions and 79 deletions

View file

@ -93,7 +93,10 @@ const MessageBox = ({
) : (
<>
<div className="flex items-center">
<h2 className="text-black dark:text-white font-medium text-3xl" onClick={startEditMessage}>
<h2
className="text-black dark:text-white font-medium text-3xl"
onClick={startEditMessage}
>
{message.content}
</h2>
<button