mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 10:50:14 +01:00
minor styling changes, cache queried messages on server
This commit is contained in:
parent
0a671849b5
commit
1dbfb0dab7
6 changed files with 12 additions and 10 deletions
|
|
@ -156,7 +156,9 @@ export default function Message({
|
|||
classes={props.titleClass + ' rounded'}
|
||||
subclasses="switch-result pl-2 pb-2"
|
||||
onClick={clickSearchResult}
|
||||
>{`${message.title} | ${message.sender}`}</SubRow>
|
||||
>
|
||||
<strong>{`${message.title} | ${message.sender}`}</strong>
|
||||
</SubRow>
|
||||
)}
|
||||
<div className="flex flex-grow flex-col gap-3">
|
||||
{error ? (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue