only show navigation when onboarding is complete
This commit is contained in:
parent
5d83a40f76
commit
68db630a27
1 changed files with 202 additions and 200 deletions
|
|
@ -142,11 +142,13 @@ export function ChatRenderer({
|
||||||
slide
|
slide
|
||||||
className={`border-r bg-background overflow-hidden [grid-area:nav] w-[${SIDEBAR_WIDTH}px]`}
|
className={`border-r bg-background overflow-hidden [grid-area:nav] w-[${SIDEBAR_WIDTH}px]`}
|
||||||
>
|
>
|
||||||
|
{showLayout && (
|
||||||
<Navigation
|
<Navigation
|
||||||
conversations={conversations}
|
conversations={conversations}
|
||||||
isConversationsLoading={isConversationsLoading}
|
isConversationsLoading={isConversationsLoading}
|
||||||
onNewConversation={handleNewConversation}
|
onNewConversation={handleNewConversation}
|
||||||
/>
|
/>
|
||||||
|
)}
|
||||||
</AnimatedConditional>
|
</AnimatedConditional>
|
||||||
|
|
||||||
{/* Main Content */}
|
{/* Main Content */}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue