mirror of https://github.com/kortix-ai/suna.git
chore(dev): react-query setup, ui redesign - iteration 1
This commit is contained in:
parent
b88433c328
commit
d6de70878a
|
@ -1574,7 +1574,7 @@ export default function ThreadPage({
|
|||
{isPlaying ?
|
||||
<Pause className="h-4 w-4" /> :
|
||||
<Play className="h-4 w-4" />
|
||||
)}
|
||||
}
|
||||
</Button>
|
||||
<Button
|
||||
variant="ghost"
|
||||
|
@ -1915,7 +1915,7 @@ export default function ThreadPage({
|
|||
{isPlaying ?
|
||||
<Pause className="h-4 w-4" /> :
|
||||
<Play className="h-4 w-4" />
|
||||
)}
|
||||
}
|
||||
</Button>
|
||||
|
||||
<div className="flex items-center text-xs text-muted-foreground">
|
||||
|
|
Loading…
Reference in New Issue