mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-12-24 20:48:14 +00:00
feat(steps): display after loading animation
This commit is contained in:
@@ -136,8 +136,6 @@ const MessageBox = ({
|
|||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
|
|
||||||
{section.widgets.length > 0 && <Renderer widgets={section.widgets} />}
|
|
||||||
|
|
||||||
{isLast &&
|
{isLast &&
|
||||||
loading &&
|
loading &&
|
||||||
!researchEnded &&
|
!researchEnded &&
|
||||||
@@ -152,6 +150,8 @@ const MessageBox = ({
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
{section.widgets.length > 0 && <Renderer widgets={section.widgets} />}
|
||||||
|
|
||||||
<div className="flex flex-col space-y-2">
|
<div className="flex flex-col space-y-2">
|
||||||
{sources.length > 0 && (
|
{sources.length > 0 && (
|
||||||
<div className="flex flex-row items-center space-x-2">
|
<div className="flex flex-row items-center space-x-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user