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
|
@ -1571,10 +1571,10 @@ export default function ThreadPage({
|
|||
className="h-8 w-8"
|
||||
aria-label={isPlaying ? 'Pause Replay' : 'Play Replay'}
|
||||
>
|
||||
{isPlaying ?
|
||||
{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