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