forked from open-webui/open-webui
feat: share from chat menu
This commit is contained in:
parent
7eb14437ff
commit
2a10438b4d
6 changed files with 45 additions and 10 deletions
|
@ -25,7 +25,7 @@
|
|||
let showDownloadChatModal = false;
|
||||
</script>
|
||||
|
||||
<ShareChatModal bind:show={showShareChatModal} />
|
||||
<ShareChatModal bind:show={showShareChatModal} chatId={$chatId} />
|
||||
<nav id="nav" class=" sticky py-2.5 top-0 flex flex-row justify-center z-30">
|
||||
<div
|
||||
class=" flex {$settings?.fullScreenMode ?? null ? 'max-w-full' : 'max-w-3xl'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue