feat(agent): Enhance agent components with new actions and improve loading animations
This commit is contained in:
parent
2805417307
commit
7b47d3dacb
9 changed files with 166 additions and 79 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue