mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-18 08:25:30 +01:00
get convos endpoint
This commit is contained in:
parent
c821d1eee5
commit
2869638cc0
6 changed files with 50 additions and 5 deletions
|
|
@ -13,8 +13,8 @@ const App = () => {
|
|||
<Nav />
|
||||
{/* <div className="flex h-full flex-1 flex-col md:pl-[260px]"> */}
|
||||
<div className="flex h-full w-full flex-1 flex-col bg-gray-50 md:pl-[260px]">
|
||||
<MobileNav />
|
||||
{/* <main className="relative h-full w-full transition-width flex flex-col overflow-hidden items-stretch flex-1"> */}
|
||||
<MobileNav />
|
||||
<Messages messages={messages} />
|
||||
<TextChat
|
||||
messages={messages}
|
||||
|
|
|
|||
|
|
@ -58,13 +58,13 @@ export default function Conversation({ id, title = 'New conversation'}) {
|
|||
y1="11"
|
||||
x2="10"
|
||||
y2="17"
|
||||
></line>
|
||||
/>
|
||||
<line
|
||||
x1="14"
|
||||
y1="11"
|
||||
x2="14"
|
||||
y2="17"
|
||||
></line>
|
||||
/>
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue